With this, I've created an entirely custom RPG class plugin, and a complete dungeon editor.
Problem was, with the 1.4.6 update, Skript stopped working in some areas so I've been forced to go into Eclipse and write Java with the bukkit APIs directly. For someone with experience, jumping into Bukkit plugin development was a piece of cake, but I was able to build out very very very sophisticated plugins with Skript before the update broke it.
Comments
I am a Minecraft server owner (http://craftworksfactionrpg.net) and I've used a scripting plugin extensively to add server-side functionality to my server. The plugin is called 'Skript', http://dev.bukkit.org/server-mods/skript, and has a fairly large exposure of Bukkit APIs.
With this, I've created an entirely custom RPG class plugin, and a complete dungeon editor.
Problem was, with the 1.4.6 update, Skript stopped working in some areas so I've been forced to go into Eclipse and write Java with the bukkit APIs directly. For someone with experience, jumping into Bukkit plugin development was a piece of cake, but I was able to build out very very very sophisticated plugins with Skript before the update broke it.