Extra Information
Find some extra useful information on this config on this page.
Last updated
Find some extra useful information on this config on this page.
Last updated
Prestige data is kept in LifestealCore, so when you reset that data, user prestiges will reset too.
By default, players can have a maximum of 50 hearts once they reach the maxiumum prestige, which costs 10 hearts to prestige, and gain one heart each time. This can be changed using the info below if you wish.
Please note: These values only apply to the default prestiges menu, not the incremental costs addon.
To change the maximum amount a player can prestige to, use FIND + REPLACE to change the phrase you can gain up to &#FF474750❤
to you can gain up to &#FF4747X❤
. Where "X" is the new amount to add.
You will also need to change the logic to stop players from being able to prestige when they reach the maximum. You will need to change the view requirement for the "prestige-reached-limit" item. This can be found around line 59, but it may have changed slightly through updates.
To change how much a prestige costs per use, use FIND + REPLACE to change the following phrases, but change the value of "10" to your desired cost.
You will also need to change the logic to allow players to only prestige when they pass the required amount. You will need to change the view requirement for the "prestige" item. This can be found around line 94, but it may have changed slightly through updates.
Then reload DeluxeMenus with /dm reload
to reload the changes in-game.
To change how many new max hearts are added when a user successfully prestiges, use FIND + REPLACE to change the phrase %math_0:0_{lifesteal_hearts}+1%
to %math_0:0_{lifesteal_hearts}+X%
. Where "X" is the new amount to add.
For example, if you want to add 3 max hearts on a prestige, change the phrase to: %math_0:0_{lifesteal_hearts}+3%
.
Then reload DeluxeMenus with /dm reload
to reload the changes in-game.