Class DebugCommand
java.lang.Object
io.github.thebusybiscuit.slimefun4.core.commands.SubCommand
io.github.thebusybiscuit.slimefun4.core.commands.subcommands.DebugCommand
The debug command will allow server owners to get information for us developers.
We can put debug messages in the code and they can trigger it for us to see what exactly is going on.
- Author:
- WalshyDev
-
Field Summary
Fields inherited from class io.github.thebusybiscuit.slimefun4.core.commands.SubCommand
cmd, plugin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
void
onExecute
(CommandSender sender, String[] args) Methods inherited from class io.github.thebusybiscuit.slimefun4.core.commands.SubCommand
getDescription, getName, isHidden, recordUsage
-
Constructor Details
-
DebugCommand
-
-
Method Details
-
getDescription
- Overrides:
getDescription
in classSubCommand
-
onExecute
- Specified by:
onExecute
in classSubCommand
-