From 46429c6cb948f5338f253c1e22cce459704d773b Mon Sep 17 00:00:00 2001 From: rmichela Date: Thu, 15 Mar 2012 22:32:31 -0400 Subject: [Bleeding] Implemented the command-topics-in-master-index option in help.yml. Addresses BUKKIT-1189 When false, help topics that start with a slash are omitted from the mater index. --- src/main/resources/configurations/help.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/resources/configurations') diff --git a/src/main/resources/configurations/help.yml b/src/main/resources/configurations/help.yml index 1a4ac9fc..5e6ed5b9 100644 --- a/src/main/resources/configurations/help.yml +++ b/src/main/resources/configurations/help.yml @@ -11,6 +11,9 @@ # Examples are given below. Color codes are allowed. When amending command topic, the string will be replaced # with the existing value in the help topic. # -- +# Set this to true to list the individual command help topics in the master help. +# command-topics-in-master-index: true +# -- # Each general topic will show up as a separate topic in the help index along with all the plugin command topics. # general-topics: # rules: -- cgit v1.2.3