Skip to content

Commands and Gamerules

Deyvid Campos edited this page Jul 25, 2026 · 4 revisions

Commands and Gamerules

Main commands

Command Effect
/scpadditions config Open the native configuration center.
/scpadditions reload Validate and reload all supported configuration files.

Reloads reject malformed JSON and malformed IDs. Valid but unavailable optional registry IDs are reported as warnings and skipped.

SCP-012 commands

The coordinates are optional. Without coordinates, the command searches for the nearest SCP-012 containment box.

Command Effect
/scp012 open [x y z] Open the selected SCP-012 containment box.
/scp012 close [x y z] Close the selected containment box.
/scp012 toggle [x y z] Toggle the selected box between open and closed states.
/scp012 status [x y z] Report the current state of the selected box.

Roamer administration

Permission level 2 is required. Roamer commands currently accept scp173 or scp106.

Command Effect
/disableAllRoamers Set both natural-spawn gamerules to false.
/enableAllRoamers Set both natural-spawn gamerules to true.
/despawnAllRoamers Remove every loaded SCP-173 and SCP-106, then restart enabled spawn cycles.
/despawnRoamer <scp173|scp106> Remove every loaded instance of the selected roamer.
/roamerForceSpawn <scp173|scp106> Attempt the selected roamer's normal encounter placement and behavior near the command player.

Force-spawn can fail when an instance is already active, the relevant module is disabled, or no valid natural placement is available.

Inventory administration

Permission level 2 is required.

Command Effect
/scpinventory reset [targets] Reset the complete SCP Inventory state, including learned recipes, pinned recipes, and the portable crafting grid.
/scpinventory clear [targets] Clear main SCP item storage.
/scpinventory clearmain [targets] Alias of clear.
/scpinventory setmax [targets] <slots> Set main capacity from 1 to 128.
/scpinventory maxslots ... Alias of setmax.
/scpinventory getmax Report used/main capacity and key count.

Context interaction commands

The visual editor opened with K is recommended for normal use.

Command Effect
/scpinventory context gui Open the editor for the viewed entity or block.
/scpinventory context select Select the viewed block for command editing.
/scpinventory context add Add a default rule for the selected target.
/scpinventory context cancel Cancel the active session.
/scpinventory context done Finish editing.
/scpinventory context reload Reload context_interactions.json.
/scpinventory context marker Show the current anchor marker.
/scpinventory context set action <text> Set the action label.
/scpinventory context set name <text> Set the manual name.
/scpinventory context set range <0.25..64> Set reach.
/scpinventory context input <mode> Set both, e, or right_click.
/scpinventory context item <mode> Set hand or card.
/scpinventory context clickface <face> Set the simulated click face.
/scpinventory context rotate <mode> Set anchor rotation behavior.
/scpinventory context anchor hit Use the selected hit point.
/scpinventory context anchor here <distance> Place the anchor in front of the player.
/scpinventory context anchor nudge <x> <y> <z> Apply local offsets.

Gamerules

Gamerule Default Behavior
teslaGateOn true Global Tesla Gate state.
teslaGateManualOverride false Enables Emergency Override and forces Tesla Gates on.
scp079controlOn false Allows SCP-079 to manipulate eligible connected heavy doors.
deconCheckpoint false Makes the Decontamination Checkpoint save a processed player's respawn position.
173spawn true Enables SCP-173's recurring natural encounter checks.
106spawn true Enables SCP-106's recurring natural encounter checks.

Examples:

/gamerule teslaGateOn false
/gamerule teslaGateManualOverride true
/gamerule scp079controlOn true
/gamerule deconCheckpoint true
/gamerule 173spawn false
/gamerule 106spawn false

Clone this wiki locally