General Settings
This page covers the main configuration options in config/config.lua.
π Configuration File
All general settings are located in:
0r-multicharacterv3/config/config.luaπ οΈ Developer Settings
Config.Debug = true -- Enable debug messages in console
Config.DeveloperMode = true -- Enable developer featuresDebug
boolean
true
Prints debug info to F8/server console
DeveloperMode
boolean
true
Enables additional developer features
Set both to false in production for better performance!
π Language Settings
Config.Locale = 'en' -- Language codeAvailable Languages
en
English
tr
Turkish
fr
French
ar
Arabic
Adding Custom Languages
Copy
locales/en.jsontolocales/xx.jsonTranslate all strings
Set
Config.Locale = 'xx'
π― General UI Settings
HideRadar
boolean
false
Hides the minimap during character selection
SkipWarning
boolean
false
Skips the initial warning screen
DisableDeleteCharacter
boolean
true
Prevents players from deleting characters
π’ Character Slots
This is the base number of character slots. Additional slots can be added through:
Discord roles
Tebex purchases
Redeemable codes
Admin commands
π ESX Prefix
ESX Only: This setting defines the character identifier prefix. Default is char which creates identifiers like char1:license123, char2:license123, etc.
π Logging Configuration
status
boolean
true/false
Enable or disable all logging
logger
string
'discord', 'ox_lib'
Logging system to use
Discord Webhook Setup
Configure webhooks in server/webhook.lua:
π΅ Background Music
status
boolean
true
Enable background music
volume
number
0.2
Music volume (0.0 = mute, 1.0 = max)
url
string
'bgmusic.mp3'
Audio filename
Using Custom Music
Place your audio file in
web/build/sounds/Update
urlwith your filenameSupported formats:
.mp3,.ogg,.wav
ποΈ Complete Config Example
β‘οΈ Next Steps
Last updated