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:
@ -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
|
||||
|
@ -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%.'
|
||||
|
Reference in New Issue
Block a user