Permissions Integration
This page explains how to use Permissions Integration with ARK Guardian
Features like Global Ban System and Anti Account Sharing have methods to make some players ignored, you can manually assign groups that you set. By default ignore groups are:
"IgnoreGlobal"
- For Global Ban System"IgnoreAccountSharing"
- For Anti Account Sharing
Since ARK Guardian 1.5.2 these groups are automatically generated, you might need to create them if you have older versions of anti-cheat.
Here's how to do that:
Permissions.AddGroup IgnoreGlobal
Permissions.AddGroup IgnoreAccountSharing
Then you are able to apply them to other people with commands:
Permissions.Add [steamId/EG] IgnoreGlobal
Permissions.Add [steamId/EG] IgnoreAccountSharing
Last updated