Skip to content

Setting up Ace Permissions

rhys19 edited this page Sep 18, 2018 · 5 revisions

1.

Copy and paste the following into your server.cfg

add_ace group.admin command.startadmin allow # Allow admins to start the admin add_ace group.admin command.stopadmin allow # Allow admins to stop the admin

add_ace group.moderator command.startadmin deny # Deny Moderators to start the admin add_ace group.moderator command.stopadmin deny # Deny Moderators to stop the admin

add_principal identifier.steam:HEX-ID-HERE group.admin

2.

After pasting into your server.conf, replace 'HEX-ID-HERE' with your / a steam hex code. It should look something like this: 11000010cd46173

To get your Hex Value look below

3

Restart your server and make sure the resource is running.

Getting your HEX value

Follow the steps carefully

  1. Open your steam profile
  2. Right Click on your profile picture
  3. Copy Page URL
  4. Open https://steamid.io/
  5. Paste the URL of your profile in the "INPUT" Box
  6. Click Lookup
  7. Copy the SteamID64 (Clipboard on the right)
  8. Open the Vacbanned site https://vacbanned.com/
  9. Paste your SteamID64 in the "search" Box
  10. Click the search button or press enter
  11. Copy the Steam3 ID (64bit) Hex Value and paste in server.conf

In the unlikely hood that you get " 1100001000056BA " Then you have done something incorrectly. If unsuccessful, re-attempt the steps.

Configuring Ace Permissions

Clone this wiki locally