ToolSet / com.zndevs.toolset / ToolSetCommand / run

run

fun run(sender: CommandSender, command: Command, label: String, args: Array<String>): Boolean

Returns a command’s subcommands. Note: run last in your command executor!

Parameters

sender - Person running the command

command - Command’s name as a string

label - Unknown what this is

args - Arguments passed into the command

Return True if the command succeeded in running, false otherwise