execute

public boolean execute(CommandSender sender, String currentAlias, Array<String> args)

Executes the command, returning its success

Return

true if the command was successful, otherwise false

Parameters

sender

Source object which is executing this command

commandLabel

The alias of the command used

args

All arguments passed to the command, split via ' '