New Admin Menu [QB/ESX]
Features
- Admin Car
- Ban Player
- Bring Player
- Change Plate
- Checking number plates before
Change Plate
- Change Time
- Change Weather
- Check Permissions
- Clear Inventory
- 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 NUI Focus
- God Mode
- Invisible
- Infinite Ammo
- Kick Player
- Kill Player
- Message Player
- Mute Player
- Max Vehicle Mods
- No Clip
- Open Inventory
- Open Stash
- Play Sound
- Refuel Vehicle
- Remove Money
- Revive All
- Revive Player
- Revive Radius
- Set Bucket
- Server Announcement
- Set Gang
- Set Job
- Set on Fire
- Set Permissions
- 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
Installation
- Download the latest release.
- Add the files to your server resources.
- Ensure
ps-adminmenu
in your server cfg. Make sure ox_lib starts before ps-adminmenu. - Set the config in
shared/config.lua
to your needs.
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:565159 qbcore.god # Your name
add_principal identifier.fivem:565159 qbcore.admin # Your name
add_principal identifier.fivem:565159 qbcore.mod # Your name
Setting Up Logs
- Set up a Discord Webhook for the channel you want the logs to be.
- Add this to
qb-smallresource/server/logs.lua
–['ps-adminmenu'] = 'discord webhook'
- Replace the placeholder with your webhook link.
Reviews
There are no reviews yet.