1.20 Support and Improvements
Bug Fixes
Fixes:
- Fixed spectators being able to deal damage to players in the arena
Fixes and Improvements
Improvements:
- Added 'permission-required' option to each kit (if set to true, only players with the 'woolwars.kit.<id>' permission will be able to select it)
Fixes:
- Fixed name tags showing up outside the arena
General Improvements
- Added a new 'damage' statistic (only visible in the round stats summary, it won't be saved permanently)
- Added '/woolwars help' command
Bug Fixes and Improvements
- Added particles on jump pads
- If all players die, the team with the most wool placed will now win the round
- Fixed stats summary showing wrong values
- Fixed nametags not being removed correctly
Bug Fixes and Improvements
- Fixed some MySQL issues
- Fixed scoreboard not being displayed in some circumstances
- Fixed arrows not dealing damage to players
- Fixed death messages not showing up
- Fixed the arena setup system not working correctly
- Added 'powerup-activation-delay' and 'center-unlock-delay' options in config.yml
Bug Fixes
- Fixed error when parsing some location from config files
Bug Fixes and Improvements
The structure of some files has been changed so i recommend to backup and delete all of your current config files.
To make your existing arena configurations work, simply replace the commas [,] in every location with semicolons [:]
Bug Fixes
- Fixed errors when creating the default kit files
- Fixed an error with the menus
- New winstreak stat and placeholder (%woolwars_win_streak%)
Bug Fixes and Improvements
- Improved database performance
- Minor bug fixes
PAF Bungeecord Party Support, Improvements
- Fixed matches not ending properly sometimes
- Added an automatic config updater (so you don't have to manually add them when you update the plugin)
- Added support for Party and Friends (only the bungeecord version, support for the spigot version will be added in future), you need to have Spigot-Party-API-PAF installed
- You can now add multiple materials starting, ending or containing a specific string in disabled-interaction-blocks and placeable-blocks using the following syntax:
*WOOL -> all materials ending with WOOL
WHITE* -> all materials starting with WHITE
*STAINED* -> all materials containing STAINED
- Other minor improvements
- Added A LOT of new placeholders, full list here
Bug Fixes, New Abilities Configuration
- Fixed some bugs
- Added a new file (abilities.yml) to customize the 6 default abilities and to also add your custom ones
I recommend to reset your kits files because the structure has been slightly modified (Default Kit Files)
Bug Fixes
- Fixed an issue with MySQL
Bug Fixes
- Fixed a small scoreboard issue
- Added /woolwars join random command
- Added possibility to enable or disable the lobby scoreboard
You have to either reset your config.yml or add the following lines:
config.yml
scoreboard:
lobby-enabled: true
game-enabled: true
Extended version support, Bug Fixes
- Fixed an issue related to MySQL
- Fixed play again not working properly
- Added support for all versions up to 1.19
- Added reward commands
You have to either reset your config.yml or add the following lines:
config.yml
# Available placeholders: {player}, {uuid}
reward-commands:
enabled: false
round-win:
- "eco give {player} 100"
round-lose:
- "broadcast {player} has lost the round!"
match-win: []
match-lose: []
kill: []
death: []
Arena Setup System, New Team Colors, Bug Fixes
- /woolwars setlobby command
- Interactive arena setup system (/woolwars setup)
- 3 new team colors (DARK_AQUA, ORANGE, PURPLE)
- Fixed major bugs
Implemented an API
- Added an API to the plugin