INSTALLATION
Database
The required tables are created automatically on first start (controlled by general.autoCreateTable in the config). You don't need to import any SQL.
The resource owns these tables — all prefixed koja-trucker*:
koja-trucker
Per-player level, XP, skill points, skills, totals
koja-trucker-accounts
Display name & account type
koja-trucker-companies
Companies
koja-trucker-company-members
Membership & roles
koja-trucker-company-invitations
Outgoing invites
koja-trucker-company-requests
Join requests
koja-trucker-company-activity
Live activity feed
koja-trucker-shipment-history
Delivery history
koja-trucker-promocodes
Promo codes
koja-trucker-promocode-redemptions
Who redeemed what
koja-trucker-quests
Per-player daily/weekly quest state
If you manage migrations yourself, set autoCreateTable to false in the config (or toggle Auto-create database table off in the admin panel).
Last updated