[API] AsyncAutoPrestigeEvent | called everytime you prestige using /autoprestige
[API] AsyncAutoRankupEvent | called everytime you rankup using /autorankup
[API] AsyncPrestigeMaxEvent | called when prestigemax process ends
[API] AsyncRankupMaxEvent | called when rankupmax process ends
[API] AsyncRankRegisterEvent | called when a new player joins the server
[API] PrePrestigeMaxEvent | called before the prestigemax process starts
OPTIMIZED:
Vault group updates
Formatted balance parsing
Player data loading & saving
Recoded & Lowered Leaderboard memory usage
Save on leave option [enable to lower the memory usage]
Actionbar animations
Rankup/Prestige/Rebirth fireworks
Chat placeholders parsing
Messages loading
Text-based paginated rank/prestige/rebirth list
Everything related to prestiges
FIXED:
[Maybe] Being able to take items from gui lists
Auto rankup & auto prestige doesn't stop when a player leaves the server
Some permissions are ignored when using /rankupmax due to the process being fast
Sometimes Prestige text-list crashes the server when you have over 9000 prestiges
Luckperms not updating player groups
Heads cannot be used on main gui options
OTHER:
Confirmed support for 1.16.2
[API] Removed the X at the beginning from all events
[API] Renamed events: XRankupMaxEvent -> AsyncRankupMaxEvent, XAutoRankupEvent -> AsyncAutoRankupEvent. and now they are called asynchronously
"/prx help" theme will change when there is a holiday like Halloween.
Also enabling allow-easter-eggs on config.yml will show something upon rankup or prestige related to that holiday. like snow particles when it's christmas
In case you don't have prestigemax section on your commands.yml:
Code (YAML):
prestigemax:
enable: true
description: "prestige to the latest prestige you can reach" permission: "prisonranksx.prestigemax" permission-message: "&cYou don't have permission to execute this command." usage: "/<command>" aliases: [pmax, maxprestige, maxp, maxpres, presmax
]