Extra Information

Find some extra useful information on this config on this page.

Resetting Prestiges

Prestige data is kept in LifestealCore, so when you reset that data, user prestiges will reset too.

Changing Values

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.

1. Maximum Prestige (Default: 50)

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.

2. Prestige Cost (Default: 10)

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.

lsc remove %player_name% 10 -s
&c| &f10x Hearts
&8&l[&a&l!&8&l] &c-10 Hearts
&fcost &#FF474710❤
You need more than &f10 Hearts

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.

3. Additional Heart Given (Default: 1)

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.

Last updated