Enable protecting chests and people being able to open them and not.

This commit is contained in:
graywolf336
2014-01-20 17:24:22 -06:00
parent 4eae8778ea
commit 9f34304fdb
2 changed files with 49 additions and 0 deletions

View File

@ -27,6 +27,7 @@ public enum Settings {
JAILEDSTOREINVENTORY("jailing.jail.storeInventory"),
LOGJAILING("jailing.jail.logToConsole"),
MAXAFKTIME("jailing.during.maxAFKTime"),
OPENCHEST("jailing.during.openChest"),
RECIEVEMESSAGES("jailing.during.recieveMessages"),
RELEASETOPREVIOUSPOSITION("jailing.release.backToPreviousPosition"),
RESTOREPREVIOUSGAMEMODE("jailing.release.restorePreviousGameMode"),