Regeneration Settings

Template:

regen:
  regen-speed-type: PRESET # PRESET or CUSTOM
  regen-speed: FAST # SLOW, NORMAL, FAST, VERYFAST, EXTREME (used if regen-speed-type is PRESET)
  custom-regen-speed: 10000 # Integer value used if regen-speed-type is CUSTOM
  track-entities: true # Whether entities should be tracked after creating an arena and removed when regenerating the arena
  regen-only-modified: false # Whether it should only regenerate modified blocks or not
  confirmation-prompt: false # Whether it should show a confirmation prompt when using the regenerate command
  players-inside-arena: # Actions to be taken on players who are inside the arena while it is regenerating
    cancel-regen: false # Cancel the regeneration
    kill: false # Kill the player
    execute-commands: false # Execute commands of your choice
    commands: # The commands to be executed
      - "say {player} is inside the arena!"
    teleport-to-spawn: true # Teleport the player to world spawn

These are config settings for regen system, through these you can edit speed, arena modification and regen modifications.

Last updated