Hello everyone. We know that it's been a while since we've been updating one of our plugins. This is mostly because the summer break is over and our schools have begun again. Please note that if you already own this resource, that you can go to our Discord server where we provide snapshots of the plugin.
Fixed a bug where {gamemode} in command arguments didn't return the actually specified gameMode.
Recoded menu handling. It is now no longer based on titles. And for the left and right-click actions, they will also be performed when you SHIFT.
This fixes the problem of not being able to use placeholders in the menu name.
Recoded all commands. We can now easily add new ones and edit them.
Fixed the tab completion for the 'openmenu' command
Added command registration. You can register commands by adding 'register: true' to the command configuration in the commands.yml
It will then appear in the TAB and can be detected by other plugins.
Added a [take] action. This allows you to take items from the player's inventory. It also supports custom ones. The format could be:
'material amount', 'material:data amount' or 'ci-customItemName amount'
Changed the [command] action. It now no longer checks for custom commands first. If you want to use a custom command there, make sure to register it in the configuration.
Added left and right-click actions for custom items. The normal 'actions' list are now only used for non-left or -right-click.
Added a default config.yml for event actions as most of you didn't know what to put in there.