add toggleable clear inventories on join feature, fix shop

This commit is contained in:
Ivan
2019-11-03 09:10:56 -05:00
parent f05d6a71ae
commit d582398f93
6 changed files with 18 additions and 3 deletions

View File

@ -24,6 +24,7 @@ public enum ConfigEntry
ALLOW_UNSAFE_ENCHANTMENTS(Boolean.class, "allow.unsafe_enchantments"),
ALLOW_BELLS(Boolean.class, "allow.bells"),
ALLOW_ARMOR_STANDS(Boolean.class, "allow.armorstands"),
ALLOW_CLEAR_ON_JOIN(Boolean.class, "allow.clearonjoin"),
//
BLOCKED_CHATCODES(String.class, "blocked_chatcodes"),
//