Enhancements
- Added /arena enable <arena> command.
- Added /arena disable <arena> command.
- Added PlaceholderAPI support. Detailed description on the official page.
Bugfix
- When the round is starting or ended, the player now teleport to the basic spawn position instead of the arena's center.
Changes
language.yml
Code (YAML):
COMMAND:
ARENA:
ARGUMENTS:
ENABLE:
COMMAND-HELP
:
"<red>/%label% enable <arena>"
NOT-EXISTS
:
"<red>Arena %arena% doesn't exists."
ALREADY-ENABLED
:
"<yellow>%arena% <red>arena is already enabled."
ARENA-ENABLED
:
"<gold>%arena% <yellow>arena is now <green>enabled<yellow>."
DISABLE:
COMMAND-HELP
:
"<red>/%label% disable <arena>"
NOT-EXISTS
:
"<red>Arena %arena% doesn't exists."
ALREADY-DISABLED
:
"<yellow>%arena% <red>arena is already disabled."
ARENA-DISABLED
:
"<gold>%arena% <yellow>arena is now <red>disabled<yellow>."