Skip to content

Commit 4b86c2a

Browse files
committed
v0.9.2
1 parent 4652f1a commit 4b86c2a

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
v0.9.2
2+
3+
***WARNING: THIS VERSION CHANGES THE CONFIG LOCATION PLEASE BACK UP YOUR OLD CONFIG BEFORE UPDATING***
4+
5+
- Fixed available ability points in the level-up message being the total number of points a player has not the number of points they can use.
6+
- Added support for the Update Checker mod.
7+
- Removed Simply Party XP Share compatibility, mod is no longer updated, it seems, and is not allowing mod distribution via CF.
8+
- Fixed missing interaction JSON for SkillPointResetInteraction.
9+
- Fixed an incorrect link in the manifest for the plugin along with a few other small changes there.
10+
- Made MultipleHUD dependency optional, but with annoying messages if it is not installed.
11+
- Fixed /showstats command not working for non-op players.
12+
- Removed unused config options.
13+
- Fixed nameplates not removing levels whenever the config is changed to disable levels on mobs or players.
14+
- Fixed xp gain from running if xp is 0 or less.
15+
- Added new config options for PartyPro and Party plugin compatibility.
16+
- Added a config option to split XP between party members with a configurable percentage.
17+
- Added a config option to if the player member who gained XP should be given the full instead of the split XP.
18+
- Added a config option to enable a configurable distance check to prevent XP gain from party members that are too far away.
19+
- **Moved all data to com.azuredoom_levelingcore folder in the mods folder.**
20+
- **Old data will be need to be manually migrated. Sorry!**
21+
- Fixed some more errors related to wrong threads.
22+
- Added a config option for mob level multiplier.
23+
- Controls how strongly a mob’s level scales the amount of XP it rewards.
24+
125
v0.9.1
226
- Removed the playername from the /showstats command completely.
327
- Mob leveling is no longer applied to mobs with health <= 0, fully fixes death animation bug.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mod_logo = icon.png
2525
mod_url = https://modtale.net/mod/levelingcore
2626
mod_issues = https://github.com/AzureDoom/LevelingCore/issues
2727
mod_sources = https://github.com/AzureDoom/LevelingCore
28-
version = 0.9.1
28+
version = 0.9.2
2929
includes_pack = true
3030
disabled_by_default = false
3131
patchline = release

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": "com.azuredoom",
33
"Name": "levelingcore",
4-
"Version": "0.9.1",
4+
"Version": "0.9.2",
55
"Description": "A modern, flexible leveling system for Hytale",
66
"Authors": [
77
{

0 commit comments

Comments
 (0)