Bablo ResourcesDocs

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.

PLAINTEXT
/bosscreator

Debug 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.

PLAINTEXT
bossmenudebugtx [days]
ArgumentDescription
daysHow 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.

PLAINTEXT
/bossmenudebughours [days] [fakeEmployees]
/bossmenudebughours clear
ArgumentDescription
daysHow many days back to seed (1–30, default 14)
fakeEmployeesExtra fake employees to generate (0–20, default 6)
clearRemoves 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.