New features:
Other changes:
- It is now possible to add multiple jump pads with different power settings/materials for each arena.
Existing jump pads must be re-configured using /ww setup <arena-id> to function. They will not work automatically after updating.
- Each team's barrier material can now be configured in teams.yml:
YAML:teams: RED: name: "Red" color: "&c" armor-color: RED barrier-material: RED_STAINED_GLASS # <--- HERE wool-material: RED_WOOL
- Renamed "material" to "wool-material" in teams.yml for clarity.
(The old "material" key will still work for backward compatibility)
- Team barriers now only replace AIR blocks, preventing accidental damage to the arena.
- You can now add custom item actions in menus
- Fixed loading errors for arenas containing specific blocks
- Fixed wrong game rule names on Minecraft 1.21.11
- Fixed an issue causing occasional database disconnections
- Added support for Minecraft 1.21.11
- Added new PlaceholderAPI placeholders
- Fixed some errors on pre-1.13 versions
A new configuration file called 'teams.yml' will be created where you can add and edit teams. Please note that team names are now specified in this file only, and are no longer included in arena configurations.
- Teams are now much more customizable: read below for more information
- While in setup mode, the player will receive an item to quickly re-open the setup GUI
- Various bug fixes
To make the plugin work correctly, you need to make a small change to all kit files: replace the old 'WOOL' item with the new one below:
YAML:items: # Do not change the item ID! team-blocks: amount: 32 slot: 5
