Commands
/bosscreator
Opens the Boss Creator. In-game only, gated by Creator.Permissions (admin / superadmin by default). The command name is configurable via Creator.Command in shared/creator.lua.
/bosscreatorDebug commands
Two commands seed demo data so you can preview the dashboard charts with realistic numbers — useful for testing or recording showcases.
bossmenudebugtx
Server console only. Seeds fake deposit/withdraw transactions for every job that has a boss menu.
bossmenudebugtx [days]| Argument | Description |
|---|---|
days | How many days back to seed (1–90, default 30) |
Seeded transactions are regular rows in the transaction history and are only removed by the automatic retention cleanup (Settings.TransactionHistoryDays).
/bossmenudebughours
In-game only, requires creator permission and an active job (uses your current job). Seeds worked-hours and attendance history, including a set of fake employees, so the Employees table and the attendance chart fill up.
/bossmenudebughours [days] [fakeEmployees]
/bossmenudebughours clear| Argument | Description |
|---|---|
days | How many days back to seed (1–30, default 14) |
fakeEmployees | Extra fake employees to generate (0–20, default 6) |
clear | Removes the generated fake employees and their rows |
The command also seeds hours onto your job’s real employees so the charts look natural — those merge into their genuine totals and are not removed by clear (only the generated fake employees are). Use it on a test job, not on a job whose statistics you care about.

