Guest User

PrisonProfessional rankup.yml

a guest
Mar 27th, 2016
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. PrisonProfessional rankup.yml
  2.  
  3. ###################################
  4. # Rankup + Prestige Configuration #
  5. ###################################
  6. # Configure the rankup and prestige system in this file
  7. ##########
  8. # Rankup #
  9. ##########
  10. # The sound played upon ranking up
  11. rankup-sound: ANVIL_BREAK
  12. # The cooldown for using the rankup command in seconds
  13. rankup-cooldown: 2
  14. # The messages displayed upon showing all ranks
  15. rank-messages:
  16. - '&f=================&d>&bPrisonProfessional&d<&f================='
  17. - ' &d> &bA&d: &a$0'
  18. - ' &d> &bB&d: &a$100'
  19. - ' &d> &bC&d: &a$500'
  20. - ' &d> &bD&d: &a$1 &fThousand'
  21. - ' &d> &bE&d: &a$2.5 &fThousand'
  22. - ' &d> &bF&d: &a$7.5 &fThousand'
  23. - ' &d> &bG&d: &a$15 &fThousand'
  24. - ' &d> &bH&d: &a$45 &fThousand'
  25. - ' &d> &bI&d: &a$65 &fThousand'
  26. - ' &d> &bJ&d: &a$95 &fThousand'
  27. - ' &d> &bK&d: &a$135 &fThousand'
  28. - ' &d> &bL&d: &a$235 &fThousand'
  29. - ' &d> &bM&d: &a$280 &fThousand'
  30. - ' &d> &bN&d: &a$350 &fThousand'
  31. - ' &d> &bO&d: &a$425 &fThousand'
  32. - ' &d> &bP&d: &a$560 &fThousand'
  33. - ' &d> &bQ&d: &a$700 &fThousand'
  34. - ' &d> &bR&d: &a$1 &fMillion'
  35. - ' &d> &bS&d: &a$2.5 &fMillion'
  36. - ' &d> &bT&d: &a$4 &fMillion'
  37. - ' &d> &bU&d: &a$5 &fMillion'
  38. - ' &d> &bV&d: &a$8 &fMillion'
  39. - ' &d> &bW&d: &a$15 &fMillion'
  40. - ' &d> &bX&d: &a$50 &fMillion'
  41. - ' &d> &bY&d: &a$100 &fMillion'
  42. - ' &d> &bZ&d: &a$1 &fBillion'
  43. - ' &d> &bFree&d: &a$10 &fBillion'
  44. - '&f===================================================='
  45. # The messages sent when a player does not have the required balance to rankup
  46. rankup-no-money-message:
  47. - '&4You need &a$%MONEY% §4to rank up from §6%RANK% &4to &6%NEXT-RANK%'
  48. # The broadcasts that are sent when a player ranks up
  49. rankup-broadcast:
  50. - '&d%PLAYER% &fhas ranked up from &d%OLD-RANK% &fto &d%NEW-RANK%'
  51. # The messages sent to the player when they rank up
  52. rankup-messages:
  53. - '&fYou have ranked up from &d%OLD-RANK% &fto &d%NEW-RANK%'
  54. # The commands dispatched when a player ranks up
  55. rankup-commands:
  56. - 'pex user %PLAYER% group remove %OLD-RANK%'
  57. - 'pex user %PLAYER% group add %NEW-RANK%'
  58. # The ranks along with their prices
  59. ranks:
  60. A: 0
  61. B: 100
  62. C: 500
  63. D: 1000
  64. E: 2500
  65. F: 7500
  66. G: 15000
  67. H: 45000
  68. I: 65000
  69. J: 95000
  70. K: 135000
  71. L: 235000
  72. M: 280000
  73. N: 350000
  74. O: 425000
  75. P: 560000
  76. Q: 700000
  77. R: 1000000
  78. S: 2500000
  79. T: 4000000
  80. U: 5000000
  81. V: 8000000
  82. W: 15000000
  83. X: 50000000
  84. Y: 100000000
  85. Z: 1000000000
  86. Free: 10000000000
  87. ############
  88. # Prestige #
  89. ############
  90. # The sound played upon prestiging
  91. prestige-sound: LEVEL_UP
  92. # The messages sent when a player does not have the required balance to prestige
  93. prestige-no-money-message:
  94. - '&4You need &a$%MONEY% §4to prestige from §6%PRESTIGE% &4to &6%NEXT-PRESTIGE%'
  95. # The broadcasts that are sent when a player prestiges
  96. prestige-broadcast:
  97. - '&d%PLAYER% &fhas prestiged from &d%OLD-PRESTIGE% &fto &d%NEW-PRESTIGE%'
  98. # The messages sent to the player when they prestige
  99. prestige-messages:
  100. - '&fYou have prestiged from &d%OLD-PRESTIGE% &fto &d%NEW-PRESTIGE%'
  101. # The commands dispatched when a player prestiges
  102. prestige-commands:
  103. - 'pex user %PLAYER% group remove %OLD-PRESTIGE%'
  104. - 'pex user %PLAYER% group add %NEW-PRESTIGE%'
  105. - 'pex user %PLAYER% group remove Free'
  106. - 'pex user %PLAYER% group add A'
  107. # The prestiges with their prices
  108. prestiges:
  109. Prestige-I: 100000000000
  110. Prestige-II: 1000000000000
  111. Prestige-III: 10000000000000
  112. Prestige-IV: 100000000000000
  113. Prestige-V: 1000000000000000
  114. Prestige-VI: 10000000000000000
  115. Prestige-VII: 100000000000000000
  116. Prestige-VIII: 100000000000000000
  117. Prestige-IX: 1000000000000000000
  118. Prestige-X: 100000000000000000000
Add Comment
Please, Sign In to add comment