The /adminblips, /addblip, and /removeblip commands require an admin permission. The resource checks several common ACE permission patterns so it is compatible with most existing server setups.
Supported permission patterns#
The resource accepts any one of the following ACE permissions:
| Permission | Notes |
|---|---|
blips.admin | Recommended — specific to this resource |
command.adminblips | Command-specific permission |
admin | General admin permission |
command | Grants access to all commands (use with care) |
group.admin | Group-based admin permission |
Setting permissions in server.cfg#
Option 1 — Specific blips permission (recommended)#
add_ace group.admin "blips.admin" allowadd_principal identifier.steam:YOUR_STEAM64_ID group.adminOption 2 — Command-specific permission#
add_ace group.admin "command.adminblips" allowadd_principal identifier.steam:YOUR_STEAM64_ID group.adminOption 3 — Existing general admin permission#
If you already have add_ace group.admin "admin" allow in your server.cfg the commands will work without any additional lines.
QBCore#
If you are running QBCore, players with existing QBCore admin permissions will be recognised as long as their permission setup includes one of the patterns listed above.
Troubleshooting#
- "You do not have permission to use this command" — verify your Steam64 ID is correct and that your
server.cfguses one of the supported patterns. Restart the server after making changes. - Command works for some admins but not others — ensure all admins are assigned permissions consistently, either via a group or individually.
Tip
You can find your Steam64 ID at steamid.io. Use the format identifier.steam:YOUR_STEAM64_ID in server.cfg.