Player Commands#
These commands are available to every player on the server.
Command | Description |
|---|---|
| Reloads the character's appearance. Useful if clothing fails to apply after a respawn or a script conflict. |
| Removes props stuck to the ped (hats, glasses, masks) that were not cleared correctly. |
Admin Commands#
These commands require the ace group defined in Config.PedMenuGroup (group.admin by default).
Command | Description |
|---|---|
| Opens the appearance menu for yourself, or for another player if an ID is provided. |
| Camera editor used to configure the shots for catalog captures. |
| Appearance creator, used to build and save presets. |
|
Config.EnablePedMenu must be true for /appearance to be registered.
Catalog Maintenance#
These commands are used to inspect and repair the clothing catalog. They are safe to run on a live server, but should only be used when needed.
Command | Description |
|---|---|
| Prints a report from the catalog scanner. |
| Resets the scanner flags so a new scan can run from scratch. |
| Fills in missing clothing names. |
| Fills in . |
Migrations#
Always make a database backup before running any migration. These commands modify existing player data and cannot be undone.
Command | Source |
|---|---|
| ESX / QBCore |
| illenium-appearance |
| RCore |
|
Run migrations once, with the server empty if possible, and verify the results before allowing players to connect.
Debugging#
To get detailed console output, enable debug mode in config/main.lua:
Config.Debug = trueRemember to set it back to false in production, as it produces a large amount of console output.



