Prevent interaction with items and blocks!

Works just like the old version, they can interact with anything except
what is in the blacklist.
This commit is contained in:
graywolf336
2014-01-21 22:23:26 -06:00
parent 1e3a8cc992
commit fe1db3bb04
5 changed files with 88 additions and 2 deletions

View File

@@ -32,6 +32,10 @@ public enum Settings {
LOGJAILING("jailing.jail.logToConsole"),
MAXAFKTIME("jailing.during.maxAFKTime"),
OPENCHEST("jailing.during.openChest"),
PREVENTINTERACTIONBLOCKS("jailing.during.preventInteractionBlocks"),
PREVENTINTERACTIONBLOCKSPENALTY("jailing.during.preventInteractionBlocksPenalty"),
PREVENTINTERACTIONITEMS("jailing.during.preventInteractionItems"),
PREVENTINTERACTIONITEMSPENALTY("jailing.during.preventInteractionItemsPenalty"),
RECIEVEMESSAGES("jailing.during.recieveMessages"),
RELEASETOPREVIOUSPOSITION("jailing.release.backToPreviousPosition"),
RESTOREPREVIOUSGAMEMODE("jailing.release.restorePreviousGameMode"),