This update will move data from your config.yml into other files. Please back up your config.yml before updating!
GUI:
- Customization is now similar to NotBounties
- GUI layouts are now in gui.yml
- Custom items have been moved so you can use them in multiple GUIs
- You can now add custom model data
- Actions you can use with click commands on custom items have increased
- Rank slots have been moved from the layout to a list above layout
- Added a new option called: orderly-progression. Change this if you want to be able to skip ranks
Ranks:
- Rank paths are now in ranks.yml
- The layout of the formatting is mostly the same, but there is a new parent section for new rank paths
Code (YAML):
# default rank path (required)
default:
1
:
...
2
:
...
another-rank-path:
1
:
...
New formatting
- The parent of the rank path must match the parent of the GUI. In this case, there must be "another-rank-path" in the ranks.yml, and in GUI.yml
Other changes:
- Because there are new rank paths, commands can now accept a rank path. The default rank path will be used if none is specified
- Placeholders can now accept a rank path
- Added a complimentary rank path and GUI that has 8 ranks
- Currently, the chat system only uses ranks that are in the default path. I will have to make some way for players to change that in the future
- Typos are easier to find in requirements
- New message in language.yml: unknown-rank-path
- Added confirmation option in the config. There is a specific GUI that goes with it called "confirmation" that is not tied to a rank path
I have tested this version more thoroughly than version 1.3 in hopes to reduce the bugs. That being said, I am not perfect, so please report any you see in the
discord.