πŸ‘¨β€πŸ­Staff Commands

Staff Commands & Permissions

The following staff commands are available for managing Tebex-related features. Access to each command is controlled via configurable permission roles in config.lua.


Command Permissions Configuration

Config.ManageCommandAccess = 'god'          -- Permission required to use /managetebex
Config.ManageDoorLocksAccess = 'god'        -- Permission required to use /managedoorlocks
Config.IssueManualPurchaseAccess = 'god'    -- Permission required to use /issuetebexpurchase

Available Staff Commands

/managetebex

Allows authorized staff to view all active and processed Tebex transactions as well as manually added transactions and transactions that have failed due to the customer entering an invalid CSN when purchasing their product on Tebex.

This command grants read only access to the purchase information, purchases cannot be amended or edited by using this command, it's solely intended to allow staff to search the Tebex purchase ID to check if and how a purchase has been processed.

  • Required Permission:

    Config.ManageCommandAccess

/managedoorlocks

Allows authorized staff to manage doorlock auth group access, including ownership and access-related administration.

  • Required Permission:


/issuetebexpurchase

Allows authorized staff to issue manual purchases to players who are currently online.

This command opens a menu where staff can select:

  • A player from online players

  • The purchase type (vehicle, item, job, crypto, property access, etc.)

  • Required Permission:

Images and further details of this commands functionality can be found in the Manual Transactions section.


Permission Notes

  • Permission values (e.g. god) should match the permission for those you want to grant access.

  • You can restrict or expand access to these commands by changing the configured role values.

  • Only staff with the correct permissions will be able to execute the associated commands.

Last updated