Well, has been a lot of time since the last update. This update doesn't bring a lot of new features or bug fixes, just 2 things
- Updated the command manager library
- Added a new format for the click action
The old format for the click action was like this:
Code (YAML):
prefix-click-action
: SUGGEST_COMMAND
prefix-click-action-content
:
"/msg {name}"
The new format is easier to use and read:
Code (Text):
prefix-click-action: '[SUGGEST] /msg {name}'
The old configuration format will be loaded just for migration purpose, but, you should migrate to the new format ASAP