Skip to content

Commands and Gamerules

Bl4ues edited this page Jul 19, 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.

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.

Examples:

/gamerule teslaGateOn false
/gamerule teslaGateManualOverride true
/gamerule scp079controlOn true
/gamerule deconCheckpoint true

Clone this wiki locally