
LevelUP!
Adds a leveling mechanic via a datapack. Has very easy support for custom addons.
LevelUP! 1.4
release30 апреля 2026 г.Very big update. (IK the last one was recent I just have a lot of free time rn)
Changes
- Added
hn_levelpath_user:give_booksfunction to allow more easy access to the pack for users in creative - Added
hn_levelpath_user:max_completionfunction to allow more easy access to the pack for users in creative - Added
hn_levelpath_user:give_reset_scrollfunction to allow more easy access to the pack for users in creative - Added
hn_levelpath_user:reset_progressfunction to allow more easy access to the pack for users in creative - Added
custom_datafield to thehn_tome_datatag to give extension devs an easy to use data storage that is inherently both player and tome spesific - Added
hn_levelpath_dev:fetch_datafunction to allow extension devs to fetch custom data from tomes - Added
hn_levelpath_dev:fetch_elementfunction to allow extension devs to fetch spesific elements of custom data from tomes - Added
hn_levelpath_dev:store_datafunction to allow extension devs to store data into a tomescustom_data - Added
hn_levelpath_dev:loot_dropfunction to allow devs to easily control loot drops with nothing but tome data - Added
tome_loot_displayelement to thehn_tome_datatag to be used with the newhn_levelpath_dev:loot_dropfunction - Added
tome_loot_display_rarityelement to thehn_tome_datatag to be used with the newhn_levelpath_dev:loot_dropfunction - Added
tome_loot_display_custom_drop_messageelement to thehn_tome_datatag to be used with the newhn_levelpath_dev:loot_dropfunction - Added the
common,uncommon,rare,legendary,mythical,tome_drop,achivement,special, andcustomrarities - Added
update_functionelement to thehn_tome_datatag - Added
update_functionelement to thehn_tome_datatag to allow extension devs to control how a tome updates when versions change - Added
ignore_refund_on_update_failelement to thehn_tome_datatag to allow extension devs to control if a tome is refunded when updates make it unable to be equipeed by the player anymore - Fixed a bug where updating tomes would sometimes use previous versions functions instead of new ones
- Fixed a bug where the
ignore_refundvalue of the tome in slot 1 would determine all tome refund behavior - Added the
hn_levelpath_external:on_updatetag - Added the
hn_levelpath_external:on_loot_droptag - Changed the version number (It has been saying 1.1 in game for the last 2 updates oops)
- Updated the guide on the github to show all new options for extension creation
ScoreFixer
LevelUP!'s dependancy ScoreFixer now comes pre packaged! Still do please check out their modrinth page as that library existing has saved me an insane amount of work in making this entire project work for servers.
LevelUP! 1.4
release30 апреля 2026 г.Very big update. (IK the last one was recent I just have a lot of free time rn)
Changes
- Added
hn_levelpath_user:give_booksfunction to allow more easy access to the pack for users in creative - Added
hn_levelpath_user:max_completionfunction to allow more easy access to the pack for users in creative - Added
hn_levelpath_user:give_reset_scrollfunction to allow more easy access to the pack for users in creative - Added
hn_levelpath_user:reset_progressfunction to allow more easy access to the pack for users in creative - Added
custom_datafield to thehn_tome_datatag to give extension devs an easy to use data storage that is inherently both player and tome spesific - Added
hn_levelpath_dev:fetch_datafunction to allow extension devs to fetch custom data from tomes - Added
hn_levelpath_dev:fetch_elementfunction to allow extension devs to fetch spesific elements of custom data from tomes - Added
hn_levelpath_dev:store_datafunction to allow extension devs to store data into a tomescustom_data - Added
hn_levelpath_dev:loot_dropfunction to allow devs to easily control loot drops with nothing but tome data - Added
tome_loot_displayelement to thehn_tome_datatag to be used with the newhn_levelpath_dev:loot_dropfunction - Added
tome_loot_display_rarityelement to thehn_tome_datatag to be used with the newhn_levelpath_dev:loot_dropfunction - Added
tome_loot_display_custom_drop_messageelement to thehn_tome_datatag to be used with the newhn_levelpath_dev:loot_dropfunction - Added the
common,uncommon,rare,legendary,mythical,tome_drop,achivement,special, andcustomrarities - Added
update_functionelement to thehn_tome_datatag - Added
update_functionelement to thehn_tome_datatag to allow extension devs to control how a tome updates when versions change - Added
ignore_refund_on_update_failelement to thehn_tome_datatag to allow extension devs to control if a tome is refunded when updates make it unable to be equipeed by the player anymore - Fixed a bug where updating tomes would sometimes use previous versions functions instead of new ones
- Fixed a bug where the
ignore_refundvalue of the tome in slot 1 would determine all tome refund behavior - Added the
hn_levelpath_external:on_updatetag - Added the
hn_levelpath_external:on_loot_droptag - Changed the version number (It has been saying 1.1 in game for the last 2 updates oops)
- Updated the guide on the github to show all new options for extension creation
ScoreFixer
LevelUP!'s dependancy ScoreFixer now comes pre packaged! Still do please check out their modrinth page as that library existing has saved me an insane amount of work in making this entire project work for servers.
LevelUP! 1.3
release29 апреля 2026 г.Wow an actual update and not just a single bug fix! The pack is in a much more stable state now and should be more fun to both use and make extensions for.
Changes
- Fixed a bug where your KP would permanently lower when removing skill tomes
- Added
incompatible_idsarray tohn_tome_data - Added
required_idsarray tohn_tome_data - Added
ignore_refundboolhn_tome_data - Added The ability for extensions to easily override the default actionbar HUD
- Tomes now update automatically update to match their
tome_loot_tablethis happens the first time the player joins after any time datapacks are reloaded (Server restarts and/reload) - Made it so that when equipping tomes new tome data is fetched from the loot table and not the item itself
- Stopped the pack from overloading ScoreFixer's data storage
- Various minor bug fixes For further explanation on tome changes check the github
LevelUP! 1.2
release25 апреля 2026 г.- Fixed a bug where certian crucible buffs would not apply untill a certian threshhold was hit
LevelUP! 1.1
release24 апреля 2026 г.- Fixed bug were skill tomes in slot 4 would not trigger their take_damage_function unless unrelated data was present
