Class ExampleCommand
java.lang.Object
io.github.simplexdevelopment.cl.Permissible
io.github.simplexdevelopment.cl.CommandBase
io.github.simplexdevelopment.cl.impl.ExampleCommand
- All Implemented Interfaces:
ICommand,org.bukkit.command.CommandExecutor,org.bukkit.command.TabCompleter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.simplexdevelopment.cl.CommandBase
broadcast, broadcast, broadcast, disablePlugin, enablePlugin, getOnlinePlayers, getPlayer, getPlayer, msg, msg, msg, onCommand, onTabComplete, subCommandMethods inherited from class io.github.simplexdevelopment.cl.Permissible
allowConsole, getPermission, getPermissionMessage, hasPermission
-
Constructor Details
-
ExampleCommand
public ExampleCommand()
-
-
Method Details
-
execute
Description copied from interface:ICommandThis is the actual onCommand method. This should be used when you want to execute the command itself.- Parameters:
sender- The user who sent the command. (Provided by Paper)args- The additional arguments to the command, if applicable (Provided by Paper)
-