JJM Modifications

Permissions

How to configure ACE permissions for the admin commands in JM-Blips.

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:

PermissionNotes
blips.adminRecommended — specific to this resource
command.adminblipsCommand-specific permission
adminGeneral admin permission
commandGrants access to all commands (use with care)
group.adminGroup-based admin permission

Setting permissions in server.cfg#

add_ace group.admin "blips.admin" allowadd_principal identifier.steam:YOUR_STEAM64_ID group.admin

Option 2 — Command-specific permission#

add_ace group.admin "command.adminblips" allowadd_principal identifier.steam:YOUR_STEAM64_ID group.admin

Option 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.cfg uses 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.