From eb3c092ef8bed36a057a5404fa1e0723e58aa2b9 Mon Sep 17 00:00:00 2001 From: rmichela Date: Wed, 21 Mar 2012 23:01:06 -0400 Subject: [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 --- src/main/resources/configurations/help.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/resources') 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 -- cgit v1.2.3