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.3.0
2+ - Implemented a new xp bar UI (Thanks to kiyo for texture and suggestions!)
3+ - Implemented stats increase on level up and stat decreases on level down. (Config option to disable this if you don't like it)
4+ - Updated commands to be proper player commands with permissions. (Was op only before but not has proper permissions)
5+ - Moved XP gain chat messages to a notification system.
6+ - Fixed a bug where PVP would result in XP gain.
7+
18v0.2.0
29- Added new config options.
310 - enableLevelChatMsgs ( default: false): Enables level up chat messages.
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.2 .0
25+ version = 0.3 .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.2 .0" ,
4+ "Version" : " 0.3 .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