OTHERPLANET DOCS
  • πŸͺAbout US
  • πŸ’»Scripts
    • πŸ…ΏοΈOP Garages V2
      • Installation
      • Tutorials
        • Vehicles not shown in Garage
        • How to add player to Garage Admin
      • Configuration
      • Customization
      • Housing Integration
      • Garage Admin Usage
      • Admin Commands
      • Plate Changer
      • Sub Owners
      • Currency Change
      • ByPass Vehicle Types
    • πŸ”«OP Crime Organisations
      • Installation
      • Tutorials
        • How to add player to Crime Admin
      • Config Files
      • Customization
      • Tablet as Item
      • Global States
      • Exports
        • Server Side
    • 🎁OP Container Wars
      • Installation
      • Tutorials
        • How to add player to Admin List?
      • Configuration
      • Customization
      • Time Zones
    • 🚘OP Mechanic Job
      • Installation
      • Config File
      • Setup Jobs
      • Setup Dispatch
      • Get Duty
      • Update Tablet Stats
      • Notifications/Progressbar
      • Discord Logs
    • πŸ—’οΈOP Requests
      • Installation
      • Config
      • Usage
    • πŸŒ‡OP HUD
      • Config File
      • Instalation
      • Progress Bar Usage
      • Notify Usage
      • Alcohol Status & Stamina
    • 🏎️OP Vehicle Theft
      • Installation
      • OX Inventory
      • Translate Sounds
      • Config
      • Customization
    • πŸ…ΏοΈOP Garages V1 (OLD)
      • Installation
      • Config
        • Main
        • Garages Locations
        • Vehicles and Brands
      • Customization
      • Vehicle Types
      • Jobs
      • Exports
      • Other
Powered by GitBook
On this page
  1. Scripts
  2. OP Container Wars
  3. Tutorials

How to add player to Admin List?

How do I grant Command permission to a specific player?

PreviousTutorialsNextConfiguration

Last updated 7 hours ago

  • Navigate to config/MainConfig.lua.

  • Find the section Config.AdminCommandPlayers.

  • Open TXAdmin and select the player you want to grant permissions to.

  • Click on the "IDs" option.

  • Copy one of the available identifiers.

  • Paste the identifier into Config.AdminPanelPlayers in the config file.

    • Remember to add a comma (,) at the end of each line.

Config.AdminCommandPlayers = {
    ['steam:110000118d2c0db'] = true,
    ['discord:571105311251890186'] = true,
}

Second Method: (Allowing Groups)

It's important to grant your server administrators access to our Command. Don’t forget to add it to your server.cfg as well! (It's optional, You can always use the Config.AdminCommandPlayers - which is better)

add_ace group.admin opcontainers.admin allow
πŸ’»
🎁