πŸ”‘Permissions

Adding an admin

To add a user as an admin, execute the following command:

nac admin add nameplayer

Upon first execution, if a user is found, you will see:

Run the command again to confirm. Once confirmed, you will receive:

The player has been granted administrator privileges and will have access to admin commands upon reconnecting to the server.

Removing an admin

Locate the File:

  1. Go to your anticheat folder.

  2. Open the cfg folder.

  3. Find admins.json.

Understand the Structure:

The file looks like this:

  • identifier: The unique ID of the admin (e.g: License, Discord ID).

  • permissions: Bypasses the admin possesses (true means enabled, false means disabled).

Options to Remove or Restrict Admin:

Disable a Single Permission:

  • Change true β†’ false for specific permissions.

Example:

Remove the Whole Admin:

  • Delete the entire block under their identifier.

Example:

Last updated