Advertisement
Guest User

untitled

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