Start work on the protection and penalties. First up is Block Place
This commit is contained in:
@ -13,7 +13,9 @@ storage:
|
||||
password: 'password'
|
||||
jailing:
|
||||
during:
|
||||
blockBreakPenalty: 5m
|
||||
blockBreakProtection: true
|
||||
blockPlacePenalty: 5m
|
||||
blockPlaceProtection: true
|
||||
countDownTimeWhileOffline: false
|
||||
explosionProtection: true
|
||||
|
@ -1,4 +1,7 @@
|
||||
language:
|
||||
actions:
|
||||
blockbreaking: 'breaking a block'
|
||||
blockplacing: 'placing a block'
|
||||
general:
|
||||
unknowncommand: '&cNo commands registered by the name of %0%.'
|
||||
nopermission: '&cInsufficient permission.'
|
||||
@ -13,6 +16,7 @@ language:
|
||||
jailed: '&cYou have been jailed!'
|
||||
jailedwithreason: '&cYou have been jailed for: %0%'
|
||||
muted: '&cStop talking, you are in jail.'
|
||||
protectionmessage: '&c%0% minutes has been added to your time for %1%.'
|
||||
unjailed: '&2You have been released! Please respect the server rules.'
|
||||
handcuffing:
|
||||
cantbehandcuffed: '&9%0% &ccan not be handcuffed.'
|
||||
|
Reference in New Issue
Block a user