
Aquatic PvP Leveling 1.1.11
An in-depth PvP leveling system, give your playerbase a reason to fight!
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.
Placeholder API updates.
- Fixed the leaderboard placeholders needing the player object.
Fixed streak_rank placeholder returning value, instead of rank.
as per title :) Updating Data System + adjustments to the required API version
- 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)
Just some more data system updates, nothing changed feature wise.
This update just adds a few more back-end changes to the datasystem
- Should Fix some issues related to "Database File Is Locked"
Many things changed in this update, Will write up a full update list in the next update, this is just to push a fix out sooner!
This update should fix the onDeath issues from the particle system
Super simple fix, particle lib just needed to be bumped with latest version.
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.
Please report any issues on the discord!
- 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