Fixed the grinder enabler in the config.
Fixed sounds from early versions throwing a error in the console if it cant find the song, it now just skips playing the sound if it doesn't exist.
Fixed the papi placeholders from getting the wrong values in the "next_level_experience" placeholders.
Added 2 new papi placeholders
%apvplevels_experience_percent_to_next_level%
%apvplevels_experience_percent_to_next_level_trimmed%
Just shows the percentage number of the current level progress ex: 20 for 20% complete trimmed is without the double value ex 20.4 would return 20
Allowing for users to specify the starting level, Keep the starting level positive or you may/will find issues. only realistically used to choose between 0 and 1.
fixed some messages from not being able to be removed. you now can just set the message string to nothing "" and it will not send the message.
- Kill messages
- Revamped the reset command you should now be able to do..
/lvl reset -a all (THIS WILL RESET ALL STATS)
/lvl reset -a kills (THIS WILL RESET KILL FOR ALL PLAYERS)
/lvl reset player all (THIS WILL RESET ALL STATS FROM PLAYER)
/lvl reset player kills (THIS WILL RESET ALL KILLS FROM PLAYER)
This update completely replaces the old outdated data management system. Also fixes the "bungee" mode for the mysql server syncing. This is now renamed to mysql-refresh, this will update the stats every 30 seconds.
- Added a new scale type FLAT, this scale type has the same leveling up exp every level. (by request, how boring..)
- Fixed leveling not starting at the correct value.
- Fixed a few API bugs