Scum Wiki

See something missing or incorrect? Let us know on our new Discord server!

READ MORE

Scum Wiki
No edit summary
Tags: Mobile edit Mobile web edit
m (Reverted edits by 85.228.223.136 (talk) to last revision by Mr Pie 5)
Line 101: Line 101:
 
|-
 
|-
 
| player || Various || The player to find. This can be specified as their [https://steamidfinder.com/ SteamID64], their Steam name, or their character name. Use #ListPlayers first to get this information.
 
| player || Various || The player to find. This can be specified as their [https://steamidfinder.com/ SteamID64], their Steam name, or their character name. Use #ListPlayers first to get this information.
  +
|}
|}76561198016442706
 
   
   

Revision as of 01:52, 26 September 2018


This article is a stub. You can help Scum Wiki by expanding it.

Admin Commands, also called console commands or cheats, are codes that users with cheat rights on servers can type to modify the game.

Enabling commands

Singleplayer

Admin commands are enabled in singleplayer by default, but only the following commands can be used:

Online

Admin commands on private servers are done using a whitelist of Steam64IDs that are allowed to use the commands.

Since SCUM private servers are currently limited to G-Portal, enabling cheats must be done through their interface. Their instructions for doing this can be found here.

Using commands

Commands are input in the chat, opened with T. All commands must be prefixed with # but are otherwise entered like normal chat messages. Command names, item ids, and npc ids are all case-insensitive.

Short list of commands

Click any command to jump to its detailed description. Brackets [ ] denote optional arguments.

Command Description
List Shows you all admin commands
ListPlayers Lists the current players with Steam64ID, Steam names and character names
Kick <player> Kick a player from your server
Ban <player> Ban a player from your server
Location <player> Returns the position of the selected player
ListAssets <item|character> [<filter>] Displays a list of items or characters that can be spawned, with an optional filter.
SpawnItem <Item ID> <Amount> Spawn a specific item floating in the air in front of you. See Item IDs or use #ListAssets for a list of items.
SpawnCharacter <NPC ID> <Amount> Spawn a specific NPC in front of you. See NPC IDs or use #ListAssets for a list of NPCs.
Teleport <player> [<X> <Y> <Z>] Teleports a specified player to given coordinates, or to you if no coordinates are given.
TeleportToPlayer <player> Teleports you near the specified player.
SetFamePoints <value> [<player>] Sets fame points of a player to the specified value. If second argument is not provided, sets your own fame points.

Detailed list of commands

List

Shows you all admincommands

Usage

#List



ListPlayers

Lists the current players with Steam64ID, Steam names and character names

Usage

#ListPlayers



Kick

Kick a player from your server

Usage

#Kick <player>

Parameter Data Type Description
player Various The player to kick. This can be specified as their SteamID64, their Steam name, or their character name. Use #ListPlayers first to get this information.



Ban

Ban a player from your server

Usage

#Ban <player>

Parameter Data Type Description
player Various The player to ban. This can be specified as their SteamID64, their Steam name, or their character name. Use #ListPlayers first to get this information.



Location

Returns the position of the selected player

Usage

#Location <player>

Parameter Data Type Description
player Various The player to find. This can be specified as their SteamID64, their Steam name, or their character name. Use #ListPlayers first to get this information.



ListAssets

Displays a list of items that can be spawned.

Usage

#ListAssets <item|character> [<filter>]

Parameter Data Type Description
filter String Optional. Will only display Item IDs that have the given string in them.



SpawnItem

Spawn a specific item floating in the air in front of you.

Usage

#SpawnItem <Item ID> <Amount>

Parameter Data Type Description
Item ID String The ID of the item you want to spawn.
Amount Integer The amount of the item to spawn.



SpawnCharacter

Spawn a specific NPC in front of you.

Usage

#SpawnCharacter <NPC ID> <Amount>

Parameter Data Type Description
NPC ID String The ID of the NPC to spawn.
Amount Integer The amount of the NPC to spawn.



Teleport

Coordinate map

Each colored square is 100,000 x 100,000 units. An interactive version of this map can be found here

Teleports you to a specified location.

Usage

#Teleport <player> <X> <Y> <Z>

Parameter Data Type Description
player Various The player to teleport to. This can be specified as their SteamID64, their Steam name, or their character name. Use #ListPlayers first to get this information.
X, Y, Z Float The X, Y, and Z coordinates to teleport to, with X being inverted longitude, y being latitude, and z being altitude.

Coordinates are given in units, and the map is roughly 1,200,000 units squared, with a spot a bit right and down of the grid center being 0,0. When teleporting, if the altitude you give is below the terrain, you will be placed at ground level. As such, Z can usually be specified as 0 unless you have reason to try to teleport in the sky.

You can use this interactive map to easy get coordinates for teleporting, by right-clicking on the map.



TeleportToPlayer

Teleports you near the specified player.

Usage

#TeleportToPlayer <player>

Parameter Data Type Description
player Various The player to teleport to. This can be specified as their SteamID64, their Steam name, or their character name. Use #ListPlayers first to get this information.



SetFamePoints

Sets fame points of a player to the specified value. If second argument is not provided, sets your own fame points.

Usage

#SetFamePoints <value> [<player>]

Parameter Data Type Description
value Integer The value to change their fame points to
player Various The player to target. This can be specified as their SteamID64, their Steam name, or their character name. Use #ListPlayers first to get this information.

See also