Requirements
ox_liboxmysqlqbx_coreorqb-coreox_inventory
All dependencies must be started before
hb_citizensjourney in server.cfg.The resource should be started before any script that contains exports for quests.
Steps
1. Drophb_citizensjourney into your resources/ folder (subfolder doesn’t matter).
2. Import the database schema:
server.cfg after all dependencies:
configs/.
5. Start or restart the resource.
Database Tables
| Table | Purpose |
|---|---|
cj_players | Per-player, per-season state: tier, XP, premium, streak, passive XP counters |
cj_claimed_rewards | Which tier rewards have been claimed (free / premium lane) |
cj_quest_progress | Quest progress and claimed state, period-aware |
period_key format: YYYY-MM-DD (daily) · YYYYWnn (weekly) · season_N (seasonal)
It is highly encouraged to add your own quests instead of depending on the predefined ones.