[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.
This commit is contained in:
@@ -74,4 +74,8 @@ public class HelpYamlReader {
|
||||
public List<String> getIgnoredPlugins() {
|
||||
return helpYaml.getStringList("ignore-plugins");
|
||||
}
|
||||
|
||||
public boolean commandTopicsInMasterIndex() {
|
||||
return helpYaml.getBoolean("command-topics-in-master-index", true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user