Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
New Features
- Add
allow_bone_mealoption to block sources- If false, crops that have been fertilized with bone meal will not give skill XP (true by default)
- Only applies to block sources with
interacttrigger like sweet_berry_bush - This reverts default behavior to before 2.3.8
- Support FancyHolograms for damage holograms
- Must be enabled in config with
hooks.FancyHolograms.enabled
- Must be enabled in config with
- Add menu item and template variants
- Variants are a more powerful version of contexts that can show different items for a single template/item based on properties and context filters
- Variants are defined with a
variantslist of mappings on an item or template - Each variant can have the following filtering keys that match an item to a variant:
- A single
contextor list ofcontextsto filter for templates (if a list, any context can be matched) - A
propertiesmapping with a set of key-value properties to filter for (if multiple, all properties must be matched)
- A single
- A variant can have the following keys that define the actual item appearance for a given variant:
- Any keys that define a base item, such as
material,key, and meta keys likeenchantments - A
posorgroupandorder - A
display_nameandlore
- Any keys that define a base item, such as
- Allow duplicate of the same template context items using
poslist
Changes
- Make backup loading and saving async
- Backups load much faster by loading users in parallel
- Remove delayed attribute updates for non-Folia servers introduced in 2.3.8 to fix issues
- Fishing command loot now overrides vanilla item loot, instead of both being given
Bug Fixes
- Fix SQL migration error on older MySQL versions
- Fix SQL key too long using prefix index for modifiers table
- Fix NPE with Nexo when breaking custom blocks
- Fix damage_reduction trait not disabling correctly
- Fix error removing Fleeting on server shutdown
- Fix loot tables giving XP without skill permission
- Fix level up title not working on newer versions
Information
| Published on | December 2, 2025 |
|---|---|
| Downloads | 214 |
Platforms
Paper (1.20-1.21.10)