summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorrmichela <deltahat@gmail.com>2012-03-21 23:01:06 -0400
committerEvilSeph <evilseph@gmail.com>2012-03-22 00:50:09 -0400
commiteb3c092ef8bed36a057a5404fa1e0723e58aa2b9 (patch)
tree4c7e5b2c2ee185172d5f89eeb46f4fabe57e6fd6 /src/main/resources
parent31b1bc02ca968d7282c7fdc734e67b23d6ee93e5 (diff)
downloadcraftbukkit-eb3c092ef8bed36a057a5404fa1e0723e58aa2b9.tar
craftbukkit-eb3c092ef8bed36a057a5404fa1e0723e58aa2b9.tar.gz
craftbukkit-eb3c092ef8bed36a057a5404fa1e0723e58aa2b9.tar.lz
craftbukkit-eb3c092ef8bed36a057a5404fa1e0723e58aa2b9.tar.xz
craftbukkit-eb3c092ef8bed36a057a5404fa1e0723e58aa2b9.zip
[Bleeding] Added option to completely disable all automatic help topic generation by adding "All" to the ignore-plugins list in help.yml. Addresses BUKKIT-1264
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/configurations/help.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/configurations/help.yml b/src/main/resources/configurations/help.yml
index d7f363b1..faa7d569 100644
--- a/src/main/resources/configurations/help.yml
+++ b/src/main/resources/configurations/help.yml
@@ -33,7 +33,8 @@
# permission: you.dont.have
#
# Any plugin in the ignored plugins list will be excluded from help. The name must match the name displayed by
-# the /plugins command. Ignore "Bukkit" to remove the standard bukkit commands from the index.
+# the /plugins command. Ignore "Bukkit" to remove the standard bukkit commands from the index. Ignore "All"
+# to completely disable automatic help topic generation.
# ignore-plugins:
# - PluginNameOne
# - PluginNameTwo