Admins

This section covers the admins for the AntiCheat.

WX AntiCheat supports multiple admins. Admins are players that cannot be detected by the AntiCheat and can intereact with the Admin Panel (configurable).

Adding Admins

There are 3 ways to add admins:

  • Using the config file
  • txAdmin Integration
  • Exports
  • Ace Permissions (Deprecated)

Using the config file

  • The config file is located in the admins/ folder. This folder contains a anticheat_admins.lua file.
anticheat_admins.lua
Admins = {
    "license:1234",
    "steam:1234",
}
  • Add the identifier of the admin to the Admins table to register the admin.

txAdmin Integration

  • The txAdmin integration can be simply enabled in the main config file.
anticheat_config.lua
wx.txAdminAuth = true
  • When enabled, the AntiCheat will automatically check if a player is a registered admin in txAdmin. This happens when the player joins the server, but can be triggered manually using the /txAdmin-reauth command.

Exports

  • This method has been documented in the Exports section.