[Bleeding] Added option to remove entire plugins from the help index using the help.yml file. Addresses BUKKIT-1178

This commit is contained in:
rmichela
2012-03-14 23:39:19 -04:00
committed by EvilSeph
parent fc697a4f44
commit 184faf1f29
4 changed files with 63 additions and 17 deletions

View File

@@ -70,4 +70,8 @@ public class HelpYamlReader {
}
return amendments;
}
public List<String> getIgnoredPlugins() {
return helpYaml.getStringList("ignore-plugins");
}
}