Skip to content

Commit 82ee23c

Browse files
committed
v0.2.0
1 parent 468d10c commit 82ee23c

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
v0.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.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mod_logo = icon.png
2222
mod_url = https://modtale.net/mod/levelingcore-a4c07062-0b3b-409d-be88-723d62a2f672
2323
mod_issues = https://github.com/AzureDoom/LevelingCore/issues
2424
mod_sources = https://github.com/AzureDoom/LevelingCore
25-
version = 0.1.2
25+
version = 0.2.0
2626
includes_pack = true
2727
patchline = release
2828
load_user_mods = false

src/main/resources/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
{

0 commit comments

Comments
 (0)