BanWave Manager
🟡 Updated this yearPreview

🔍 Analysis
- 🏆 #652 of 1317 bukkit mods in this game by downloads
📋 About This Mod
# Makes banwaves easier to implement Ever wanted to make an anticheat with a ban wave system but simply couldn't be bothered? Do it easier with this simple API! You can even manually add people to the next ban wave with commands such as /banwave add (user) and remove them from the next banwave with /banwave remove (user). # Why banwaves? Banwaves are a common tactic used by servers with custom anticheats or measures to punish players which bans people later making it hard to track down what exactly got them banned. This is useful because it prevents exploiters narrowing down all the things getting them banned quickly and easily just trying something else until it works. # How do I use the API? ``` Plugin banwave = getServer().getPluginManager().getPlugin("BanwaveManager"); // Example: Add a player to the banwave banwave.addToBanwave("Steve", "10m", "Violation of rules"); removeFromBanwave("Steve") is another function you can use in the plugin if needed. ``` Should work fine however you can also just dispatch the commands using Bukkit if that's more convienent.
# Makes banwaves easier to implement Ever wanted to make an anticheat with a ban wave system but simply couldn't be bothered? Do it easier with this simple API! You can even manually add people to the next ban wave with commands such as /banwave add (user) and remove them from the next banwave with /banwave remove (user).
# Why banwaves? Banwaves are a common tactic used by servers with custom anticheats or measures to punish players which bans people later making it hard to track down what exactly got them banned. This is useful because it prevents exploiters narrowing down all the things getting them banned quickly and easily just trying something else until it works.
# How do I use the API?
``` Plugin banwave = getServer().getPluginManager().getPlugin("BanwaveManager"); // Example: Add a player to the banwave banwave.addToBanwave("Steve", "10m", "Violation of rules"); removeFromBanwave("Steve") is another function you can use in the plugin if needed. ```
Should work fine however you can also just dispatch the commands using Bukkit if that's more convienent.
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- bbb908
- Version
- 4
- Downloads
- 239
- Endorsements
- 1
- Category
- bukkit
- Created
- 2/17/2025
- Updated
- 10/4/2025
- Game Versions
- 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4
🔧 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 BanWave Manager support?
The author lists 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5. Other versions may work but are untested by the author.
What is the latest version of BanWave Manager?
Version 4, published 2025-10-04 with 239 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await