Note: This plugin is now fully stable to use on 1.16.4 as of this version! I appreciate your patience as I go through the process of making sure the plugin runs smoothly! Older versions are still supported as well!
- Added | Orange to Yellow and Pink to Purple Gradients (Suggestion made by @Antrox). Permission nodes for these new gradients can be found on the GitHub and Overview page on Spigot.
- Improved | Added all gradient permission node to ease permission setup (ultracolor.gradient.*).
- Improved | Allowed customization of menu slots and sizes and translation of menu info in the localization files (see new changes of the file below). Thanks to @reussy for the improvement suggestions!
Localization File Changes (ONLY DO THIS IF YOU DON'T WANT # COMMENTS REMOVED FROM THIS FILE):
For this update, you need to add the Size option to
Chat_Color_Selection and
Name_Color_Selection in your messages file:
Code (Text):
# The size of the GUI menu (max value is 54).
Size: 54
Then, you need to add the Slot option to
each of the Chat and Name colors and formats in the messages file. Example below:
Code (Text):
# The slot where the item will be in the menu (ranges from 0 - 53)
# Also make sure this value isn't the same as any other slot option for this menu.
Slot: 10
If you need an example of what the file should look like now, I've provided the updated
default
messages_en.yml
here.