Files

CONFIG

# Seconds paralyzed until combat can begin
countdown: 5

# Helps the winner to collect his opponent's items (seconds)
grace-time-of-victory: 15

# Distance to where the player can throw the pearl
max-distance-pearl: 50

# Ticks until the start of the duel/being teleported, this cannot be too high.
ticks-until-start-duel: 5

# Maximum duration for a duel (seconds)
maximum-duration-duel: 600

# Maximum duration of petition until not accepted (seconds)
maximum-duration-request: 60

# Keep inventory in duels
keep-inventory-in-duel: false

# Sets whether the player should die if he disconnects while in a duel
kill-player-disconnected-in-duel: true

commands-in-duel:
  mode: WHITELIST # BLACKLIST / WHITELIST
  commands:
    - /msg
    - /r
    - /tell
    - /helpop

# Placeholders in start: %oponent1%, %oponent2%
# Placeholders in end: %winner%, %loser%
execute-commands:
  start:
    - gamemode survival %oponent1%
    - gamemode survival %oponent2%
    - heal %oponent1%
    - heal %oponent2%
  end:
    - heal %winner%

MESSAGES

arenas.yml and usderdata.yml for storage

Last updated