πPermissions
Adding an admin
To add a user as an admin, execute the following command:
nac admin add nameplayerUpon 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:
Go to your anticheat folder.
Open the
cfgfolder.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 (
truemeans enabled,falsemeans disabled).
Options to Remove or Restrict Admin:
Disable a Single Permission:
Change
trueβfalsefor specific permissions.
Example:
Remove the Whole Admin:
Delete the entire block under their identifier.
Example:
Deleting the identifier completely removes all admin access. If unsure, itβs safer to set permissions to false on all permissions
Last updated