> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nexdev.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Commands

> Commands and exports for NEX Donator System.

## Player

| Command        | Effect                                       |
| -------------- | -------------------------------------------- |
| `/donatorshop` | Opens the shop. Rename via `Config.Command`. |

There's also a configurable keybind (default `F9`) — see [Configuration](/nex_donatorsystem/configuration#open-command--keybind).

## Admin

Both commands work from the **server console** (always allowed) and from **in-game chat** (only for licenses listed in `Config.Admins`).

| Command                    | Effect                                           |
| -------------------------- | ------------------------------------------------ |
| `/givecoins <id> <amount>` | Adds currency to a player's wallet.              |
| `/setcoins  <id> <amount>` | Overwrites a player's wallet to an exact amount. |

`<id>` is the FiveM server ID, not the license. Look it up with `getplayerlist` in the server console, or from txAdmin.

Both commands also have GUI equivalents in the admin panel's Player Management tab — see [Admin panel → Player Management](/nex_donatorsystem/admin-panel#player-management).

## Examples

Give 500 currency to player 42:

```
givecoins 42 500
```

Set player 42's balance to exactly 1000:

```
setcoins 42 1000
```

Every admin command (console or chat) posts to the `admin` Discord webhook if it's configured.
