diff --git a/README.md b/README.md index e11ba7a..d50b866 100644 --- a/README.md +++ b/README.md @@ -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 send a message to admins + +## Admin Commands +- /admin opens the admin menu +- /noclip toggles noclip +- /names toggles player names +- /blips toggles player blips +- /setmodel [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 + diff --git a/server/main.lua b/server/main.lua index 556bb9b..5f7f5e0 100644 --- a/server/main.lua +++ b/server/main.lua @@ -1,3 +1,5 @@ +lib.versionCheck('Qbox-project/qbx_adminmenu') + local config = require 'config.server' local isFrozen = {} local reportsCount = 0