Voxel Shop beta is live. Expect occasional bugs. Learn more  
EpicBans 🔨 Punishments System icon

EpicBans 🔨 Punishments System 2.3.0

The Ultimate Punishments System

Page 1 2
2.3.0 15 days ago
EpicBans 2.3.0 - History, Rollback & IP Tracking

EpicBans 2.3.0 is a major update bringing full moderation transparency, a powerful rollback system, IP history tracking, and a significantly improved database layer. Everything your staff team needs to moderate with confidence.




⚡ New Features


📋 Moderation History


Every punishment action is now recorded in a persistent punishment_history table.

    •    
    • New commands:        
      •            
      • /history <player> [filter] - View the full sanction history of a player           
      • /staffhistory <staff> [timeframe] - View all actions performed by a staff member

 

  • History tracks: action type, target, UUID, IP, admin, reason, server, timestamp, and rollback status   
  • Automatic cleanup via the new TimeBeforeHistoryExpires config option (in days)

🔁 Rollback System


A new system to safely undo recent moderation actions, with explicit confirmation required.

  •    
  • Three rollback modes:        
    •            
    • /epicbans rollback staff <staff> <time>           
    • /epicbans rollback player <player> <time>           
    • /epicbans rollback global <time>      
  • Requires /epicbans confirm before executing   
  • New config options: OnlyConsoleCanRollback and TimeBeforeHistoryExpires

🌐 IP History

  • New command: /iphistory <player> - View the full IP login history of a player   
  • IP records stored in a dedicated player_ip_history table   
  • Existing registered IPs are migrated automatically on first launch

🔒 Smarter IP Tracking


New options to avoid incorrect IP updates on auth and lobby networks:


 

  • ip_save_on_auth — waits for AuthMe login before saving the IP (Bukkit/Spigot)   
  • save_ip_on_server_switch — saves IP only on server switch (BungeeCord/Velocity)   
  • ip_save_ignored_servers — list of servers excluded from IP tracking   
  • Added a dedicated Bukkit listener for AuthMe integration


🔧 Improvements

  •    
  • Improved database layer across all five drivers   
  • Improved player registration and IP tracking logic   
  • Improved warning system with better history and rollback compatibility


🐛 Fixed

  •    
  • Fixed several IPBan and IPMute edge cases in ban resolution and rollback   
  • Fixed obsolete immune table. Immunity is now a column in registered
2.2.2 Feb 12, 2026
EpicBans 2.2.2 – Stability & Fixes

This update focuses on important bug fixes affecting Bukkit and Bungee environments.




Fixes

  • Fixed tab-complete handling on Bukkit and Bungee
    • Correct argument suggestions
    • Proper handling of dynamic completions (e.g. /unban)
    • Improved cross-platform consistency
  • Hotfix for /warn on Bukkit
    • Resolved execution issue affecting warnings
  • Fixed auto-silent issue on Bukkit
    • Console punishments no longer randomly apply auto-silent
    • More consistent punishment behavior


Update to 2.2.2 for improved stability and correct tab completion behavior.

2.2.1 Jan 30, 2026
EpicBans 2.2.1 – Minor Update

📣 What’s new
EpicBans 2.2.1 is a maintenance and quality-of-life update focused on better moderation feedback, more control over notifications, and important fixes to punishment commands.


⚡ New & Improved Features


📜 Improved /banlist & /mutelist Output

  • Added many new placeholders usable in config.yml
  • New placeholders include %admin%, %date%, %duration%, and more
  • Fully customizable list formats for clearer moderation logs

🔔 Punishment Notifications Control

  • New options to enable/disable notifications when:
    • A punished player joins the server
    • A muted player attempts to chat
  • New permissions to control who receives these notifications

🔧 Command Hotfixes

  • Fixed issues with the reason handling in /ban and /mute commands
  • More consistent and reliable punishment reasons

🛠 Improvements & Fixes

  • General optimizations and internal fixes
  • Improved moderation experience and stability

📘 Docs & guides:
EpicBans Wiki


Update to 2.2.1 to get better control, clearer lists, and cleaner punishments.

2.2.0 Dec 25, 2025
🎄 EpicBans 2.2.0 – Christmas Update

📢 What's New


EpicBans 2.2.0 is a special Christmas update bringing important improvements and powerful new features for a safer, more flexible, and more intuitive punishment system 🎁




⚡ New Features


🔐 Punishment Limits

  • You can now define maximum durations for temporary punishments (tempban & tempmute) per staff group;
  • Staff with epicbans.limits.unlimited are not restricted;
  • Durations exceeding the limit can be automatically reduced or blocked, depending on the configuration (adjust_excessive_durations);
  • Permanent punishments are now also restricted by group limits, unless the unlimited permission is present.


⏱ Flexible Duration Input

  • Punishments now support both combined and separated formats:
    • Combined: 7d
    • Separated: 7 day
  • Makes issuing temporary punishments faster and more intuitive.


🔁 Unified Punishment Commands

  • /ban can now behave like /tempban when a duration is specified:
    • Example: /ban player 1d
  • The same applies to:
    • /mute
    • /ipban
    • /ipmute
  • Example: /ipban player 1 week
  • This greatly simplifies command usage while keeping full compatibility.


📋 Improved /warnings Output

  • The result of the /warnings command has been significantly improved:
    • Full list of warnings;
    • Expiration time for each warning;
    • Staff member who issued each warning;
    • Additional useful details for moderation.
  • Provides a much clearer and more informative overview.


📡 ServerAdding in Broadcasts

  • When punishing a player for a specific server, the ServerAdding message is now included in broadcasts;
  • Can be enabled or disabled via config.


🕵️ DupeIP OnlyIf Filter

  • DupeIP checks on join can now trigger only under specific conditions:
    • BAN, MUTE, WARN, ONLINE, or ALWAYS
  • Controlled via the new OnlyIf config key;
  • Allows more precise and flexible dupe account detection.


🛠 Improvements & Fixes

  • Fixed a minor bug when punishing players for a specific server (e.g. server=Bedwars);
  • Better handling of silent punishments and cross-server messages;
  • Improved banlist, mutelist, and warnlist handling;
  • Minor bug fixes and performance optimizations.


📝 Notes

  • TemplateError has been moved to config.yml (no longer in messages_*.yml).


🎅 Update from 2.1.0 → 2.2.0 to enjoy this Christmas update and significantly improve your moderation workflow!

2.1.0 Nov 5, 2025
EpicBans v2.1.0 – Major Update: API, Templates & More!

EpicBans Update 2.1.0


What's New


The EpicBans 2.1.0 update introduces major improvements, bug fixes, and new features designed to enhance both server performance and administrator experience. ✅ New Features

  • Developer API
    • A complete, developer-friendly API to interact with EpicBans programmatically;
    • Retrieve punishment lists, apply/remove punishments, and integrate with other plugins;
    • Manage bans, mutes, warns, and more via code;
    • See the EpicBans API Documentation for detailed usage examples.
    • Predefined punishment templates for faster and consistent moderation;
    • Configurable in templates.yml;
    • Full guide available here: Punishment Templates Wiki
    • Templates provide staff with quick access to predefined punishments (reason, duration, type).
  • New Time Unit: Year
  • Silent Punishments Permission
    • Added the new permission:
    epicbans.silent
    • Required for staff to execute punishments silently (using the -s flag).
    • Without this permission, staff attempting to use silent punishments will receive the NoPerms message.
  • Automatic MiniMessage → Legacy Color Fallback
    • Messages now automatically detect and convert color codes when mixing MiniMessage and Legacy formatting;
    • Prevents display issues when both systems are used in the same message.

Bug Fixes

  • Fixed a rare issue where server=... could incorrectly appear in the punishment reason when applying server-specific punishments.

⬆️ Upgrade to 2.1.0 Upgrade now to take advantage of:

  • The new Developer API,
  • Punishment Templates,
  • Better time unit handling,
  • The silent punishment permission system,
  • And improved message compatibility.
2.0.0 Aug 22, 2025
🚀 EpicBans 2.0.0 – Major Update

We are thrilled to announce the release of EpicBans 2.0.0! This is a major update, bringing new features, improved performance, and enhanced support across all platforms.




✨ What's New in 2.0.0


🌐 Cross-Platform & Compatibility

  • Full support for Velocity, BungeeCord, Folia, and Paper/Spigot.
  • Improved SQLite, H2, MariaDB, and PostgreSQL support with faster database access.
  • Added UUID support for consistent player identification across servers.

🛡 Punishment System Improvements

  • IPBan/IPMute offline players now fully supported.
  • /check command shows detailed info: country, warns, and expiration dates.
  • Improved warning expiration handling and punishment escalation.
  • Automatic account/IP tracking when players join, including duplicate IP updates.

⚡ Performance & Reliability

  • Database operations optimized for faster joins, chat events, and punishment logging.
  • Tab-completion for commands fully fixed and updated.
  • Plugin recoded to reduce memory footprint and improve speed.

🎛 Web & Discord Integration

  • Fully integrated Discord notifications with customizable channels.
  • Optional disabling of user punishment notifications while keeping staff notifications.
  • Enhanced web panel support, now smoother and more user-friendly.

📝 Messages & UI

  • Cleaned up all messages in console and chat, legacy & MiniMessage compatible.
  • Default messages now include gradients and more readable formatting.
  • All commands have improved tab-completion and case handling.


📖 Upgrade Notes

  • Moving from 1.4.4 to 2.0.0 requires updating your config files. Default settings for drivers, databases, and Discord integration may need verification.


We highly recommend updating to EpicBans 2.0.0 to take advantage of all these improvements.


For full documentation, installation guides, and advanced configuration, visit the official EpicBans Wiki.


Thank you for using EpicBans — simple, reliable, and powerful punishment management!

1.4.4 Mar 11, 2021
ChangeLog EpicBans v1.4.4
» HotFix
1.4.3 Mar 9, 2021
ChangeLog EpicBans v1.4.3
» Fixed bug: thanks to Eresty for reporting it!
1.4.2 Feb 28, 2021
ChangeLog EpicBans v1.4.2
» BugFix
1.4.1 Feb 20, 2021
ChangeLog EpicBans v1.4.1
» Added IP support, now you can ipban or ipmute an IP (example: /ipban 96.126.21.125);
» Fixed bug, when you tempmute a player it can speak.
1.4.0 Feb 2, 2021
EpicBans v1.4.0
» Added UpdateChecker;
» Fixed bugs.
1.3.5 Jan 14, 2021
EpicBans v1.3.5
> Fixed MySQL Support.
1.3.4 Jan 10, 2021
EpicBans v1.3.4
» Fixed bug: when you click an npc the plugin gives a lot of erros.
1.3.3 Jan 8, 2021
EpicBans v1.3.3
» Fixed warns.
1.3.2 Jan 6, 2021
EpicBans v1.3.2
» BugFix.
1.3.1 Jan 6, 2021
EpicBans v1.3.1
» BugFix
1.3 Jan 5, 2021
EpicBans v1.3:
» Added PremiumVanish/SuperVanish Support;
» Fixed bugs;
» Now you can blacklist a country.
1.2 Dec 30, 2020
ChangeLog EpicBans 1.2
» Added Discord Integration;
» Added AntiVPN;
» Added the country of a player on join;
» Added AntiCAPS.
1.1.1 Dec 14, 2020
ChangeLog EpicBans v1.1.1
- Fixed permissions.
1.1 Dec 13, 2020
BIG UPDATE EpicBans v1.1
- Added MySQL Support;
- Fixed bugs;
- Added /epicbans convert;
- Config.yml changes.
Page 1 2
Sign in
$5.74 USD
Sign in to purchase, save this product to your cart, and keep downloads tied to your account.
Stripe

punishments

ban

ultimate

epicbans

velocity

bukkit

bungeecord

purpur

paper

mute