Getting Started & Commands
This guide explains how to configure OmniCore using JSON. There are two layers of configuration:
- Global config:
mods/OMNICORE/config.json(server-wide defaults and system settings) - Player configs:
mods/OMNICORE/players/<UUID>.json(per-player overrides)
Quick Start
- Start the server once to generate
config.json. - Edit the JSON file with a text editor.
- Restart the server to apply changes.
Note: On startup, OmniCore validates and normalizes values. If a value is out of range, it is clamped or reset to default, and the file is saved back to disk.
Commands
| Command | Aliases | Permission Node | Description |
|---|---|---|---|
/core cs | /core console, /cs | omnicore.console | Open interactive console |
/core server | /core sv | omnicore.server | Open server stats |
/core settings | /core cfg | omnicore.settings | Open console settings |
/core data | /core explore, /core mem | omnicore.data | Browse server data |
/core cmd <command> | /core exec, /core run | omnicore.cmd | Execute a server command |
Running /core with no subcommand (or an invalid one) displays the built-in help message.