From e2f80811ff850320b9ccb6bc34df5e21e6adb0d0 Mon Sep 17 00:00:00 2001 From: libraryaddict Date: Tue, 4 Feb 2020 16:05:00 +1300 Subject: [PATCH] Correct plugin.yml perms --- src/main/resources/plugin.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 9ef91c14..abb6358b 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -87,17 +87,17 @@ commands: permissions: libsdisguises.reload: - description: Allows the user to reload LibsDisguises. - default: op + description: Allows the user to reload LibsDisguises. + default: op libsdisguises.seethrough: - description: Allows player to see through disguises. - default: false - libsdisguises.pve: - description: Allows player to ignore pve restrictions. + description: Allows player to see through disguises. default: false libsdisguises.hidename: description: Allows player to ignore name being forced above disguise default: false + libsdisguises.pve: + description: Allows player to ignore pve restrictions. + default: false libsdisguises.pvp: description: Allows player to ignore pvp restrictions. default: false