-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration Center
github-actions[bot] edited this page Jul 16, 2026
·
4 revisions
SCP Additions includes a native server-authoritative configuration center.
Open it while connected to a world through:
Mods → SCP Additions → Config
or:
/scpadditions configConfiguration writes require:
- the integrated single-player owner; or
- operator permission level 2 or higher.
Clients edit a server snapshot. Saves are validated and applied by the server.
- General & Modules — inventory, interactions, HUD, vitals, movement, blink, and SCP-173 switches.
- Inventory, Equipment & Codex — item rules, equipment effects, hidden Status effects, SCP-173 targets, and documents.
- Contextual Interactions — block/entity prompts and anchors.
- SCP-294 Drinks — aliases, results, colors, effects, actions, and matching behavior.
- SCP-914 Recipes — explicit item/entity transformations and machine settings.
Supported saves provide:
- JSON validation;
- automatic
.bakbackup creation; - Windows-resilient replacement;
- rollback when reload fails;
- runtime reload without restarting the game;
- warnings for unavailable optional registry IDs.
Malformed JSON and malformed identifiers are rejected. Existing unknown fields are preserved wherever the editor does not own them.
Pressing K is the recommended quick workflow:
- hover an item in the SCP or vanilla inventory to edit its generic category and equipment effects;
- look at a block or entity to edit its contextual interaction;
- use
Forgetto remove an explicit item or interaction rule.
Documents are not assigned through the generic item-category editor. Use Codex Documents instead.
- Open Inventory, Equipment & Codex → Codex Documents.
- Create a paper-based temporary definition or edit an existing one.
- Choose ordinary item matching or Unique Generated Item.
- Import a PNG/JPG/JPEG image, write text, or reference packaged resources.
- Press Save Document to persist and reload the definition.
- In unique mode, use Save & Give Test Item to save first and then generate the NBT-tagged document.
Reload Snapshot discards unsaved local edits and requests the current server configuration again.