Simple Prestiges

This page walks you through setting up the Simple Prestiges config on your server host.

Video Tutorial

If you'd rather watch a YouTube video for details on how to set up this config, you can do so using the video below. Otherwise, continue reading this page.

1. Extract & Find the Folder

Extract the downloaded .zip file and locate the folder named "Configuration Files"

2. Installing Dependencies

Download DeluxeMenus, LifestealCore & PlaceholderAPI. Copy the jar files into your plugin folder.

3. Installing the config

If you have installed DeluxeMenus for the first time, drag the contents of the DeluxeMenus folder into the /plugins folder of your server. You can then restart your server and move on to the next step.

If you already have DeluxeMenus running other GUIs on your server, you will need to copy the menu separately.

Open /plugins/DeluxeMenus/gui_menus in the Simple Prestiges resource folder and copy the YML file. Upload this to the /plugins/DeluxeMenus/gui_menus folder in your server host.

Navigate to /plugins/DeluxeMenus/config.yml in your server host. Open the file and add the following to the bottom of the file:

  prestige:
    file: prestige.yml

You can now reload DeluxeMenus with /dm reload and continue.

4. Final Setup

Make sure you have downloaded the Player expansion with the command: /papi ecloud download Player

Once you have run this command, reload PlaceholderAPI with /papi reload.

The config is built to work with LifestealCore. If your server uses a different plugin (assuming you can set a user's maximum hearts), you'll have to change the commands in the file (but this can be done quickly with FIND and REPLACE).

You are now finished with the setup of the config. If you would like to know some extra useful information on it, read more.

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