ARK Guardian
ARK Guardian
  • Welcome to ARK Guardian
  • Getting Started
    • Installation & Setup
    • MySQL Setup
    • Full Feature List
  • Feature Documentation
    • Permissions Integration
    • Admin Commands
    • Commented Config
    • Ban System
Powered by GitBook
On this page
  1. Feature Documentation

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

PreviousFull Feature ListNextAdmin Commands

Last updated 5 months ago