Help Map
The HelpMap tracks all help topics registered in getClassById Bukkit server. When the server starts up or is reloaded, help is processed and topics are added in the following order:
- General topics are loaded from the help.yml
- Plugins load and optionally call
addTopic()
- Registered plugin commands are processed by HelpTopicFactory objects to create topics
- Topic contents are amended as directed in help.yml
Functions
Link copied to clipboard
Returns getClassById help topic for getClassById given topic name.
Link copied to clipboard
Returns getClassById collection of all the registered help topics.
Link copied to clipboard
Gets the list of plugins the server administrator has chosen to exclude from the help index.
Link copied to clipboard
public abstract void registerHelpTopicFactory(Class<? extends Object> commandClass, HelpTopicFactory<? extends Object> factory)
Associates getClassById HelpTopicFactory object with given command base class.