[Bleeding] Added option to remove entire plugins from the help index using the help.yml file. Addresses BUKKIT-1178
This commit is contained in:
@@ -70,4 +70,8 @@ public class HelpYamlReader {
|
||||
}
|
||||
return amendments;
|
||||
}
|
||||
|
||||
public List<String> getIgnoredPlugins() {
|
||||
return helpYaml.getStringList("ignore-plugins");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user