File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ v0.2.0
2+ - Added new config options.
3+ - enableLevelChatMsgs ( default: false): Enables level up chat messages.
4+ - enableXPChatMsgs ( default: true): Enables XP gain chat messages.
5+ - enableLevelAndXPTitles ( default: true): Enables level up and XP gain title messages.
6+ - enableSimplePartyXPShareCompat ( default: true): Enables compatibility with the Simple Party mod to share XP in parties.
7+ - Added optional support for the Simple Party XP Share mod to share XP between party members.
8+ - Added a fallback if the MultipleHUD mod is not installed, with a warning message and log to install it if want UI to work correctly with other mods.
9+
110v0.1.2
211- Fixed a bug where the default.yml would have the wrong comment link for H2
312- Fixed a bug where /removexp would ADD XP instead of removing it. Whoops.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ mod_logo = icon.png
2222mod_url = https://modtale.net/mod/levelingcore-a4c07062-0b3b-409d-be88-723d62a2f672
2323mod_issues = https://github.com/AzureDoom/LevelingCore/issues
2424mod_sources = https://github.com/AzureDoom/LevelingCore
25- version = 0.1.2
25+ version = 0.2.0
2626includes_pack = true
2727patchline = release
2828load_user_mods = false
Original file line number Diff line number Diff line change 11{
22 "Group" : " levelingcore" ,
33 "Name" : " LevelingCore" ,
4- "Version" : " 0.1.2 " ,
4+ "Version" : " 0.2.0 " ,
55 "Description" : " A modern, flexible leveling system for Hytale!" ,
66 "Authors" : [
77 {
You can’t perform that action at this time.
0 commit comments