
131.8K
275
2.3.9
release2 декабря 2025 г.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
2.3.8
release8 октября 2025 г.New Features
- Add 1.21.9 and 1.21.10 support
- Add Folia support
- Add
call_block_break_eventoption to Treecapitator - Add
collecttrigger for block sources- Triggers when specific blocks (beehive, beenest, cauldron) are harvested with an applicable tool (shears, bottles, or buckets)
Bug Fixes
- Fix PlaceholderAPI not being registered on startup sometimes
- Fix
spawner_multiplierfor drowned transformed from zombies
2.3.7
release30 августа 2025 г.New Features
- Add average stat placeholders
- Add average_stat, average_stat_int, and average_stat_1 placeholders for the player's average stat level
- Add options for Treecapitator and Terraform to consume durability
- The
durability_multiplieroption determines how much durability should be decreased per block broken (1 = 1 durability per block). The default is 0 (disabled). - The
max_limit_durabilitydetermines if the number of blocks broken should always be equal or less than the item's durability. The default value of false makes the ability only use themax_blocksvalue to limit blocks broken.
- The
Bug Fixes
- Fix Valor, Stamina, and item modifiers not applying in off-hand
- Fix hide_tooltip not working on items
- Fix some menu items not showing with Nexo
2.3.6
release6 августа 2025 г.New Features
- Add loot requirements to tables, pools, and loot
- The
requirementsoption can be set on the loot table, a pool, or loot entry - Requirements accept the already available Block Requirements types
- The
- The following new requirement types have been added
world,biome,region,item, andenchantment- Each type has specific keys below that must be added to define type behavior. These keys are added in the same indent level as
type. - The
worldtype requires the player to be in the specified world. Keys:world- The name of the world the player is required to be in
- The
biometype requires the player to be in the specified biome. Keys:biome- The name of the biome the player is required to be in
- The
regiontype requires the player to be in the specified WorldGuard region. Keys:region- The name of the WorldGuard region the player is required to be in
- The
itemtype requires the player to hold a specific item. Keys:item- The material name of the item the player is required to hold
- The
enchantmenttype requires the player to have a specific enchantment on their held item. Keys:enchantment- The name of the enchantment to add a requirement forlevel- The required enchantment level, either singular or a min-max (optional)- Examples of valid levels are
1and1-3
- Add new options and tags to customize Treecapitator
- Add
trunkstag to the Foraging sources file to configure which sources can activate Treecapitator - Add
treecapitator_applicabletag to the Foraging sources file to configure which sources are broken by Treecapitator - Add
max_blocksoption to block sources to set the max number of blocks Treecapitator can break for this trunk type
- Add
- Add experimental config options
- Experimental options are not included in the config by default
- Each option you want to enable must be manually added in an
experimentalsection - Add experimental option
experimental.optimize_leaderboard_updating- Whether to enable optimized fetching of user data from the SQL database for leaderboard updates. When enabled, only users updated in the database since the last leaderboard update will be fetched after the initial load.
Bug Fixes
- Fix Nexo hook
API Changes
- Add SkillsUser#sendAbiltyMessage
2.3.5
release4 июля 2025 г.Bug Fixes
- Fix item loot not stacking with normal items
- Fix Fishing sources that specify loot_pool not working
- Fix item reward amount value not working
Совместимость
Minecraft: Java Edition
1.20–1.21.101.18–1.19.41.16–1.17.11.14.4–1.15.2
Создатели
Archy-X
Владелец
Детали
Лицензия:GPL-3.0-only
Опубликован:2 года назад
Обновлён:1 неделю назад