Skip to main content

Player

CommandEffect
/donatorshopOpens the shop. Rename via Config.Command.
There’s also a configurable keybind (default F9) — see Configuration.

Admin

Both commands work from the server console (always allowed) and from in-game chat (only for licenses listed in Config.Admins).
CommandEffect
/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.

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.