Let's try out the move protection, maybe this will work the first time

This commit is contained in:
graywolf336
2014-01-22 14:43:14 -06:00
parent fe1db3bb04
commit cb22fe9786
6 changed files with 92 additions and 1 deletions

View File

@ -15,6 +15,8 @@ public enum LangString {
INTERACTIONBLOCKS ("actions"),
/** Section for when a player interacts with an item that is blacklisted. */
INTERACTIONITEMS ("actions"),
/** Section for when a player moves outside of the jail. */
MOVING ("actions"),
//Jailing section

View File

@ -31,6 +31,8 @@ public enum Settings {
JAILEDSTOREINVENTORY("jailing.jail.storeInventory"),
LOGJAILING("jailing.jail.logToConsole"),
MAXAFKTIME("jailing.during.maxAFKTime"),
MOVEPENALTY("jailing.during.movePenalty"),
MOVEPROTECTION("jailing.during.moveProtection"),
OPENCHEST("jailing.during.openChest"),
PREVENTINTERACTIONBLOCKS("jailing.during.preventInteractionBlocks"),
PREVENTINTERACTIONBLOCKSPENALTY("jailing.during.preventInteractionBlocksPenalty"),