-
Notifications
You must be signed in to change notification settings - Fork 0
Setting up Ace Permissions
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
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
Restart your server and make sure the resource is running.
Follow the steps carefully
- Open your steam profile
- Right Click on your profile picture
- Copy Page URL
- Open https://steamid.io/
- Paste the URL of your profile in the "INPUT" Box
- Click Lookup
- Copy the SteamID64 (Clipboard on the right)
- Open the Vacbanned site https://vacbanned.com/
- Paste your SteamID64 in the "search" Box
- Click the search button or press enter
- 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