What's changed: Front end: + Basic scripting added e.g Run command, wait 5 seconds, print message. + New Element types:
ConsoleCommand
PlayerCommand
Message
Delay
+ Wizard converted to GUI + Wizard now allows for changing block location while in mode + Wizard now allows you to place a specific permission on usage. + Smaller jar file!
BackEnd + Recoded plugin + Vastly improved element handling system, via abstraction plugin now iterate through elements faster and with less code! + Better data storage system. + Added a config converter for people on config-ver: 1 + Using XMaterials for cross-version compatibility + Created a InfoHead Builder with throwable for error catching + Improved class naming scheme + Started using @ipsyko 's command and gui handler + Removed all instances of Guice + More stable hook checking etc.. See src code for more