boogvampire

PrisonRank Config

Jul 10th, 2014
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 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[&bMadDog&6-&bRankup&a]'
  5. #Do not touch this!
  6. version: 2.0
  7. # 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.
  8. # The %player% will be replaced with the players name, and the %rank% will be replaced with the rank they ranked up to.
  9. Rankup BC Message: '&3%player% &6has ranked up to &3%rank%'
  10. # Now, the most important part of this plugin is the rankup ladder
  11. groups:
  12. #Heres an example of the format of how it should be:
  13. # rank name:price
  14. #DO NOT REMOVE THE # FROM THE ABOVE!
  15. - Scum:0
  16. - Low-Life:1000
  17. - Pedestrian:2000
  18. - Middle-Class:5000
  19. - Upper-Class:10000
  20. - Rich:20000
  21. - Filthy_Rich:50000
  22. - Millionaire:100000
  23. - Multimillionaire:200000
  24. - Billionaire:500000
  25. - MultiBillionaire:800000
  26. - Cloud9:9000000
  27. - God:1000000
  28. - Steven:2500000
  29. - Bruce_Wayne:5000000
  30. - Scrooge_McDuck:10000000
  31. #Here, I will be asking you to put the first rank on the ladder in this example A
  32. First Rank: 'Scum'
  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: 'Scrooge_McDuck'
  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!'
  37. # 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;
  38. Timed Requirement: false
  39. # 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
  40. Time Interval: 0.0
  41. # Here you will write what the time is based on, seconds, minutes or hours. Spelling does matter!
  42. Time type: Seconds
  43. # 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
  44. Interval on all ranks: false
  45. # 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.
  46. # 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.
  47. Transfer ranks to profile: false
  48. # Set the next item to false if you do not want to use the updater
  49. update: true
  50. # Set this to true if you wish to enable debug mode
  51. debug: false
  52. # This is the format of the ranks which will appear when a player does /ranks
  53. #Variables are: %price%, %rank%
  54. ranks-format: '&5[&3%rank%&5]&6: %price%'
  55. # Here, is the message the player will recieve when he doesn't have enough money to rankup
  56. #Varaibles are the same as the ones shown above
  57. not-enough-money: '&6You need &2$%price% &6 to rankup to &2%rank%'
Advertisement
Add Comment
Please, Sign In to add comment