Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

mri-Qbox-Brasil/ps-adminmenu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

608 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ps-adminmenu

The Admin Menu crafted by OK1ez and our dedicated team is user-friendly and intuitive. We invite you to contribute by submitting new features through PRs. We're always eager to review and consider new features. Make sure you use our template when opening Issues or they will be auto closed.

Unofficial ESX Version

Made by Avilchiis for the community, you can download it here. WE DO NOT PROVIDE SUPPORT FOR ESX VERSION, DO NOT ASK YOU'LL BE IGNORED.

Preview

Change Language.

  • Place this setr ox:locale en inside your server.cfg
  • Change the en to your desired language!

Supported Languages:

Alias Language Names
en English
fr French
id Indonesia
pt-br Brazilian Portuguese
tr Turkish
es Spanish
nl Dutch
no Norwegian
de German

Features

  • Admin Car
  • Ban Player
  • Bring Player
  • Change Plate
  • Checking number plates before Change Plate
  • Change Time
  • Change Weather
  • Check Permissions
  • Clear Inventory
  • Clear Inventory Offline
  • Clothing Menu
  • Copy Coordinates
  • Delete Vehicle
  • Delete Laser
  • Explode Player
  • Fix Vehicle
  • Freeze Player
  • Give Clothing Menu
  • Give Item
  • Give Item to All
  • Give Money
  • Give Money to All
  • Give Vehicle to Player
  • Give NUI Focus
  • God Mode
  • Invisible
  • Infinite Ammo
  • Kick Player
  • Kill Player
  • Make Player Drunk
  • Message Player
  • Mute Player
  • Max Vehicle Mods
  • No Clip
  • Open Inventory
  • Open Stash
  • Open Trunk
  • Play Sound
  • Refuel Vehicle
  • Remove Money
  • Remove Stress
  • Revive All
  • Revive Player
  • Revive Radius
  • Set Bucket
  • Server Announcement
  • Set Ammo
  • Set Vehicle State in Garage (In & Out)
  • Set Gang
  • Set Job
  • Set on Fire
  • Set Permissions
  • Set Player Ped
  • Sit in Vehicle
  • Spawn Vehicle
  • Spectate Player
  • Teleport Back
  • Teleport to Coordinates
  • Teleport to Marker
  • Teleport to player
  • Toggle Blackout
  • Toggle Blips
  • Toggle Coords
  • Toggle Cuffs
  • Toggle Delete Laser
  • Toggle Duty
  • Toggle Names
  • Vehicle Dev Menu
  • Warn player

Depedency

  1. qb-core
  2. ox_lib

Installation

  1. Download the latest release.
  2. Add the files to your server resources.
  3. Ensure ps-adminmenu in your server cfg. Make sure ox_lib starts before ps-adminmenu.
  4. Set the config in shared/config.lua to your needs.

A community video has been made for setup instructions and showcase, you can find it here

Permissions

Make sure you've correctly configured player permissions in your server.cfg by using ACE permissions with the appropriate identifier. Otherwise, you'll be unable to access or launch the admin menu. Here's a sample configuration where the player, MonkeyWhisper, is assigned god, admin, and mod roles, you should not have all 3 permissions for a single person. For a deeper understanding of how QBCore manages permissions, refer to this documentation.

Player Permission

add_principal identifier.fivem:565139 qbcore.god # MonkeyWhisper
add_principal identifier.fivem:565139 qbcore.admin # MonkeyWhisper
add_principal identifier.fivem:565139 qbcore.mod # MonkeyWhisper

Setting Up Logs

  1. Set up a Discord Webhook for the channel you want the logs to be.
  2. Add this to qb-smallresource/server/logs.lua - ['ps-adminmenu'] = 'discord webhook'
  3. Replace the place holder with your webhook link.

To Do

  • Rework the blips/names

Credits

///////////////////////////////// como adicionar imagens de veículos addon no seu ps-admin no seu servidor:

🚗 Como adicionar imagens de veículos addon no servidor (passo a passo para iniciantes) 🛠️ Requisitos básicos Antes de começar, certifique-se de que:

  • Os veículos estão registrados corretamente na base de dados do servidor.
  • Você tem acesso às pastas do servidor onde serão colocadas as imagens.

📁 Caminho 1: Usando o ox_inventory

  • Acesse a pasta: Vá até ox_inventory\web\images.
  • Adicione a imagem do veículo: Coloque a imagem do carro aqui. Exemplo: Se o veículo se chama supra, salve a imagem como supra.png.
  • Importante: O nome da imagem deve ser igual ao nome do veículo registrado na base. Se o veículo se chama supra, a imagem precisa ser supra.png.

📁 Caminho 2: Usando o ps-adminmenu

  • Acesse a pasta: Vá até ps-adminmenu-main\html\vehicles.
  • Verifique se a pasta existe: Se não existir a pasta vehicles, crie uma nova com esse nome.
  • Adicione a imagem do veículo: Coloque a imagem do carro aqui. Exemplo: Se o veículo se chama veiculo, salve a imagem como veiculo.png.
  • Mesmo princípio: O nome da imagem deve bater com o nome do veículo na base.

✅ Dicas finais

  • Use imagens em formato PNG.
  • Mantenha os nomes sem espaços e sem letras maiúsculas, se possível.
  • Verifique se o nome do veículo está corretamente registrado no banco de dados.

About

An admin menu for QBCore.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 88.0%
  • Svelte 10.7%
  • Other 1.3%