> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flarebot.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Antinuke Commands

> Complete reference for Antinuke commands in Flare.

Below is a complete, searchable reference for all **Antinuke** commands available in Flare.

## `add`

add a user to antinuke owners or admins

<Accordion title="View Details: /add">
  **Usage**

  ```bash theme={null}
  /add <owner/admin> <user>
  ```

  **Examples**

  ```bash theme={null}
  /add owner @flame
  /add admin @flame
  ```
</Accordion>

***

## `anconfig`

view and edit antinuke configuration

<Accordion title="View Details: /anconfig">
  **Usage**

  ```bash theme={null}
  /anconfig 
  ```

  **Aliases**
  `anc`, `ansettings`

  **Required Permissions**
  `Administrator`

  **Examples**

  ```bash theme={null}
  /anconfig
  ```
</Accordion>

***

## `antinuke`

configure the server

<Accordion title="View Details: /antinuke">
  **Usage**

  ```bash theme={null}
  /antinuke <setup>
  ```

  **Aliases**
  `an`, `security`

  **Required Permissions**
  `Administrator`

  **Examples**

  ```bash theme={null}
  /antinuke setup
  ```
</Accordion>

***

## `antiprune`

configure the anti-prune security event

<Accordion title="View Details: /antiprune">
  **Usage**

  ```bash theme={null}
  /antiprune <enable/disable>
  ```

  **Examples**

  ```bash theme={null}
  /antiprune enable
  /antiprune disable
  ```
</Accordion>

***

## `fakeperms`

manage fakeperms of a user

<Accordion title="View Details: /fakeperms">
  **Usage**

  ```bash theme={null}
  /fakeperms <user>
  ```

  **Examples**

  ```bash theme={null}
  /fakeperms @flame
  ```
</Accordion>

***

## `recovery`

configure the antinuke recovery

<Accordion title="View Details: /recovery">
  **Usage**

  ```bash theme={null}
  /recovery <enable/disable>
  ```

  **Aliases**
  `recover`

  **Examples**

  ```bash theme={null}
  /recovery enable
  /recovery disable
  ```
</Accordion>

***

## `remove`

remove a user from antinuke owners or admins

<Accordion title="View Details: /remove">
  **Usage**

  ```bash theme={null}
  /remove <owner/admin> <user>
  ```

  **Examples**

  ```bash theme={null}
  /remove owner @flame
  /remove admin @flame
  ```
</Accordion>

***

## `whitelist`

manage antinuke whitelisted users and roles

<Accordion title="View Details: /whitelist">
  **Usage**

  ```bash theme={null}
  /whitelist <user/role> <add/remove> <target> | show | reset
  ```

  **Aliases**
  `wl`

  **Examples**

  ```bash theme={null}
  /whitelist user add @flame
  /whitelist user remove @flame
  /whitelist role add @mod
  /whitelist role remove @mod
  /whitelist show
  /whitelist reset
  ```
</Accordion>

***
