Atomatrix Documentation
Atomatrix StoreDiscord Server
Atomatrix Documentation
Atomatrix Documentation
  • Welcome
  • Server Setups
    • Lifesteal Setup
      • Installation
      • Extra Information
    • Survival Setup
      • Installation
      • Extra Information
    • Skyblock Setup
      • Installation
      • Extra Information
    • Oneblock Setup
      • Installation
      • Extra Information
    • Factions Setup
      • Installation
      • Extra Information
    • Free for All Setup
      • Installation
      • Extra Information
    • BoxPvP Setup
      • Installation
      • Extra Information
    • Easy Hub Setup
      • Installation
      • Extra Information
  • Configurations
    • Playtime Levels
      • Installation
      • Extra Information
    • Coin Shop
      • Installation
      • Extra Information
    • Vote Ranks
      • Installation
      • Extra Information
    • Referral Rewards
      • Installation
      • Extra Information
    • Simple Prestiges
      • Installation
      • Extra Information
    • Easy Quests
      • Installation
      • Extra Information
    • Music Shop
      • Installation
      • Extra Information
  • Miscellaneous
    • EULA Compliance
    • Installing an Anti-Cheat
    • Suggested Hosts
    • Resource Versions
    • Crediting Originals
Powered by GitBook
On this page
  • Resetting Prestiges
  • Changing Values
  • 1. Maximum Prestige (Default: 50)
  • 2. Prestige Cost (Default: 10)
  • 3. Additional Heart Given (Default: 1)

Was this helpful?

  1. Configurations
  2. Simple Prestiges

Extra Information

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

Last updated 11 months ago

Was this helpful?

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.

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.

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.