🔧 SDK ReferenceReactHooksuseCommanduseCommandAdds a command to the server.SyntaxuseCommand(command);ParametersNameTypeDescriptioncommandCommandThe command to add.ExampleuseCommand( new Command('test', player => { player.sendMessage('This is a test!'); }),);Available on: Client Server