Skip to content

Commit 2cfe256

Browse files
committed
v0.3.0
1 parent d2b5f72 commit 2cfe256

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
v0.2.0
29
- Added new config options.
310
- enableLevelChatMsgs ( default: false): Enables level up chat messages.

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.2.0
25+
version = 0.3.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.2.0",
4+
"Version": "0.3.0",
55
"Description": " A modern, flexible leveling system for Hytale!",
66
"Authors": [
77
{

0 commit comments

Comments
 (0)