Advertisement
Guest User

Prisonrankup CONFIG

a guest
Apr 15th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. MY CONFIG FILE not edited [minus ranks]
  2.  
  3.  
  4.  
  5. # Welcome to configuring PrisonRankup, I will be here to guide you through this config setup
  6. # First let me introduce myself, I am Mazen. I consider myself an expert in configuring Plugins and YAML configs and the average Java Developer.
  7. # 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.
  8. Prefix: '&a[&bPrison&6-&bRankup&a]'
  9. # 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.
  10. # The %player% will be replaced with the players name, and the %rank% will be replaced with the rank they ranked up to.
  11. Rankup BC Message: '&3%player% &6has ranked up to &3%rank%'
  12. # Now, the most important part of this plugin is the rankup ladder
  13. groups:
  14. #Heres an example of the format of how it should be:
  15. # rank name: price
  16. #DO NOT REMOVE THE # FROM THE ABOVE!
  17. A: 0
  18. B: 20000
  19. C: 45000
  20. D: 100000
  21. #Here, I will be asking you to put the first rank on the ladder in this example A
  22. First Rank: 'A'
  23. # As well as the last rank to assure that we can message the player that he is at the end of the ladder
  24. Last Rank: 'D'
  25. # This message is the message we will send to the player if he is the highest rank.
  26. Highest Rank MSG: '&6 You are already the highest rank!'
  27. # 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;
  28. Timed Requirement: false
  29. # 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
  30. Time Interval: 0.0
  31. # Here you will write what the time is based on, seconds, minutes or hours. Spelling does matter!
  32. Time type: Seconds
  33. # 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
  34. Interval on all ranks: false
  35. # 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.
  36. # 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.
  37. Transfer ranks to profile: false
  38. # Set the next item to false if you do not want to use the updater
  39. update: true
  40. # Here you can leave it to the plugin to do everything automatically. If a player is not on the ladder he will be added to it (The first rank)
  41. # Fixrankup does not apply towards this plugin since it does not run the same way as rankup.
  42. users:
  43. # Feel free to remove this profile of iBeStrafin but that is an example of what a player profile will look like
  44. # And thats it! You don't have to do any more configuration, leave it all to the plugin now!
  45. iBeStrafin:
  46. group: A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement