Class StopCommand<P extends CodexPlugin<P>>
java.lang.Object
studio.magemonkey.codex.commands.api.IAbstractCommand<P>
studio.magemonkey.codex.commands.api.ISubCommand<P>
studio.magemonkey.codex.mccore.scoreboard.StopCommand<P>
Stops a player's scoreboard from cycling
-
Field Summary
Fields inherited from class studio.magemonkey.codex.commands.api.ISubCommand
parentFields inherited from class studio.magemonkey.codex.commands.api.IAbstractCommand
aliases, permission, plugin -
Method Summary
Methods inherited from class studio.magemonkey.codex.commands.api.ISubCommand
getParent, setParent
-
Method Details
-
perform
public void perform(@NotNull org.bukkit.command.CommandSender sender, @NotNull String label, @NotNull String[] args) Executes the command- Specified by:
performin classIAbstractCommand<P extends CodexPlugin<P>>- Parameters:
sender- sender of the commandlabel- command labelargs- command arguments
-
usage
- Specified by:
usagein classIAbstractCommand<P extends CodexPlugin<P>>
-
description
- Specified by:
descriptionin classIAbstractCommand<P extends CodexPlugin<P>>- Returns:
- description
-
playersOnly
public boolean playersOnly()- Specified by:
playersOnlyin classIAbstractCommand<P extends CodexPlugin<P>>
-