Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Changes a setting on the dedicated server while it's running.
| Permission Level | Owner |
| Requires Cheats | Yes |
Syntax Overview
/changesetting allowcheats <value: Boolean>
/changesetting difficulty <value: difficulty>
/changesetting difficulty <value: int>
Usage
Allow cheats
/changesetting allowcheats <value: Boolean>
Enables or disables cheats on the server.
| Argument | Type | Required | Description |
|---|---|---|---|
| value | Boolean | Required | The value to set. |
Difficulty (enum)
/changesetting difficulty <value: difficulty>
Changes the server difficulty using a difficulty name.
| Argument | Type | Required | Description |
|---|---|---|---|
| value | difficulty | Required | The difficulty value to set. |
Difficulty (integer)
/changesetting difficulty <value: int>
Changes the server difficulty using an integer value (0=Peaceful, 1=Easy, 2=Normal, 3=Hard).
| Argument | Type | Required | Description |
|---|---|---|---|
| value | int | Required | The difficulty value as an integer (0=Peaceful, 1=Easy, 2=Normal, 3=Hard). |
Arguments Reference
| Argument | Type | Description |
|---|---|---|
| value | Boolean | The value to set. |
| value | difficulty | The difficulty value to set. |
| value | int | The difficulty value as an integer (0=Peaceful, 1=Easy, 2=Normal, 3=Hard). |