Skip to main content
Panic Mode is an automated defense mechanism that dynamically activates when the server experiences a sudden, high volume of suspicious activity (Heat). When the server hits the specified heat threshold, Panic Mode engages, tightening security limits temporarily to suppress potential raids or nukes before they can do widespread damage.
Required Permission: is_server_owner — Only the Server Owner and Extra Owners can configure Panic Mode.

Absolute Setup Guide

1

Configure Panic Mode

Run the setup command with your desired heat threshold, duration, and decay rate.
.panicmode setup 100 300 5
2

Verify Configuration

Check your active configuration to ensure the system is armed.
.panicmode show

Understanding the Parameters

When configuring Panic Mode, you must provide three specific values:
  1. Threshold (100): The total amount of server-wide “Heat” required to trigger panic mode.
  2. Duration (300): How long (in seconds) the panic mode state will remain active once triggered. (e.g., 300 seconds = 5 minutes).
  3. Decay Rate (5): How much heat naturally dissipates per minute if no further suspicious actions occur.

Commands

All commands are located under the .panicmode (or .pm) group.
CommandDescription
.panicmode setup <threshold> <duration> <decay>Configures the panic mode parameters
.panicmode enableArms the panic mode system
.panicmode disableDisarms the panic mode system
.panicmode showDisplays the current configuration
.panicmode resetDeletes the panic mode configuration entirely
Panic Mode requires the core Antinuke system to be enabled (.antinuke enable or .antinuke wizard) in order to function, as it relies on the global heat tracking engine.