Omnicore docs

Getting Started & Commands

Home

Getting Started & Commands

Quick start flow and command reference for OmniCore.

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

  1. Start the server once to generate config.json.
  2. Edit the JSON file with a text editor.
  3. 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

CommandAliasesPermission NodeDescription
/core cs/core console, /csomnicore.consoleOpen interactive console
/core server/core svomnicore.serverOpen server stats
/core settings/core cfgomnicore.settingsOpen console settings
/core data/core explore, /core memomnicore.dataBrowse server data
/core cmd <command>/core exec, /core runomnicore.cmdExecute a server command

Running /core with no subcommand (or an invalid one) displays the built-in help message.