Requirements
ox_lib is the only dependency. It must be installed and started before nex_povrequest.
No framework and no SQL — the resource is otherwise standalone.
Steps
-
Drop the
nex_povrequestfolder into yourresources/directory. Any subfolder is fine, e.g.resources/[nex]/nex_povrequest/. -
Add it to your
server.cfgafterox_lib: -
Grant admins access in
server.cfg:If you use txAdmin’s default admin group,group.adminalready covers your admins. The permission check runs server-side, so it cannot be bypassed from the client. To let everyone use/pov, setConfig.RequiredAce = nilinlua/config.lua. -
Open
lua/config.luaand setConfig.WebhookURLto your own Discord webhook. -
Adjust the rest of
lua/config.luato taste (see Configuration) and start or restart the server.
Checking it worked
From F8:started. Then run /pov as an admin — the panel should open with the online player list.
Updating
lua/config.lua is listed under escrow_ignore, so your settings survive updates.
- Replace the resource files with the new version (keep your edited
lua/config.lua). - Restart the resource:
restart nex_povrequest.
The resource includes a server-side version check. When a newer release exists, an update notice with the changelog and download links prints to the server console shortly after startup. It only reads a public version manifest — nothing is sent from your server.

