Skip to main content
The ZEON Antinuke system is the core security engine designed to detect, mitigate, and punish rogue administrators, compromised accounts, or malicious bots attempting to destroy your server.
Required Permission: is_server_owner — Only the true Server Owner and Extra Owners can configure the Antinuke system.

Absolute Setup Guide

The easiest and safest way to secure your server is by using the Antinuke Setup Wizard. This one-click command automatically configures everything to the optimal security standards.
1

Run the Wizard

.antinuke wizard
The bot will automatically:
  • Check its own role hierarchy and permissions.
  • Create an unbypassable barrier role (zeon-antinuke-barrier).
  • Create a secure logging channel (#antinuke-logs).
  • Enable all security filters.
  • Set optimal heat and trigger limits.
2

Move the Bot's Role

For the Antinuke to work properly, ZEON’s highest role must be placed as high as possible in the server’s role settings. The bot cannot punish users or manage roles that are above its own.

Manual Configuration

If you prefer to manually configure your security limits, you can use the interactive dashboard commands.

Managing Filters

You can individually toggle which actions the bot should monitor.
.antinuke manage
This opens a dropdown menu where you can enable or disable filters like ban, kick, channel_create, role_delete, etc.

Setting Limits & Heat

ZEON uses a sophisticated “Heat” system. Each action generates heat. If a user generates too much heat within a specific minute or hour limit, they are punished.
.antinuke limit
Use this command to configure the Minute Limit, Hour Limit, and Heat Points for each enabled filter.

Advanced Security Modes

Z+ Mode (Lockout)

In the event of an active raid or severe compromise, the Server Owner can instantly lock down the server.
.antinuke zplus
Z+ Mode enforces maximum security:
  • 1 action trigger limit with 100 heat (instant punishment).
  • Z+ mode ignores Whitelists and Trusted Users.
  • Can only be enabled/disabled by the Server Owner.
  • To disable, you must run .antinuke wizard to revert to normal settings.

Wall System

The Wall system allows you to instantly strip permissions from all high-level roles and move them below the bot.
CommandDescription
.antinuke wallonStrips permissions and moves “wall” roles down.
.antinuke walloffRestores original permissions and hierarchy positions.

Recovery & Logging

CommandDescription
.antinuke logging <channel>Sets a custom channel for all security logs.
.antinuke logdisableDisables security logging.
.antinuke autorecovery enable/disableEnables the bot to automatically revert nuke damage (e.g. recreating deleted channels/roles).