Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Welcome to configuring PrisonRankup, I will be here to guide you through this config setup
- # First let me introduce myself, I am Mazen. I consider myself an expert in configuring Plugins and YAML configs and the average Java Developer.
- # First thing I want you to do is to set the prefix (What comes before the message) for the plugin to use. Keep the speech marks please to avoid errors.
- Prefix: '&8[&cPrison&8]'
- #Do not touch this!
- version: 2.0
- # Next thing I want you to do is set the message you want it to be when somebody ranks up. Keep the speech marks here as well.
- # The %player% will be replaced with the players name, and the %rank% will be replaced with the rank they ranked up to.
- Rankup BC Message: '&e%player% &ahas ranked up to &6%rank%'
- # Now, the most important part of this plugin is the rankup ladder
- groups:
- #Heres an example of the format of how it should be:
- # rank name:price
- #DO NOT REMOVE THE # FROM THE ABOVE!
- - A:0
- - B:1000
- - C:2000
- - D:5000
- - E:7500
- - F:10000
- - G:50000
- - H:100000
- - I:300000
- - J:1000000
- - K:5000000
- - L:10000000
- - M:50000000
- - N:100000000
- - O:300000000
- - P:1000000000
- - Q:10000000000
- - R:50000000000
- - S:100000000000
- - T:150000000000
- - U:200000000000
- - V:250000000000
- - W:300000000000
- - X:500000000000
- - Y:700000000000
- - Z:1000000000000
- #Here, I will be asking you to put the first rank on the ladder in this example A
- First Rank: 'A'
- # As well as the last rank to assure that we can message the player that he is at the end of the ladder
- Last Rank: 'Z'
- # This message is the message we will send to the player if he is the highest rank.
- Highest Rank MSG: '&6 You are already the highest rank!'
- # This next one is if you want to use a timed requirement for your rankup system, set it to true if yes. Default is false;
- Timed Requirement: false
- # Now we're if you set it to true you will have to set a certain time (in seconds) that you want to be done for the rank requirement
- Time Interval: 0.0
- # Here you will write what the time is based on, seconds, minutes or hours. Spelling does matter!
- Time type: Seconds
- # If you want, I added an option where you can choose if you want to make it so that the interval is added to every Rankup Sequence
- Interval on all ranks: false
- # Now you're almost there! Theres just one last part, If you're switching from Rankup and/or majority of Rankup plugins set this to true. If not, set it to false.
- # What this does is check if the player has a rank that is listed in groups (Every minute) and if so, makes a profile with that rank.
- Transfer ranks to profile: true
- # Set the next item to false if you do not want to use the updater
- update: true
- # Set this to true if you wish to enable debug mode
- debug: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement