respawn anchor place prevention

This commit is contained in:
Super_
2020-07-02 08:13:20 -04:00
parent 556dfa7233
commit 8a60ae2235
4 changed files with 19 additions and 1 deletions

View File

@ -31,6 +31,7 @@ public enum ConfigEntry
ALLOW_JUKEBOXES(Boolean.class, "allow.jukeboxes"),
ALLOW_SPAWNERS(Boolean.class, "allow.spawners"),
ALLOW_BEEHIVES(Boolean.class, "allow.beehives"),
ALLOW_RESPAWN_ANCHORS(Boolean.class, "allow.respawnanchors"),
AUTO_TP(Boolean.class, "allow.auto_tp"),
AUTO_CLEAR(Boolean.class, "allow.auto_clear"),
//