⚙️ Configuration
Config File Location
The configuration file is located at:
resources/daphne_chat/chat_config.jsonThis file is auto-generated on first start and can be edited directly (not recommended) or via in-game admin editor (recommended).
Complete Config Schema
interface ChatConfig {
version: string;
chatModes: ChatMode[];
settings: SettingsConfig;
theme?: ThemeConfig;
font?: FontConfig;
layout?: LayoutConfig;
style?: StyleConfig;
framework?: FrameworkConfig;
discord?: DiscordConfig;
inputHints?: InputHintsConfig;
autocomplete?: AutocompleteConfig;
}Chat Modes
Default Chat Modes
Local
/local
/l
15m
Proximity
Standard local chat
Shout
/shout
/s, /y, /yell
30m
Proximity
Call out to nearby players
Whisper
/whisper
/w, /low
5m
Proximity
Quiet conversation
Me
/me
-
10m
Proximity
Describe character actions (bold)
Do
/do
-
10m
Proximity
Describe environment (italic)
Try
/try
-
10m
Proximity
Attempt action with random success/fail
OOC
/ooc
/b, /looc
-
Global
Out of character chat
Admin
/admin
/a
-
Global
Admin-only chat (requires permission)
Department
/dept
/d, /dep
-
Global
Department radio (Police, EMS, etc.)
Advertisement
/ad
/advert
-
Global
Server-wide ads (120s cooldown)
ChatMode Interface
Example Configuration
Settings
Theme Configuration
Font Configuration
Layout Configuration
Style Configuration
Framework Configuration
Discord Configuration
Last updated