Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Create custom items with permanent potion effects and attributes.
๐ 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
INVENTORYslot 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): Setattribute_mode: STATICorDYNAMIC.- 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_ATTRIBUTESin 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.
Platforms
Paper
1.21โ1.21.11
Dependencies
Paper
- CoinsEngine Optional
- PlaceholderAPI Optional