Class UnbanCommand
java.lang.Object
me.github.simonplays15.betterbansystem.core.command.BaseCommand
me.github.simonplays15.betterbansystem.core.command.commands.UnbanCommand
The type Unban command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
runCommand
(BaseCommandSender sender, String[] args) Run command boolean.Methods inherited from class me.github.simonplays15.betterbansystem.core.command.BaseCommand
equals, getAliases, getCommandName, getDescription, getPermission, getPermManager, getUsage, hashCode, onTabComplete, sendUsage, setCommandName, setDescription, setLabel, setPermission, setUsage, testPermission, testPermission, toString
-
Constructor Details
-
UnbanCommand
public UnbanCommand()Instantiates a new Unban command.
-
-
Method Details
-
runCommand
Run command boolean.- Specified by:
runCommand
in classBaseCommand
- Parameters:
sender
- the senderargs
- the args- Returns:
- the boolean
- Throws:
CommandException
- the command exception
-