New Features: - Added PlaceholderAPI support:
- %aureliumskills_power% - Gets the combined level of all of a player's skills
- %aureliumskills_<skillName>% - Gets the skill level for a player
- %aureliumskills_<skillName>_roman% - Gets skill level as roman numerals
- %aureliumskills_<statName>% - Gets the stat level for a player
- %aureliumskills_hp% - Gets current hp with scaling as an integer
- %aureliumskills_hp_1% - Gets current hp with scaling to 1 decimal place
- %aureliumskills_hp_2% - Gets current hp with scaling to 2 decimal places
- %aureliumskills_mana% - Gets current mana
- No ecloud expansion needed, loaded with the plugin automatically
- Added /sk skill reset <player> [skill] - Resets the skill level for all skills or a specific skill
- Added /sk skill setall <player> <level> - Sets all skills to a level
- Added mana regen mechanics
- manaRegened = Stat.REGENERATION * "regeneration.mana-modifier"
- Mana regens once per second
- Fully asynchronous
- Shouldn't really be noticeable because player joins at max mana, and there is no way to lose mana yet
- Added defense.max and defense.min options
Changes: - "regeneration.custom-regen-mechanics" is now false by default
- Player now joins with max mana if their mana isn't saved (Right after server restart)
- Nerfed default per level values for metal detector and lucky spades abilities
Bug Fixes: - Fixed incorrect toughness damage reduction info in the stats menu
- Fixed incorrect wisdom xp boost info in the stats menu
- Fixed certain crops not giving farming xp on higher versions
- Fixed exploit with pistons that allowed repeated xp gain from the same block
- Fixed certain messages not formatted correctly in config