event onPlayerCommand (server-side)
Available since version: 0.0.1
This event is triggered when a player uses command on the chat.
Command always begins with forward slash /.
Parameters
int playerid, string command, string params
intplayerid: the id of the player who typed the command.stringcommand: used command name on the chat.stringparams: command parameters divided by space.