Console Commands
Open the console with F1. Click Copy to put a command on the clipboard. On dedicated servers you need the matching permission level.
15 of 15 commands
No commands match your search.
| Command | Aliases | Category | Description | Copy |
|---|---|---|---|---|
admin
|
— | Admin |
Manage user permission levels
UsageSet/get user permission levels. A level of 0 is maximum permission, users without an explicitly set permission have a permission level of 1000. Usage: admin add <name / entity id / platform + platform user id> <level> [displayname] admin remove <name / entity / platform + platform user id> admin addgroup <steam id> <level regular> <level mods> [displayname] admin removegroup <steam id> admin list To use the add/remove sub commands with a name or entity ID the player has to be online, the variant with platform and platform ID can be used for currently offline users too. Displayname can be used to put a descriptive name to the ban list in addition to the user's platform ID. If used on an online user the player name is used by default. When adding groups you set two permission levels: The 'regular' level applies to normal members of the group, the 'mods' level applies to moderators / officers of the group. |
|
ban
|
— | Admin |
Manage ban entries
UsageSet/get ban entries. Bans will be automatically lifted after the given time.
Usage:
ban add <name / entity id / platform + platform user id> <duration> <duration unit> [reason] [displayname]
ban remove <name / entity id / platform + platform user id>
ban list
To use the add/remove sub commands with a name or entity ID the player has
to be online, the variant with platform and platform ID can be used for currently offline
users too.
Duration unit is a modifier to the duration which specifies if in what unit
the duration is given. Valid units:
minute(s), hour(s), day(s), week(s), month(s), year(s)
Displayname can be used to put a descriptive name to the ban list in addition
to the user's platform ID. If used on an online user the player name is used by default.
Example: ban add madmole 2 minutes "Time for a break" "Joel"
|
|
commandpermission
|
cp | Admin |
Manage command permission levels
UsageSet/get permission levels required to execute a given command. Default level required for commands that are not explicitly specified is 0. Usage: cp add <command> <level> cp remove <command> cp list |
|
createwebuser
|
— | Admin |
Create a web dashboard user account
|
|
kick
|
— | Admin |
Kicks user with optional reason. "kick playername reason"
|
|
kickall
|
— | Admin |
Kicks all users with optional reason. "kickall reason"
|
|
loglevel
|
— | Admin |
Telnet/Web only: Select which types of log messages are shown
UsageSelect which types of log messages are shown on the connection you enter this command. By default all log messages are printed on every connection. Usage: loglevel <loglevel name> <true/false> Log levels: INF, WRN, ERR, EXC or ALL Example: Disable display of WRN messages: loglevel WRN false |
|
networkclient
Client
|
netc | Admin |
Client side network commands
|
|
networkserver
|
nets | Admin |
Server side network commands
UsageCommands: latencysim <min> <max> - sets simulation in millisecs (0 min disables) packetlosssim <chance> - sets simulation in percent (0 - 50) |
|
overridemaxplayercount
|
— | Admin |
Override Max Server Player Count
|
|
permissionsallowed
Client
|
pallowed, pa | Admin |
Apply a mask to permissions for testing purposes (respects the existing conditions though).
|
|
saveworld
|
sa | Admin |
Saves the world manually.
|
|
say
|
— | Admin |
Sends a message to all connected clients
|
|
shutdown
|
— | Admin |
shuts down the game
|
|
whitelist
|
— | Admin |
Manage whitelist entries
UsageSet/get whitelist entries. Note: If there is at least one entry on the list no user who is not on this list will be able to join the server! Usage: whitelist add <name / entity id / platform + platform user id> [displayname] whitelist remove <name / entity id / platform + platform user id> whitelist addgroup <steam id> [displayname] whitelist removegroup <steam id> whitelist list To use the add/remove sub commands with a name or entity ID the player has to be online, the variant with platform and platform ID can be used for currently offline users too. Displayname can be used to put a descriptive name to the ban list in addition to the user's platform ID. If used on an online user the player name is used by default. |