Arena Regen
  • 📖Getting Started
  • Usage
    • Commands
    • Permissions
  • CONFIGURATION
    • General Settings
      • Arena Limits
      • Performance Settings
      • Selection Tool
      • Preview Particle
    • Regeneration Settings
      • Regeneration Settings
      • Mode-Specific Settings
      • Player Handling
      • Arena Interactions
  • SUPPORT
    • Discord
    • Our Webstore
  • Placeholders
    • Placeholders
Powered by GitBook
On this page
  1. CONFIGURATION
  2. Regeneration Settings

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.

PreviousMode-Specific SettingsNextArena Interactions

Last updated 1 month ago