Admin Guide

Admin commands, test helpers, and player-facing meth commands.

Commands and permissions for the current oxide-meth resource.

Commands Overview

CommandDescriptionAccess
/methkitGives a full meth production starter kitACE-restricted
/meth_sellkitGives random sellable meth baggies for testingACE-restricted
/methstatsShows the local player's meth progression cardPlayer command

Admin Commands

/methkit

Gives the caller:

  • 5x each base ingredient
  • 1x meth_table
  • 1x meth_crystallizer
  • 10x baggy
  • 3x each configured additive
  • 1x gas_mask
  • 1x 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.

Next Steps