Skip to content

Commit

Permalink
chore(README): overhaul (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason authored Oct 28, 2024
1 parent 59da793 commit 978c201
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
![title](https://cdn.discordapp.com/attachments/1027004645912088686/1300263126243217438/adminmenu.jpg?ex=6720dca7&is=671f8b27&hm=6c218887153c78c50bfa0bd636c6b2b13686a2ea443a36645b81dbd7e8f37984&)

# qbx_adminmenu

Commands and a menu to provide tools to admins

## Features

- Player reports
- See player names & blips
- Change players model
- Take ownership of a vehicle or spawn a new vehicle to be an owner of
- See the character names in a specific radio channel
- Open the clothing menu
- modify a player's ACE permissions
- modify a character's data such as their radio channel, job, name, thirst level, etc.
- Give a player all the weapons
- Change a player's routing bucket
- See information about a player, including various identifiers
- kill/revive/freeze/kick/ban/teleport/noclip

## Player Commands
- /report <message> send a message to admins

## Admin Commands
- /admin opens the admin menu
- /noclip toggles noclip
- /names toggles player names
- /blips toggles player blips
- /setmodel <model> [id] change the model of the given player
- /admincar to Spawn a vehicle and take permanent ownership of it or take permanent ownership of the vehicle the admin is already sitting in
- /vec2 /vec3 /vec4 /heading copies the value to the clipboard

2 changes: 2 additions & 0 deletions server/main.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
lib.versionCheck('Qbox-project/qbx_adminmenu')

local config = require 'config.server'
local isFrozen = {}
local reportsCount = 0
Expand Down

0 comments on commit 978c201

Please sign in to comment.