From 9c779686a51c765104b287c5a596eb31824d044b Mon Sep 17 00:00:00 2001 From: libraryaddict Date: Sun, 26 Feb 2017 11:33:19 +1300 Subject: [PATCH] Update the plugin.yml to add perms --- plugin.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugin.yml b/plugin.yml index 1d84d1bf..0a9851bc 100644 --- a/plugin.yml +++ b/plugin.yml @@ -93,6 +93,10 @@ permissions: libsdisguises.seecmd.undisguiseradius: true libsdisguises.seecmd.disguiseclone: true libsdisguises.seecmd.disguiseviewself: true + libsdisguises.seecmd.disguisemodify: true + libsdisguises.seecmd.disguisemodifyplayer: true + libsdisguises.seecmd.disguisemodifyradius: true + libsdisguises.seecmd.disguisemodifyentity: true libsdisguises.seecmd.libsdisguises: description: See the /libsdisguises command in tab-completion libsdisguises.seecmd.disguiseviewself: @@ -117,3 +121,11 @@ permissions: description: See the /undisguiseradius command in tab-completion libsdisguises.seecmd.disguiseclone: description: See the /disguiseclone command in tab-completion + libsdisguises.seecmd.disguisemodify: + description: See the /disguisemodify command in tab-completion + libsdisguises.seecmd.disguisemodifyplayer: + description: See the /disguisemodifyplayer command in tab-completion + libsdisguises.seecmd.disguisemodifyradius: + description: See the /disguisemodifyradius command in tab-completion + libsdisguises.seecmd.disguisemodifyentity: + description: See the /disguisemodifyentity command in tab-completion