Custom Menu Generator in-game, new actions and more!
Added permissions to menu items. You can add a 'noPermissionItem' to the slot to display when the player does not have that permission.
If the player does not have permission, and no 'noPermissionItem' has been specified, it will be hidden.
Added noPermissionItem to menu items when the player does not have the required permission.
Added [cancel] actions for bukkit events. (NOT WORKING)
Added in-game menu generator. Create a custom inventory, customize the items and menu, and drag them in the inventory. Then
export it to a file when you're done editing.
Added new command to create new menus: /custommenu
Code cleanup Added an IF action which allows you to add specific conditions to action strings, such as ==, ===, !=, !==, >, <, >= and <=.
Where == is equalsIgnoreCase, === is equals, != is not equalIgnoreCase, !== is not equal, > is greater than, < is smaller than,
>= greater or equal to, <= smaller or equal to.
Fixed bug where the custom item wasn't put in the right slot when using the item give command
Added new [placeholders] action which you can use to display other players' placeholders in actions.