Bug Fixes:
- Fixed negative EXP to Next Level display when config had maximum level set
- Added code to remove all FreeRPG NBT tags from an ability item when the ability ends. This is should prevent items being stuck in the player's inventory.
- Special perks/abilities will no longer do damage to unbreakable items
- Fixed issue where player stats would constantly be refunded on login if the player's experience was higher than the set the max level's corresponding experience.
Languages:
- German Translation Updated (Translated by KlenerTeufel96 of FruitLab.gg)
New Features:
- config.yml now contains "earnExperiencePastMaxLevel" which dictates whether the plugin continues to count player EXP past the maximum level set in config. This is purely for display purposes, unless the level restriction is later removed, then the stats will be updated accordingly
- When earnExperiencePastMaxLevel is true, players will see a "virtual experience bar" in place of the normal experience bar. This counts what level they would be, but does not actually level the player up.
Other:
- Cleaned up skill Classes by adding more to parent class Skill.java