Added permission nodes for three commands.

Siege, UnlockDrops, Trapped
This commit is contained in:
ryanhamshire 2015-12-03 17:07:06 -08:00
parent 0208bde89d
commit 5236e85db1

View File

@ -105,6 +105,7 @@ commands:
trapped: trapped:
description: Ejects you to nearby unclaimed land. Has a substantial cooldown period. description: Ejects you to nearby unclaimed land. Has a substantial cooldown period.
usage: /Trapped usage: /Trapped
permission: griefprevention.trapped
trustlist: trustlist:
description: Lists permissions for the claim you're standing in. description: Lists permissions for the claim you're standing in.
usage: /TrustList usage: /TrustList
@ -112,6 +113,7 @@ commands:
siege: siege:
description: Initiates a siege versus another player. description: Initiates a siege versus another player.
usage: /Siege <playerName> usage: /Siege <playerName>
permission: griefprevention.siege
ignoreclaims: ignoreclaims:
description: Toggles ignore claims mode. description: Toggles ignore claims mode.
usage: /IgnoreClaims usage: /IgnoreClaims
@ -133,6 +135,7 @@ commands:
unlockdrops: unlockdrops:
description: Allows other players to pick up the items you dropped when you died. description: Allows other players to pick up the items you dropped when you died.
usage: /UnlockDrops usage: /UnlockDrops
permission: griefprevention.unlockdrops
claimslist: claimslist:
description: Lists information about a player's claim blocks and claims. description: Lists information about a player's claim blocks and claims.
usage: /ClaimsList or /ClaimsList <player> usage: /ClaimsList or /ClaimsList <player>
@ -220,6 +223,15 @@ permissions:
griefprevention.givepet: griefprevention.givepet:
description: Grants permission to use /GivePet. description: Grants permission to use /GivePet.
default: true default: true
griefprevention.siege:
description: Grants permission to use /Siege.
default: true
griefprevention.unlockdrops:
description: Grants permission to use /UnlockDrops.
default: true
griefprevention.trapped:
description: Grants permission to use /Trapped.
default: true
griefprevention.claimslistother: griefprevention.claimslistother:
description: Grants permission to use /ClaimsList to get another player's information. description: Grants permission to use /ClaimsList to get another player's information.
default: op default: op