NoDDoS

⭐ — (2 endorsements) 📥 141 downloads 📌 v6.2.9 📅 4/11/2026
🟡 Updated this year

By VoidAdam · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 4/4/2026 📅 Created: 4/11/2026

🔍 Analysis

  • 🏆 #258 of 1224 bukkit mods in this game by downloads

📋 About This Mod

NoDDoS v6.2.9 Technical Overview NoDDoS is a lightweight security utility for Minecraft 1.21+ designed to mitigate packet-based exploits and automated bot joins. The system uses an Atomic Sliding Window algorithm to monitor incoming traffic per-player, ensuring that rate limits cannot be bypassed by timing packets at the end of a second. It operates with high concurrency safety using ConcurrentHashMap and Atomic variables to maintain server stability during high-load events. Core Functionality: Packet Filtering: Specifically monitors CUSTOM_PAYLOAD, CHAT, and WINDOW_CLICK packet types. Join Rate Limiting: Implements a two-tier threshold (Normal and Burst) to distinguish between server restarts and bot attacks. Progressive Punishment: Increases ban duration based on the frequency of violations from a specific IP address. Resource Efficiency: Uses asynchronous cleanup tasks and single-kick scheduling to minimize main-thread impact. Configuration (config.yml): ``` settings: # Maximum allowed player joins per second under normal conditions joins-per-second: 5 # Burst join limit - Reaching this triggers the progressive ban system burst-limit: 15 # Maximum simultaneous connections allowed from a single IP address max-connections-per-ip: 2 # Maximum packets (Chat, Click, Payload) allowed per second per player max-packets-per-second: 300 messages: prefix: "&8 " # Message when the normal join limit is reached global-cooldown: "&cThe server is currently busy! Please wait a few seconds and try again." # Message when an IP exceeds the connection limit ip-limit: "&cToo many connections from this IP. Please logout from your other accounts." # Kick message for packet flooding packet-spam: "&cSuspicious packet traffic detected! Connection closed for security." # Message for players currently blocked by the progressive ban system blacklisted: "&cYour IP has been temporarily blocked due to suspicious activity. Please wait." # Message sent to admins after reloading the plugin reload: "&aConfiguration reloaded and violation records cleared!" ``` Technical Requirements: Java 21 and Java 25 ProtocolLib dependency required for packet interception.

NoDDoS v6. 2. 9 Technical Overview

NoDDoS is a lightweight security utility for Minecraft 1. 21+ designed to mitigate packet-based exploits and automated bot joins. The system uses an Atomic Sliding Window algorithm to monitor incoming traffic per-player, ensuring that rate limits cannot be bypassed by timing packets at the end of a second. It operates with high concurrency safety using ConcurrentHashMap and Atomic variables to maintain server stability during high-load events.

Core Functionality:

Packet Filtering: Specifically monitors CUSTOM_PAYLOAD, CHAT, and WINDOW_CLICK packet types. Join Rate Limiting: Implements a two-tier threshold (Normal and Burst) to distinguish between server restarts and bot attacks. Progressive Punishment: Increases ban duration based on the frequency of violations from a specific IP address. Resource Efficiency: Uses asynchronous cleanup tasks and single-kick scheduling to minimize main-thread impact.

Configuration (config.yml):

``` settings: # Maximum allowed player joins per second under normal conditions joins-per-second: 5 # Burst join limit - Reaching this triggers the progressive ban system burst-limit: 15 # Maximum simultaneous connections allowed from a single IP address max-connections-per-ip: 2 # Maximum packets (Chat, Click, Payload) allowed per second per player max-packets-per-second: 300

messages: prefix: "&8[&6NoDDoS&8] " # Message when the normal join limit is reached global-cooldown: "&cThe server is currently busy! Please wait a few seconds and try again." # Message when an IP exceeds the connection limit ip-limit: "&cToo many connections from this IP. Please logout from your other accounts." # Kick message for packet flooding packet-spam: "&cSuspicious packet traffic detected! Connection closed for security." # Message for players currently blocked by the progressive ban system blacklisted: "&cYour IP has been temporarily blocked due to suspicious activity. Please wait." # Message sent to admins after reloading the plugin reload: "&aConfiguration reloaded and violation records cleared!" ```

Technical Requirements:

Java 21 and Java 25 ProtocolLib dependency required for packet interception.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
VoidAdam
Version
6.2.9
Downloads
141
Endorsements
2
Category
bukkit
Created
4/11/2026
Updated
4/4/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
optimization, technology, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does NoDDoS support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of NoDDoS?

Version 6.2.9, published 2026-04-04 with 141 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by VoidAdam 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods