From a56f316cded0920836c4b52c6984ec3be9aa422a Mon Sep 17 00:00:00 2001 From: ryanhamshire Date: Tue, 9 Jun 2015 19:15:24 -0700 Subject: [PATCH] Added permission nodes for /ignore commands. Everyone has these permissions by default. --- plugin.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugin.yml b/plugin.yml index 722b68a..c30685a 100644 --- a/plugin.yml +++ b/plugin.yml @@ -156,14 +156,17 @@ commands: description: Ignores another player's chat messages. usage: /IgnorePlayer aliases: [ignore] + permission: griefprevention.ignore unignoreplayer: description: Unignores another player's chat messages. usage: /UnIgnorePlayer aliases: [unignore] + permission: griefprevention.ignore ignoredplayerlist: description: Lists the players you're ignoring in chat. usage: /IgnoredPlayerList aliases: [ignores, ignored, ignorelist, ignoredlist, listignores, listignored, ignoring] + permission: griefprevention.ignore separate: description: Forces two players to ignore each other in chat. usage: /Separate @@ -267,3 +270,6 @@ permissions: griefprevention.separate: description: Grants access to /Separate and /UnSeparate. default: op + griefprevention.ignore: + description: Grants access to /Ignore, /Unignore, and /IgnoreList + default: true