The admin panel is where you create, edit, and delete elevators in-game. Open it with /elevatoradmin and changes go live immediately.
Opening the panel
Run /elevatoradmin.
You’ll have access if any of these are true:
- Ace permission
nex_elevators.admin (recommended)
- Ace permission
command or command.elevatoradmin
- You’re in your framework’s admin group (Qbox/QBCore
admin or god, ESX admin/superadmin/god, Ox admin with grade > 0)
To grant via Ace:
add_ace identifier.steam:110000123456789 nex_elevators.admin allow
Creating an elevator
- Run
/elevatoradmin and click Create Elevator.
- Give it a name (e.g. “Hospital Elevator”).
- Optionally set a job restriction for the whole elevator.
- Add at least one floor:
- Enter a label (e.g. “Ground Floor”).
- Click Grab Coords — the panel closes so you can walk to the spot.
- Press E at the spot to capture it (or Backspace to cancel).
- Optionally set a job restriction on the floor.
- Repeat for each floor.
- Click Save. The elevator is live for everyone instantly.
Editing
- Run
/elevatoradmin.
- Pick the elevator from the list.
- Change anything and click Save.
Deleting
- Run
/elevatoradmin.
- Pick the elevator.
- Click Delete.
There is no undo. If you delete an elevator by mistake, you’ll have to recreate it.
Resetting to defaults
If you ever want to start over:
- Stop the server.
- Delete
data/elevators.json from the resource folder.
- Start the server.
The default elevators from Config.Elevators will be re-imported.