๐ ๏ธ Configuration
The License System splits its configuration across several files in the configs/ folder. Each
file is documented on its own page:
- sh.main.lua โ shared gameplay settings: pickup NPC, usage triggers, item shops, hideout, fake ID stations and mission, laptop integration.
- s.main.lua โ server-only settings: Discord logging webhook, avatar photo hosting settings, and the license data fields.
- sh.lang.lua โ all translatable text (notifications, NPC dialog, UI labels).
The configs/ files are escrow-ignored (escrow_ignore in fxmanifest.lua), so you can freely
edit them. The open-function hook files c.functions.lua and s.functions.lua, plus all client
and server exports, are documented separately under Exports & Events.