Player Handling
Last updated
Last updated
players-inside-arena:
cancel-regen: false
kill: false
execute-commands: false
commands:
- "say %player% is inside the arena!"
teleport: true
teleport-location: "100,64,100"
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: true
teleport - This determines whether the player will be teleported to the location set in teleport-to-spawn
or not.
Template:
teleport-to-spawn: true
teleport-location - The location the player will be teleported to. Set it to WORLD_SPAWN or ARENA_SPAWN or the coordinates of a specific location (e.g., "100,64,100")