From 9af7acb21e9ab757e9203069112ee9876823ef45 Mon Sep 17 00:00:00 2001 From: ryanhamshire Date: Wed, 11 Feb 2015 15:44:50 -0800 Subject: [PATCH] Added /GivePet permission. Everyone has it by default. --- plugin.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin.yml b/plugin.yml index 7fc5d09..63fac40 100644 --- a/plugin.yml +++ b/plugin.yml @@ -142,6 +142,7 @@ commands: givepet: description: Allows a player to give away a pet he or she tamed. usage: /GivePet + permission: griefprevention.givepet gpblockinfo: description: Allows an administrator to get technical information about blocks in the world and items in hand. usage: /GPBlockInfo @@ -169,6 +170,9 @@ permissions: griefprevention.overrideclaimcountlimit: true griefprevention.transferclaim: true griefprevention.claimslistother: true + griefprevention.givepet: + description: Grants permission to use /GivePet. + default: true griefprevention.claimslistother: description: Grants permission to use /ClaimsList to get another player's information. default: op