Changelog

Release notes, updates, and bug fixes across all projects.

Apr 2, 2026
v2026.4.0

AutoPickup 2026.4.0 Update

Changelog

  • Updated for the newest version
  • Added the new trees to the config.yml
  • Code Cleanup and optimizations
Apr 1, 2026
v2026.4.1

CLE 2026.4.0 and 2026.4.1 Update

Complete Rework Update

We have spent a long time reworking this plugin. We have done the following.

🚀 Features & Core Enhancements

  • Database Overhaul: Full support for both SQLite and MySQL. Includes strict configuration parsing and schema versioning to ensure your data stays safe and migrations happen smoothly.
  • Cleaner Reloads: Centralized the core shutdown process. This fixes a technical "leak" where the database pool wouldn't close properly during a reload, making the plugin much more stable during configuration changes.
  • Authoritative Configuration: The config.yml is now the definitive source of truth for all module toggles. Toggling modules via the Admin GUI now syncs perfectly with your config file.
  • Protection Settings: Added a new ProtectionSettings record to better manage how your entities and areas are guarded.

🛡️ Logic & Safety Fixes

  • Smart Spawner Limiter: Fixed a potential crash (NullPointerException) that occurred when the Spawner Limiter was active while the Mob Limiter was disabled.
  • Enhanced Command Security: All /lagg subcommands are now gated through a central permission checker. This ensures that permissions are enforced consistently across the board, including within Tab-Completion.
  • Cycle Safeguards: Improved logic for clearing entities to prevent infinite loops and duplicate processing.

🔌 Compatibility & Integrations

  • WildStacker Support: Fully implemented the WildStacker API integration. The plugin now correctly detects and handles stacked entities and items managed by WildStacker.
  • ModernShowcase Integration: Improved the loading order for ModernShowcase. The plugin now detects it dynamically, ensuring showcase items are protected immediately without requiring a manual reload.
  • Improved Documentation: Refreshed the config.yml with clearer headers and descriptive comments to make manual editing easier.

🛠️ Technical Changes

  • Added ChatInputManager for more robust handling of player inputs.
  • Standardized module configuration saving logic.
  • Bumped project version to 2026.4.1.
Apr 1, 2026
v2026.4.1

ChatColors 2026.4.1 Update

Changelog

  • Fixes where non-legacy colors were ending with
  • Updated Wiki
Apr 1, 2026
v2026.4.0

ChatColors 2026.4.0 Update

ChatColor Rework

  • I redid the whole plugin to be more modern with current-day MC servers
  • New GUI Layout
  • More colors
  • Wiki Website

If there are any issues, please report them. I can't fix anything if I don't know about it.

Mar 27, 2026
v2026.3.1

CLE 2026.3.1 Update

Changelog - Version 2026.3.1

🛡️ Entity Protection & Management

  • Armored Entity Safekeeping: Introduced the protect-armored-entities configuration option. When enabled, the clearing logic will now skip any entities equipped with armor (Armor Stands, Zombies, Skeletons, etc.).
  • Logic Updates: * Refactored LagPreventionManager and EntityManager to respect protection flags.
    • Adjusted auto-clear routines to include armored entity detection during sweeps.

⚙️ System & Internal Improvements

  • Smarter Config Migration: Refactored ConfigMigrator for a more maintainable and reliable YAML merging strategy during updates.
  • Enhanced Debugging: Improved logging and internal timers for better task management and performance tracking.
  • Refined Stability: Enhanced error handling for configuration reloads and minor internal improvements to the NotificationManager.

📦 Technical Changes

  • Refactoring: Cleaned up core entity management classes to improve long-term maintainability.
Mar 24, 2026
v2026.2.0

BeeAuction 2026.2.0 Update

🐝 BEEAUCTION - VERSION 2026.2.0

SECURITY & VALIDATION

  • Introduced CommandValidator: Whitelist/Blacklist modes for scheduled tasks.
  • Added InputSanitizer: Comprehensive scrubbing for names, chat, and logging.
  • BidCommand Hardening: Added rate limiting and maximum bid validation.
  • Removed deprecated "SECURITY FIX" tags and redundant inline comments.

CORE SYSTEMS & PERFORMANCE

  • Concurrency Overhaul: Refactored auction logic for thread-safe operations.
  • Database Optimization: Implemented single-threaded executor for SQLite/MySQL.
  • Cleaned Codebase: Deleted legacy classes and dependency-reduced-pom.xml.
  • Enhanced AuctionHistoryEntry and related data components.

INTEGRATIONS

  • PlaceholderAPI Expansion:
    • New: %beeauction_auctions_won% (Tracks player wins).
    • New: %active_listings% / %active% (Backward compatibility).
    • Improved: Exception handling and fallback message support.
  • Database: Added getAuctionsWonCount to SQLite/MySQL managers.

MESSAGING

  • Refactored MessageEnum: RENAMED 'CANCELLED' -> 'AUCTION_CANCELLED'.
  • Added placeholders for winner/loser notifications and bid amounts.
  • Configuration: Dynamic {prefix} replacement and redundant comment removal.
  • Documentation: Expanded README with leaderboard and PAPI examples.
Mar 24, 2026
v3.0

ChatColors 3.0 Update

This major release brings support for Minecraft 1.21+, significant updates to the underlying architecture (Java 17), and full integration with ChatControl.

Important Notes

  • 1.21+ Support: This version is fully updated for modern Minecraft versions (1.21+).
  • Java 17 Required: We have upgraded to Java 17. Please ensure your server runtime is up to date.

Integrations & Features

  • ChatControl Support: Added full integration with ChatControl.
    • Adjusted ChannelPostChatEvent priority to HIGHEST.
    • Refined message formatting with multi-step fallback logic.
  • Shading: Configured proper dependency shading and exclusions.

Technical Improvements

  • Precision: Changed rating from int to double in SpigotResource.
  • Cleanup: Removed redundant comments and simplified formatting logic.
  • Build: Reorganized repositories in pom.xml.

Dependencies & Ops

  • PlaceholderAPI: Updated to 2.11.5.
  • XSeries: Updated to 13.6.0.
  • Authlib: Adjusted scope to provided.
  • Documentation: Expanded README with commands, permissions, and config.
  • License: Added LICENSE file.
Mar 24, 2026
v2026.1.3.1

InfiniteBuckets 2026.1.3.1 Update

Update 2026.1.3.1

🛠 Bug Fixes

  • Fluid Placement: Prevented fluids from being placed in mid-air to ensure more realistic behavior and prevent griefing/accidental spills.
  • Permission Logic: * Improved protection integration with BentoBox.
    • The system now prioritizes the BUCKET flag for permission checks.
    • Added a fallback to the PLACE_BLOCKS flag when the specific bucket flag is unavailable.

📝 Internal Changes

  • Dependency Management: Corrected an inconsistency in the pom.xml where the version was incorrectly set to 2026.1.1.3.
  • Version Bump: Project version officially updated to 2026.1.3.1.
Mar 24, 2026
v2026.3.0

CLE 2026.3.0 Update

ChangeLog

  • Smart Config Migration: Introduced ConfigMigrator for intelligent YAML merging. It now preserves your custom comments while automatically injecting new keys and removing obsolete ones.
  • Automatic Backups: The system now generates safety backups before performing configuration updates.
  • Version Bump: Project version updated to 2026.3.0.

If you're upgrading from an older version, please check your plugins/CLE/backups folder for copies of your previous configurations.