-
Notifications
You must be signed in to change notification settings - Fork 163
3. Adding Admins
Blue edited this page Mar 26, 2019
·
15 revisions
ACE uses your server config file or commands to add / remove admins and set permissions, here is an example:
add_principal identifier.ip:127.0.0.1 group.admin
add_principal identifier.license:aaaabbbbcccddeeeeeeffff group.moderator
add_principal identifier.steam:a2vg21asfd5 group.moderator
Layout of this command is
add_principal identifier.STEAM/LICENSE/IP group.GROUP_NAME
Although it is not confirmed, i would recommend only using lowercase identifiers in this as ones with uppercase letters may not work correctly.