onExecute event
This page will go over the onExecute event.
onExecute
Rise 6 API supports custom commands. To register a command, you have to call rise.registerCommand(name, description) method.
onExecute arguments
This event accepts only passes a single argument: An argument array. The type is String[].
Last updated