Configuration reference
One page per top-level configs/*.json file plus a dedicated section for configs/economy/. The in-game /config workspace surfaces the same files with friendlier labels and managed editors.
Use /config in-game
Open the in-game workspace with /config to edit any of these files. It backs up before saving, validates the change, rolls back on error, and reloads the runtime where possible. Editing the JSON in the Data folder directly still works if you prefer; the workspace just adds the safety net.
Core gameplay
| File | Purpose |
|---|---|
| gameplay.json | Salary tick, spawn defaults, hunger, death, AFK, jail, RP name validation, movement speeds. |
| modules.json | Feature toggles. Disable systems without removing their shop entries. |
| permissions.json | Ranks, inheritance, wildcard permissions, chat prefix metadata, operator access. |
| admin.json | Ticket limits, whitelist caps, admin sync request limits, action rate limits. |
| social.json | Public community identity and links shown in social UI. |
Players and jobs
| File | Purpose |
|---|---|
| jobs.json | Full job catalog: salaries, slot caps, weapons, clothing, capabilities, votes. |
| spawn.json | Spawn menu rules, allowed orgs, package policies, prop limits. |
| rp_names.json | First and last name pools for the RP name randomizer. |
| rewards.json | Daily reward day editor. |
World
| File | Purpose |
|---|---|
| npcs.json | NPC placement, vendors, labels, map overrides. |
| addons.json | Install .litrpaddon packages: mount assets, patch configs, no custom C# code. |
| map_doors.json | Runtime map doors placed in-game with the Toolgun. |
| map_glass.json | Runtime map glass panes placed in-game with the Toolgun. |
| vehicles.json | Vehicle catalog, admin spawns, taxi fare and meter settings. |
| camera.json | Third-person follow modes, classic and GTA-like. |
| phone.json | Phone settings, GPS locations, messages, calls, app behavior. |
| tools.json | Toolgun and build-tool limits: duplicator, blueprint, wall builder, resizer, stacker, light, text sign, fading door defaults. |
Services
| File | Purpose |
|---|---|
| shop.json | Roleplay shop, dealer stock, food stock, admin weapon list. |
| emergency.json | Emergency dispatch services (police, medic, custom). |
| government.json | Mayor, laws, warrants, taxes, lottery, programs. |
| rules.json | Community server rules displayed before the Lithera Studio Terms of Use. |
Branding and language
| File | Purpose |
|---|---|
| theme.json | Theme selector and global theme tokens. |
| language.json | Active language code and fallback. |
Economy
The economy split lives under configs/economy/: browse the economy reference.