Server commands are a way to interact with the server from the console. They are useful for debugging and testing.
Available Commands
Server Control
| Command | Aliases | Description | 
|---|
| stop | x,exit | Stops the server | 
| help | h,? | Shows help information | 
Resource Management
| Command | Aliases | Parameters | Description | Example | 
|---|
| load | start | <resource_name> | Loads a specific resource | load my_script | 
| unload | stop | <resource_name> | Unloads a specific resource | unload my_script | 
| reload | restart | <resource_name> | Reloads a specific resource | reload my_script | 
| Command | Aliases | Description | 
|---|
| list | ls | Lists resources or information |