- Fixed errors getting thrown when using /prx resetprestige and /prx resetrebirth while not having an addpermission option for the first prestige or the first rebirth.
- Fixed infinite prestige Global-Settings and Prestiges-Settings commands not getting executed while prestiging using /prestigemax.
- Fixed new messages not getting added to messages.yml automatically.
- Improved handling of prestiges when ranks are disabled.
- Fixed bugs related to multiple rank paths where default path is used even when multiple rank paths are present.
- Added PlaceholderAPI support for ancient versions.
- Implemented a faster legacy UUID system for ancient versions.
- Implemented a new system for max prestige that allows for anything that is not thread safe to be executed as if it's run asynchronously, this way it will prevent possible high cpu usage.
- Added max-prestige-commands under GlobalSettings for infinite prestige:
Code (YAML):
max-prestige-commands
:
-
"eco give %player% %amount%"
which can speed up the max prestige by executing the command only once the max prestige process is done. Note: these commands also get executed with normal prestiging by replacing %amount% with
1. This is so double commands can be prevented.
- Fixed a bug where having a number with too many digits in a prestige_cost_increase_percentage causes the server to throw an error message in the console.
- Fixed max prestige message showing prestige 0 as prestige 1
- Fixed action bar message showing the wrong action bar message when /rankupmax is used
- Added support for 1.19
- Currently recoding the plugin, which means there won't be any new features added till the recode is finished.