tpr on join (#153)

This commit is contained in:
Super_
2019-11-18 16:45:18 -05:00
committed by Robinson Gallego
parent b2305a918b
commit 337a612437
4 changed files with 17 additions and 4 deletions

View File

@ -26,6 +26,7 @@ public enum ConfigEntry
ALLOW_ARMOR_STANDS(Boolean.class, "allow.armorstands"),
ALLOW_MINECARTS (Boolean.class, "allow.minecarts"),
ALLOW_CLEAR_ON_JOIN(Boolean.class, "allow.clearonjoin"),
ALLOW_TPR_ON_JOIN(Boolean.class, "allow.tpronjoin"),
//
BLOCKED_CHATCODES(String.class, "blocked_chatcodes"),
//