Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for AltKat

Create custom items with permanent potion effects and attributes.

Report BuffedItems?

Release
1.5.6

AltKat released BuffedItems version 1.5.6 on December 16, 2025

📋 BuffedItems v1.5.6 Patch Notes

This is a Critical Hotfix release addressing severe stability issues and server hangs reported in version 1.5.5. 🛡️ Core Stability & Loop Prevention

Implemented a robust safeguard to prevent server crashes during crafting operations.

[Fix] Critical Recursion Loop:
    The Issue: The previous engine refactor could trigger an infinite loop during the PrepareItemCraftEvent, causing the server thread to lock up.
    The Fix: Implemented a 'Dual Lock' mechanism (isCrafting / isCalculating) within the CraftingListener.
    Impact: Ensures the plugin never triggers its own events recursively, eliminating server freezes during matrix updates or result calculations.

⚡ Performance & Reload Safety

Optimized how the plugin handles data loading to prevent timeouts.

[Fix] Main Thread Overload:
    The Issue: Registering all custom recipes instantly during a reload caused "Can't keep up" warnings and player timeouts on populated servers.
    The Fix: Implemented Batch Throttling for the recipe registration process.
    Logic: Recipes are now registered to Bukkit in micro-batches (Batch size: 2, Interval: 2 ticks).
    Impact: The server can now "breathe" during reloads, preventing lag spikes and connection timeouts.

Information

Published onDecember 16, 2025
Downloads1

Platforms

Paper Paper (1.21-1.21.11)

Dependencies

Paper Paper
Edit Plugin Dependencies: Paper