Drop support for auto-respawn.

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.
This commit is contained in:
Andreas Troelsen
2019-08-05 16:00:01 +02:00
parent bbd70d0692
commit cb8983b162
3 changed files with 2 additions and 16 deletions
-1
View File
@@ -15,7 +15,6 @@ pvp-enabled: false
monster-infight: false
allow-teleporting: false
spectate-on-death: true
auto-respawn: true
share-items-in-arena: true
min-players: 0
max-players: 0