Advertisement
Guest User

PrisonRankup Config

a guest
Jan 23rd, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. # Welcome to configuring PrisonRankup, I will be here to guide you through this config setup
  2. # First let me introduce myself, I am Mazen. I consider myself an expert in configuring Plugins and YAML configs and the average Java Developer.
  3. # 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.
  4. Prefix: '&a[&bChomp&6-&bRankup&a]'
  5. # 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.
  6. # The %player% will be replaced with the players name, and the %rank% will be replaced with the rank they ranked up to.
  7. Rankup BC Message: '&3%player% &6has ranked up to &3%rank%'
  8. # Now, the most important part of this plugin is the rankup ladder
  9. groups:
  10. Default
  11. B
  12. C
  13. D
  14. E
  15. F
  16. G
  17. H
  18. Free
  19. #Heres an example of the format of how it should be:
  20. # rank name: price
  21. #DO NOT REMOVE THE # FROM THE ABOVE!
  22. Default: 0
  23. B: 25000
  24. C: 50000
  25. D: 75000
  26. E: 125000
  27. F: 175000
  28. G: 225000
  29. H: 250000
  30. Free: 500000
  31. #Here, I will be asking you to put the first rank on the ladder in this example A
  32. First Rank: 'Default'
  33. # As well as the last rank to assure that we can message the player that he is at the end of the ladder
  34. Last Rank: 'Free'
  35. # This message is the message we will send to the player if he is the highest rank.
  36. Highest Rank MSG: '&6 You are already the highest rank! You can not rankup anymore!'
  37. # 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.
  38. # 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.
  39. Transfer ranks to profile: false
  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