This is going to be a very long change-log to bring the plugin back up to date with the version on spigot.
v3.9.2
- Remove deprecated methods in ItemStackBuilder
- Further fixes towards duplicating reward broadcasts.
- Updated CrazyEnvoy & CrazyCrate libraries.
- Remove unused imports and generally cleanup some code.
- Further support for 1.20 & 1.20.1
v3.9.3
- Updated CrazyEnvoy & CrazyCrate libraries.
v3.10.0
PLEASE READ THIS UPDATE CAREFULLY AS THE MENU SYSTEM HAS BEEN UPDATED WITH NEW FEATURES
WE ALSO HAVE A NEW SUPPORT DISCORD WHICH YOU CAN JOIN BY CLICKING HERE.
Changes:
Configuration Changes:
- Added the ability to have multiple pages within the tournament gui.
- Removed the ability to define slots for tournament icons.
There are two new entries you need to add to your menu.yml file. Here they are:
YAML:# These are the next & previous page items in the gui. page_items: next_page: material: ARROW display_name: "&aNEXT PAGE ->" slot: 23 previous_page: material: ARROW display_name: "&c<- PREVIOUS PAGE" slot: 21
Slot Updating:
Using slots: <number> is no longer supported in the menu.yml file. In order to sort items in the gui you must now use the filler setting.
This is an example of how it is configured in the default file.
YAML:filler_items: glass: material: GRAY_STAINED_GLASS_PANE amount: 1 display_name: "&r" slots: [0-10, 12, 14, 16-26]
v3.10.1
This new objective tracks how many times a user ranks up. It is currently untested as I do not own X-Prison to test please report any issues to me and I will get them fixed.
- Added XPRISON_RANKUP objective to support X-Prison
v3.10.2
Updated Configuration:
- Added the ability to disable the previous & next page items in the menu.
- Fixed incorrect java compile error.
This new option will default to true if it can't find the new setting.
YAML:# These are the next & previous page items in the gui. page_items: enabled: false # Should the page arrows be enabled or not. next_page: material: ARROW display_name: "&aNEXT PAGE ->" slot: 23 previous_page: material: ARROW display_name: "&c<- PREVIOUS PAGE" slot: 21
v3.11.0
The data collected with bstats will be used to determine version support going forward.
- Added bstats metrics to help aid in future updates.
- Ensure the database connection is not closed before attempting to close it.
v3.12.0
All messages still support the legacy "&" color formatting and will continue to do so for quite some time. By adding adventure I've simply added another way for you to color your messages including with gradients in 1.16+
- Added MiniMessage formatting to all plugin messages.
- Cleaned up a bit of code here and there.
v3.9.1
Changelog:
Update provided by Save
- Updated XMaterial
- Updated XSound
- Possible fix for duplicated tournament end messages.
v3.9.0
Changelog:
Big shoutout to Save for providing this update!
- Removed EZRanksProObjective.
- Removed MineCratesObjective.
- Removed VotingPluginObjective.
- Updated CrazyEnvoy & CrazyCrates APIs.
- Misc updates & fixes.
v3.8.0
Changelog:
- Updated to Spigot 1.18.2.
- Updated CrazyCrates API to 1.10.4.
- Fixed bug where timer would increase using SPECIFIC timeline.
v3.7.1
Changelog:
- Added CustomModelData option for GUI items.
- Example:
Code:custom_model_data: <value>- Changed HEX format to {#FFFFFF}.
- Added RGB gradients.
- Example: "{#12C2E9} Hello world {/#C471ED}"
- Added rainbow gradients.
- Example: "{RAINBOW1} Hello world {/RAINBOW}"
- Number represents saturation.
v3.7.0
Changelog:
- Added 'mob_whitelist' config list value for MOB_KILLS objective to only count specific mob types.
- Added Base 64 support for player heads.
- Example:
Code:material: PLAYER_HEAD base64: <value>- Added check for crops to ensure they are fully grown in BLOCK_BREAK objective.
v3.6.0
Changelog:
- Added more PlaceholderAPI placeholders, check them out here.
- Added '{START_MONTH_NUMBER}' and '{END_MONTH_NUMBER}' for GUI placeholders.
- Fixed an error produced when reloading the plugin.
