🛒[VORP] Advanced Admin MenuYou are viewing
🛒[VORP]  Advanced Admin Menu
Hey everyone! I wanted to share this modern, stylish, and fully configurable loading screen designed for RedM servers. It's built to give your players a professional first impression and keep them engaged while they connect to your server.
 Screenshots & Demo Video
Â

### [**You can watch full preview video from here!**](https://youtu.be/-ed7Gn0TH38)
BRB Admin - A Modern Admin Panel for VORP Core
BRB Admin is a modern, stylish, and highly functional admin panel designed from the ground up for RedM servers running on the VORP Core framework. Unlike traditional command-based management systems, it allows you to perform all administrative actions through a user-friendly interface (UI).
This project was developed in collaboration between Gemini AI and the server owner.
(Note: You can add a final screenshot of your panel here.)
Features
BRB Admin centralizes all the tools a server administrator needs in one place.
1. Dashboard
Live Server Information: Displays the current number of players on the server.
Quick Actions: One-click access to the most frequently used admin commands:
Noclip: Allows the character to move freely, ignoring physics.
God Mode: Makes the character invincible.
Invisibility: Makes the character invisible to other players.
Revive Self: Allows you to instantly revive yourself upon death.
2. Player Management
Dynamic Player List: Lists all online players with their IDs and names.
Detailed Action Menu: A dropdown "Actions" menu is available for each player.
Teleportation:
Go ToandBringcommands.Spectate: Watch the player from a first-person camera perspective.
Health & Vitals:
ReviveandHeal(replenishes health, hunger, and thirst).Inventory Management:
Give Item,Give Weapon,Give Money/Gold,Clear Entire Inventory, andView Inventory.Advanced Management:
Set JobandSet Group(admin,mod,staff, etc.).Troll Commands:
Kill,Set on Fire,Ragdoll,Lightning Strike.Administrative:
KickandBan(with custom modals for entering reasons and durations).
3. Server Management
Server-Wide Announcements: Send real-time announcements that appear on every player's screen.
Change Weather: Instantly change the server's weather to
Sunny,Clouds,Rain,Storm, orFogwith one click.Kick All: Kicks every player from the server except for yourself.
4. Asset Spawning
Spawn Vehicle by Model Name: Instantly spawn any vehicle or wagon in front of you by entering its model name.
5. Developer Tools
Live Coordinate Tracking: View your own real-time coordinates and heading.
Easy Copying: Copy your current coordinates to the clipboard in
vector3(...)format with a single button.Teleport to Coordinates: Teleport directly to any coordinate you desire.
Delete Object: Find the nearest non-static object and delete it instantly.
6. Offline Management
Offline Ban/Unban: Ban or unban a player using their ID, even when they are not on the server.
Offline Whitelist: Add or remove a player from the whitelist using their Steam Hex ID.
7. Multi-Language Support & Customization
Dynamic Language System: Switch between Turkish and English with one click directly from the UI.
Easy Translation: Adding new languages or changing existing text is simple thanks to the
translation.luaandlang.jsfiles.Detailed Permissions: Configure a detailed permission hierarchy through the
config.luafile. You can create ranks likestaff,mod, andadmin, and define exactly which tabs they can see and which buttons they can use (true/false).
Installation
Place the
brb_adminfolder into your server'sresourcesdirectory.Open your
server.cfgfile and ensure the following line is added:Kod snippet'iensure brb_adminIMPORTANT: Open the
config.luafile to configure the permissions for thestaff,mod, andadmingroups according to your server's structure.Start your server or use the
refreshandensure brb_admincommands.Once in-game, you can open the panel with the
/admincommand.
Dependencies
For this script to function correctly, the following resources must be installed and running on your server:
VORP Core - The main framework for the script.
vorp_inventory - Required for inventory management features.
vorp_character - Required for fetching player data and triggering the character editor.
redemrp_skin - Required for the character editor interface.
[vorpbans] (or a similar ban script) - Required for the ban and offline ban features to be saved to the database.
Configuration (config.lua)
The config.lua file contains the most important settings for the script.
Config.Lang: Sets the default language of the panel (troren).Config.NoclipKey: Sets the hash value for the key that quickly toggles Noclip.Config.Controls: Contains the hash values for the directional keys used while Noclip is active.Config.AllowedActions: The most powerful feature of the script. It allows you to create a detailed permission hierarchy by creating groups likestaff,mod,admin, and setting each feature (player_kick,server_weather, etc.) totrue(allowed) orfalse(denied). Theall = truesetting for theadmingroup grants all permissions.