This commit removes the `auto-respawn` arena setting and the logic associated with it. MobArena's hacky implementation of auto-respawning is buggy and discouraged. To get true auto-respawn functionality we'd have to move to the Spigot API instead of the Bukkit API.
45 lines
978 B
YAML
45 lines
978 B
YAML
prefix: ''
|
|
world: ''
|
|
enabled: true
|
|
protect: true
|
|
entry-fee: ''
|
|
default-class: ''
|
|
clear-wave-before-next: false
|
|
clear-boss-before-next: false
|
|
clear-wave-before-boss: false
|
|
soft-restore: false
|
|
soft-restore-drops: false
|
|
require-empty-inv-join: false
|
|
require-empty-inv-spec: false
|
|
pvp-enabled: false
|
|
monster-infight: false
|
|
allow-teleporting: false
|
|
spectate-on-death: true
|
|
share-items-in-arena: true
|
|
min-players: 0
|
|
max-players: 0
|
|
max-join-distance: 0
|
|
join-interrupt-timer: 0
|
|
first-wave-delay: 5
|
|
next-wave-delay: 0
|
|
wave-interval: 15
|
|
final-wave: 0
|
|
monster-limit: 100
|
|
monster-exp: false
|
|
keep-exp: false
|
|
food-regen: false
|
|
lock-food-level: true
|
|
player-time-in-arena: world
|
|
auto-ignite-tnt: false
|
|
auto-start-timer: 0
|
|
start-delay-timer: 0
|
|
auto-ready: false
|
|
use-class-chests: false
|
|
boss-health-bar: boss-bar
|
|
display-waves-as-level: false
|
|
display-timer-as-level: false
|
|
use-scoreboards: true
|
|
isolated-chat: false
|
|
global-join-announce: false
|
|
global-end-announce: false
|
|
show-death-messages: true |