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