- Added continuous prestige settings for infinite prestige in which you can add an action to be performed every time a player reaches X prestige.
- Added constant prestige settings for infinite prestige in which you can change the display for a range of prestiges.
Newest config file for infinite prestige:
Code (YAML):
# Enable the this configuration file by turning off the server and changing the option 'infinite-prestige' from false to true inside config.yml.
# placeholders:
# {number} = prestige number
# {rankcost} = current rank cost
# %player% = player name
Global-Settings:
display
:
"&8[&9P{number}&8]"
cost-expression
:
"{number} * 100000"
commands
:
-
"eco give %player% 500"
broadcast
:
[
]
final-prestige
: 1000000
# Execute at that specific prestige number.
Prestiges-Settings
:
# ~Possible actions~
# executecmds:
# - "command %player%"
# broadcast:
# - "&6a broadcast message line."
# - "&e%player% &7just prestiged."
500:
executecmds
:
[
]
# Execute every X prestige.
# Actions that will be performed every time the player passes X amount of prestiges.
# So if a player passes 500/1000/1500/etc.... prestiges, this message will be broadcasted.
# Accepts: executecmds, broadcast.
Continuous-Prestiges-Settings:
500:
broadcast
:
-
"&6%player% has passed &a500 &6prestiges."
# Edit at X prestige.
# Permanent changes to prestige settings. Below, what will happen is, that prestiges numbered from 500 till 999 will have their
# display changed. Then, it will also get changed again when the player reaches prestige 1000.
Constant-Prestiges-Settings:
500:
display
:
"&8[&bP{number}&8]"
to
: 1000
1000:
display
:
"&8[&cP{number}&8]"
to
: 2000
>> From Dev Builds
- Significantly improved performance of prestige max for infinite prestige.
- Added a command named "/prx scan" to fix errors in your config files automatically.
- Fixed leaderboard not showing players in the correct order for infinite prestige.
- Fixed creating ranks/prestiges/rebirths or editing their displays ingame doesn't show hex color codes without reloading the plugin.
- Fixed /autorankup and /autoprestige cannot be disabled after using /prx reload
- Fixed global commands and broadcast of prestigemax are not being executed when you prestige.
- Switching to infinite prestige is now possible while the server is online.