Config File

# ArenaRegen Plugin Configuration
# Plugin by CoderYuvraj

# Default regeneration time (in seconds)
default-regen-time: 60

# Stagger arena regenerations to prevent multiple arenas from regenerating simultaneously
stagger-regen: true

# Countdown settings before regeneration
countdown-enabled: true
countdown-seconds: 10

# Selection particle settings (for /ag wand)
selection-particles:
  enabled: true
  particle-type: "FLAME"  # FLAME, VILLAGER_HAPPY, REDSTONE, etc.
  update-interval: 20  # ticks (1 second)
  duration: 60  # seconds before auto-clearing

# Note: Arena data is saved in 'arenas/' folder (individual .yml files per arena)
# Note: All messages are configured in 'messages.yml' file

Last updated