- Improved performance of vault-group-update option in which your group gets updated to match PrisonRanksX rank.
- Added RGB color support for infinite-prestige display names (&#<hex>)
- Added the ability to put a text in the center of the chat box by adding
before the message.
- Adjusted possible memory leak when using MySQL option.
- PlaceholderAPI placeholders can now be used with commands that start with [console].
From dev-builds:
- Improved formulas that are being used by leaderboards to calculate the top players. Now, only one formula is used instead of 3 different ones for all leaderboards.
- Fixed some problems with holograms.
- Improved performance of prestigemax for infinite prestiges.
- Added a protection for when a player leaves the server while prestiging using prestigemax so it stops after he leaves.
- Added the ability to use msg: for infinite prestiges.
- Added a message for prestigemax like the one for rankupmax.
Code (YAML):
prestigemax
:
"&7&oYou have successfully prestiged from &c&o%prestige% &7&oto &c&o%nextprestige%&7&o."
- Added placeholders: %prisonranksx_prestige_number_usformat%, %prisonranksx_prestige_displayname_usformat%, %prisonranksx_prestige_number_usformat_<player>%, and %prisonranksx_usformat_<placeholderwithbrackets>% -> shows 1,000 instead of 1000
================================================= %prisonranksx_higheststage_name%, %prisonranksx_higheststage_displayname%, %prisonranksx_higheststage_name_norebirth%, and %prisonranksx_higheststage_displayname_norebirth% -> shows highest stage player is on. If he has a prestige, show a prestige. If he has a rebirth, show a rebirth or show a prestige if _norebirth placeholder is used.
- Added config options:
Code (YAML):
# True: Sends prestige message only when it's the last prestige in the prestige max process.
# Also!! If you enable this, it will boost prestigemax process by a lot. REALLY REALLY A LOT.
prestigemax-prestigemsglastprestigeonly
: true
# In case of conflict with other plugins, you could try altering the following values:
# Possible values: LOWEST, LOW, NORMAL, HIGH, HIGHEST, MONITOR.
# Chat format.
chat-event-handling-priority
: NORMAL
# Data registeration.
login-event-handling-priority
: NORMAL