AdvancedAntiSpam ⚡ Smart • Lightweight • Fully Customizable Anti-Spam System Keep your server clean, fast, and protected with a
next-generation anti-spam solution built for modern Minecraft servers.
AdvancedAntiSpam detects and prevents chat & command spam using intelligent cooldown tracking, flexible punishment modes, and a powerful warning system — all fully configurable.
Core Features Chat & Command Protection
Real-time spam detection for chat messages
Anti-spam system for player commands
Independent cooldown system for each module
⚙️ Flexible Action System Choose how spam is handled:
❌ CANCEL → Block the message/command instantly
⚠️ WARN → Warn players with a scalable warning system
COMMAND → Execute custom server commands (e.g. mute, punish, etc.)
#Actions: # WARN: Warn System # CANCEL: Cancel Message sent And Send Cancel Message # COMMAND: Run Command (Custom Action) chat:
enabled: true
cooldown-ms: 1000
# 1 second action: WARN
# WARN/CANCEL/COMMAND cancel-settings:
cancel-sending: true
cancel-message: "{prefix} &7»&r &cDon't spam!" command-settings:
cancel-sending: true
command: "mute {user} 2h Spam" command:
enabled: true
cooldown-ms: 1500
# 1.5 second # It’s better to only cancel commands for spam instead of muting, # because even if a player is muted they can still execute commands, # so muting has no effect. If a command is spammed, it should just be cancelled. action: CANCEL
# WARN/CANCEL/COMMAND cancel-settings:
cancel-sending: true
cancel-message: "{prefix} &7»&r &cDon't spam!" command-settings:
command: "mute {user} 2h Spam"
# ===================== # WARN # ===================== warn:
chat:
max-warnings: 3
cancel-sending: true
reset-after-seconds: 10
# resets after last warning warning: "{prefix} &7»&r &cPlease do not spam! &7(&c{current}&7/&4{max}&7)" command: "mute {user} 2h spam" command:
max-warnings: 3
cancel-sending: true
reset-after-seconds: 10
# resets after last warning warning: "{prefix} &7»&r &cPlease do not spam! &7(&c{current}&7/&4{max}&7)" command: "none"