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

@ -34,6 +34,10 @@ jailing:
ignoreSleeping: true
maxAFKTime: 10m #in minutes
openChest: true
preventInteractionBlocks: ['wooden_door', 'iron_door_block']
preventInteractionBlocksPenalty: 5m
preventInteractionItems: []
preventInteractionItemsPenalty: 5m
recieveMessages: true
jail:
automaticMute: true

View File

@ -4,6 +4,8 @@ language:
blockplacing: 'placing a block'
command: 'trying to use a command'
croptrampling: 'trampling crops'
interactionBlocks: 'interacting with a block'
interactionItems: 'interacting with an item'
general:
alljails: 'all the jails'
cellremoved: '&9Cell %0% has been successfully removed from the jail %1%.'