From 1b30139ded4dafbf1b06841436b46453c6fbf001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Thu, 26 Nov 2015 18:51:23 +0100 Subject: [PATCH] Added note for possible invalid permission nodes in plugin configuration --- src/main/resources/plugin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index a444164f..edc86ace 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -53,13 +53,13 @@ permissions: authme.admin.changepassword: true authme.admin.unregister: true authme.admin.purge: true - authme.seeOtherAccounts: true + authme.seeOtherAccounts: true # This isn't a child of the admin section! Probably doesn't work. authme.admin.lastlogin: true authme.admin.getemail: true authme.admin.chgemail: true authme.admin.purgelastpos: true authme.admin.switchantibot: true - authme.bypassantibot: true + authme.bypassantibot: true # This isn't a child of the admin section! Probably doesn't work. authme.admin.getip: true authme.admin.converter: true authme.admin.resetposition: true