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?

R

1.5.1

๐Ÿ“‹ BuffedItems v1.5.1 Patch Notes

This update introduces a robust Hybrid Attribute System, solving compatibility issues with Minions, NPCs.

๐Ÿš€ Key Feature: Hybrid Attribute System (Static vs. Dynamic)

You can now choose how attributes are handled per item!

  • STATIC Mode (Default): Attributes are physically embedded onto the item (Native NBT).

    • โœ… Universal Compatibility: Works with other plugins such as Minion plugins.
    • โœ… Zero Latency: Native Minecraft behavior, instant updates.
    • โš ๏ธ Permission Note: Passive permissions on Hand/Armor slots are ignored (NBT applies to anyone holding the item).
    • โœ… Inventory Slot Exception: Attributes in the INVENTORY slot are still handled via tasks, so they always respect permissions.
  • DYNAMIC Mode: Attributes are applied virtually to the player via the plugin task.

    • โœ… Secure & Strict: Impossible to exploit; strictly enforces passive permissions.
    • โœ… Visual Polish: Automatically hides the attribute list for a cleaner look.
    • โŒ Not visible to Minions/NPCs (Player-only).

How to Switch?

  • Config (items.yml): Set attribute_mode: STATIC or DYNAMIC.
  • In-Game: /bi edit -> Passive Effects menu -> Click the Toggle Button (Slot 8).

๐Ÿ› ๏ธ Fixes & Improvements

  • Vanilla Stat Consistency: Fixed an issue where vanilla stats (e.g., +3 Armor on Netherite Boots) were inconsistent between modes.
    • The system now uses "Dummy Attributes" to reliably clear vanilla stats in both Static and Dynamic modes.
    • Your custom items will now always have a clean slate, regardless of the mode.
  • "Nuclear Wipe" Logic: Added a rigorous cleaning step during item updates. This acts as a Self-Healing mechanism, automatically fixing broken or legacy items from v1.5.0 upon interaction (clicking or holding).
  • Visual Cleanup: Fixed the "Ugly List" issue in Dynamic mode (where empty attributes like "When on Main Hand: +0 Luck" would appear). The plugin now forces HIDE_ATTRIBUTES in Dynamic mode for a pristine tooltip.

โญ GUI Updates

  • Passive Settings Menu: Added a new button (Slot 8) to toggle Attribute Mode instantly with detailed descriptions.
  • Permission Settings Menu: Added critical warning notes to the Passive Permission icon, explaining the difference between Static (NBT) and Dynamic (Task) restrictions, including the Inventory slot exception.

๐Ÿ“ฆ Migration Note

This update is Backward Compatible.

  • No config reset is required.
  • Existing items will default to STATIC mode.
  • Items from v1.5.0 will be automatically repaired when players interact with them.

Information

Published
December 10, 2025
Author
3Downloads

Platforms

Paper
Paper
1.21โ€“1.21.11

Dependencies

PaperPaper

Dependencies: Paper

Plugins and libraries a server needs for this version to run.

No dependencies

Add anything a server has to install alongside this version.