New save inventory option: when a player leaves the game he will get the same inventory he had before joining ("saveInventory" in the config, defaults to false)
New feature: damage while sabotage is active, players will get damage every 2 seconds when a sabotage is active ("damageOnSabotage" in the config, defaults to false)
In the arena selector instead of showing the arena name it will show the arena display name.
IMPORTANT if you are updating read this:
Add this to your config.yml file:
Code (YAML):
# damageOnSabotage: Damage the players every 2 seconds while a sabotage is active damageOnSabotage: false
# saveInventory: Give the player the items he had before he joined the game (useful for survival servers) saveInventory: false