Package net.lewmc.essence.commands
Class HelpCommand
java.lang.Object
net.lewmc.essence.commands.HelpCommand
Help command class.
-
Constructor Summary
ConstructorDescriptionHelpCommand
(Essence plugin, MessageUtil message, String[] args) Constructor for the HelpCommand class. -
Method Summary
-
Constructor Details
-
HelpCommand
Constructor for the HelpCommand class.- Parameters:
plugin
- Essence - Reference to main plugin class.message
- MessageUtil - Instance of the MessageUtil class.args
- String[] - Array of command arguments.
-
-
Method Details
-
runHelpCommand
public boolean runHelpCommand()Runs the /help command.- Returns:
- If the command was executed correctly.
-