Changes in config.yml
- Added %arena_state% placeholder to be used in scoreboard content.
- Added option to customize formatted arena state names.
- Added option to disable multiple explosion kills.
- Added option to customize explosion power.
- Fixed a potential exception about the power-ups.
YAML:Explosion-Settings: # The explosion power of the tagged players. Power: 0.5 # Should players near the player who exploded also die? Multiple-Explosion: true
Changes in messages.yml
YAML:arena-states: waiting: "Waiting" starting: "Starting" playing: "Playing" ending: "Ending" restarting: "Restarting" inactive: "Inactive"
- Fixed rewards not executing correctly.
- Updated Commons library to v1.8.3.
- Updated shaded library locations in the JAR.
- Some code based changes.
- Added leaderboard placeholders.
- Fixed map name placeholder not working.
New Placeholders
- %tnttag_leaderboard_STATISTIC: POSITION% - Displays the player's name in the given position.
- %tnttag_leaderboard_STATISTIC: POSITION:value% - Displays the player's statistic in the given position.
Available Statistic Names
- wins
- loses
- gamesplayed
- timestagged
- taggedplayers
Changes in config.yml
- Added option to send summary messages even if the arena is forced to stop.
- Added new customizable message options for the 'top' command.
- Added more comments to the rewards.yml file.
- Lots of code based improvements.
YAML:# Should we still send summary messages even if the arena is forced to stop? Summary-On-Quick-Stop: false
Changes in messages.yml
YAML:player-commands: statistics: empty: "Empty" unknown: "Unknown Player"
Changes in messages.yml
- Added customizable no permission message for the admin commands.
YAML:admin-commands: no-permission: "&cYou must be admin or higher to use this command!"
- Fixed force start command message does not support placeholders.
- Lots of code based improvements.
- Fixed not all the in-game messages support PlaceholderAPI placeholders.
v1.1.9
- Added PlaceholderAPI support to in-game messages.
Added 2 new placeholders:
- %tnttag_all_alive_players% - The total number of alive players in the active arenas.
- %tnttag_online_players% - The total number of players in the arenas, spectators are inclusive.
