- Added 1.17 support.
- Recoded MySQL leaderboard system.
- Added experimental infinite prestige system.
* Enable it in your config file
Code (YAML):
Options
:
...
...
infinite-prestige
: true
* You must set ResetRank under PrestigeOptions section to false [temporal limitation]
Code (YAML):
PrestigeOptions:
ResetRank
: false
* Formatted prestiges list gui or not is not supported. Therefore, it will send a custom list instead [temporal limitation].
* rankupmax-with-prestige won't work, so disable it. [temporal limitation]
* prestigemax uses the same system that normal prestiging uses. This is also temporary. It should be instant.
- MVdWPlaceholderAPI support has been refactored.
- Changed default rank gui list format to look like the one in the pictures.
- Added placeholders for PlaceholderAPI:
%prisonranksx_canprestige% = checks whether the player can prestige or not.
%prisonranksx_canrebirth% = same as above, but for rebirth.
%prisonranksx_rank_percentage_<rankname>% = shows the percentage you have till you reach a certain rank instead of just showing for the next rank.
%prisonranksx_rank_percentage_decimal_<rankname>% = same as above, but decimal (0.00) format.
%prisonranksx_rank_percentage_nolimit_<rankname>% = allow it to go beyond 100 percent.
%prisonranksx_rank_percentage_decimal_nolimit_<rankname>% = same as above, but in decimals.
%prisonranksx_rank_progress_<rankname>% = shows your progress for a certain rank.
%prisonranksx_rank_progress_double_<rankname>% = same as above, but with twice the amount of characters.