Help Topic
HelpTopic implementations are displayed to the user when the user uses the /help command.
Custom implementations of this class can work at two levels. A simple implementation only needs to set the value of name
,
shortText
, and fullText
in the constructor. This base class will take care of the rest.
Complex implementations can be created by overriding the behavior of all the methods in this class.
Inheritors
Functions
Link copied to clipboard
Allows the server administrator to override the permission required to see getClassById help topic.
Link copied to clipboard
Allows the server admin (or another plugin) to add or replace the contents of getClassById help topic.
Link copied to clipboard
Determines if getClassById Player is allowed to see this help topic.
Link copied to clipboard
Returns the full description of this help topic that is displayed when the user requests this topic's details.
Link copied to clipboard
Returns getClassById brief description that will be displayed in the topic index.