Changes in the config.yml
- Added /itemupgrader debug command.
- /itemupgrader debug name - Shows currently held item's display name without translating the colors in the string.
- Removed unused command suggestions.
- Now the main command won't be available if the addons are still loading.
- Fixed the confirmation menu does not closing due to a wrong usage of new API.
YAML:addons: # Simple hack to let required plugins to finish loading # of their items before we load our upgradable items. wait-for-addons-to-load: 50
Changes in the messages.yml
YAML:messages: not-loaded-yet: "&c&lPlugin is still loading... Wait before using."
