Configuration
All config files live inconfigs/ and are not escrowed - edit freely.
config.lua
Season
Framework & Inventory
XP & Tiers
Theme
Passive XP
Players earn XP automatically for being online and active.dailyPlaySecs) only increments when XP is actually awarded - it does not tick while the player is AFK or has hit the daily cap.
Discord Webhook
Premium Purchase
quests.lua
Tier Names
Quest Definition Fields
Categories
Quests belong to one of three categories, which determine their reset period:Job-Restricted Quests
Add ajob field to any quest in any category. The job name must match Player.PlayerData.job.name exactly (e.g. 'police', 'mechanic', 'ambulance').
Police) inline next to the category tag. Progress is silently rejected server-side if the player is on the wrong job.
tiers.lua
Defines rewards for each tier on the Free and Premium tracks.
All rewards also need
label (UI display name) and rarity ('common' / 'rare' / 'epic' / 'legendary').
Only Config.Season.max_tiers entries are read; extras are ignored.