summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2011-07-27 14:26:04 +0100
committerKHobbits <rob@khobbits.co.uk>2011-07-27 14:26:04 +0100
commit33f48eae0dbf91afd6415606fd5f3a6bbcc38089 (patch)
treed4ef27ec11a3f81b508999267e7002d0f1418847
parent7b18343e7518277914fc1a889dc93ded49379615 (diff)
downloadEssentials-33f48eae0dbf91afd6415606fd5f3a6bbcc38089.tar
Essentials-33f48eae0dbf91afd6415606fd5f3a6bbcc38089.tar.gz
Essentials-33f48eae0dbf91afd6415606fd5f3a6bbcc38089.tar.lz
Essentials-33f48eae0dbf91afd6415606fd5f3a6bbcc38089.tar.xz
Essentials-33f48eae0dbf91afd6415606fd5f3a6bbcc38089.zip
Adjusting the config file to mention the help permission
-rw-r--r--Essentials/src/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index 186d4a1f0..4cf45b916 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -284,6 +284,9 @@ economy-log-enabled: false
non-ess-in-help: true
#Hide plugins which dont give a permission
+#You can override a true value here for a single plugin by adding a permission to a user/group.
+#The indervidual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
+#You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
hide-permissionless-help: true
############################################################