NEXO Scripts · Documentation

Everything to install, configure and get the most out of every NEXO resource.

General installation

Steps common to every NEXO Scripts resource. The specifics (SQL, ACEs, resource-specific dependencies) are on each resource's page.

1. Drop the resource

Unzip and move the resource folder into your resources/ directory (or a subcategory like [nexo]).

2. Add it to your server.cfg / resources.cfg

ensure resource-name

Make sure it goes after its dependencies (ox_lib, oxmysql, framework, inventory...).

3. Permissions (ACE)

Staff resources use a dedicated ACE. Add to server.cfg:

add_ace group.admin <resource.ace> allow
add_ace group.god   <resource.ace> allow

server.cfg add_ace lines only load at server boot. If you add them with the server running, run them in the live console too, or restart the server.

4. Database (if applicable)

Resources with a DB auto-install it on first boot (idempotent). Each one also ships a sql/install.sql in case you prefer to import it by hand.

5. Restart

Restart the server (or ensure the resource). Check the console: each resource prints a clean load line with no errors.