Admin Guide
Admin commands, test helpers, and player-facing meth commands.
Commands and permissions for the current oxide-meth resource.
Commands Overview
| Command | Description | Access |
|---|---|---|
/methkit | Gives a full meth production starter kit | ACE-restricted |
/meth_sellkit | Gives random sellable meth baggies for testing | ACE-restricted |
/methstats | Shows the local player's meth progression card | Player command |
Admin Commands
/methkit
Gives the caller:
5xeach base ingredient1x meth_table1x meth_crystallizer10x baggy3xeach configured additive1x gas_mask1x meth_manual
The command is registered with restricted = true, so FiveM ACE controls access.
/meth_sellkit
Gives six random groups of bagged meth products for testing.
Each generated item includes metadata for:
- variant key
- variant name
- purity grade
- additive list
- generated description
Amounts are randomized from 1 to 5 per generated stack, and purity is randomized across Pure, High, Mid, Low, and Dirty.
Player Command
/methstats
Displays the NUI stats card for 10 seconds.
The stats payload includes:
- current level
- total XP
- current and next level thresholds
- total created
- total sold
- current purity penalty
- additive unlock groups by required level
This command is client-side and has no ACE restriction.
Permissions
Grant the ACE permission needed by the restricted commands in server.cfg:
add_ace group.admin command allow
add_principal identifier.license:abc123 group.admin
/methstats does not require ACE permission.