Player Handling
players-inside-arena:
cancel-regen: false
kill: false
execute-commands: false
commands:
- "say {player} is inside the arena!"
teleport-to-spawn: true
These options determine what will happen if a player is inside the arena while the arena is being regenerated.
Template:
cancel-regen: false
cancel-regen - This determines whether it will cancel the regeneration or not.
Template:
kill: false
kill - This determines whether it will kill the player during the regeneration or not.
Template:
execute-commands: false
commands:
- "say {player} is inside the arena!"
execute-commands - This determines whether it will execute any commands when a player is in the arena during regeneration or not.
commands - These are the commands which will be executed. You can add as many as you want.
Template:
teleport-to-spawn: true
teleport-to-spawn - This determines whether it will teleport the player to world-spawn or not.
Last updated