Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. ############################
  2. ## FadeRankup ##
  3. ############################
  4.  
  5. # Show potion effects when a player ranks up
  6. Enable-Effects: true
  7.  
  8. Rankups:
  9. A:
  10. Cost: 0
  11. Group: A
  12. B:
  13. Cost: 25000
  14. Group: B
  15. C:
  16. Cost: 100000
  17. Group: C
  18. D:
  19. Cost: 500000
  20. Group: D
  21. E:
  22. Cost: 5000000
  23. Group: E
  24. F:
  25. Cost: 10000000
  26. Group: F
  27. G:
  28. Cost: 25000000
  29. Group: G
  30. H:
  31. Cost: 50000000
  32. Group: H
  33. I:
  34. Cost: 100000000
  35. Group: I
  36. J:
  37. Cost: 150000000
  38. Group: J
  39. K:
  40. Cost: 250000000
  41. Group: K
  42. L:
  43. Cost: 500000000
  44. Group: L
  45. M:
  46. Cost: 1000000000
  47. Group: M
  48. N:
  49. Cost: 2500000000
  50. Group: N
  51. O:
  52. Cost: 5000000000
  53. Group: O
  54. P:
  55. Cost: 7500000000
  56. Group: P
  57. Q:
  58. Cost: 10000000000
  59. Group: Q
  60. R:
  61. Cost: 15000000000
  62. Group: R
  63. S:
  64. Cost: 20000000000
  65. Group: S
  66. T:
  67. Cost: 35000000000
  68. Group: T
  69. U:
  70. Cost: 50000000000
  71. Group: U
  72. V:
  73. Cost: 75000000000
  74. Group: V
  75. W:
  76. Cost: 100000000000
  77. Group: W
  78. X:
  79. Cost: 150000000000
  80. Group: X
  81. Y:
  82. Cost: 250000000000
  83. Group: Y
  84. Z:
  85. Cost: 500000000000
  86. Group: Z
  87. FREE:
  88. Cost: 1000000000000
  89. Group: FREE
  90. FREE+:
  91. Cost: 5000000000000
  92. Group: FREE+
  93. Prestige: 'Prestige X'
  94.  
  95. Prestiges:
  96. Prestige I:
  97. Tag: '&8[&bI&8] '
  98. Prestige II:
  99. Tag: '&8[&bII&8] '
  100. Prestige III:
  101. Tag: '&8[&bIII&8] '
  102. Prestige IV:
  103. Tag: '&8[&bIV&8] '
  104. Prestige V:
  105. Tag: '&8[&bV&8] '
  106. Prestige VI:
  107. Tag: '&8[&bVI&8] '
  108. Prestige VII:
  109. Tag: '&8[&bVII&8] '
  110. Prestige VIII:
  111. Tag: '&8[&bVIII&8] '
  112. Prestige IX:
  113. Tag: '&8[&bIX&8] '
  114. Prestige X:
  115. Tag: '&8[&bX&8] '
  116.  
  117. # Message broadcast when someone prestiges, set to 'none' to disable
  118. Prestige-Broadcast: '&8[&bFadeRankup&8] &b%player% &7prestiged to &b%prestige%&7!'
  119. Enable-Debug: true
  120.  
  121. Messages:
  122. # These variables can be used in any message: %rank% %balance% %nextrank%
  123. # There are others that are 'per-message'
  124. Prefix: '&8[&bFadeRankup&8] '
  125. No-Permission: "&cYou don't have permission for this command"
  126. Cant-Rankup: "&7You can't rankup from &b%rank%&7!"
  127. No-Money: "&7You need &b$%moneyneeded% &7more to rankup to &b%nextrank%&7!"
  128. Max-Rank: "&7You're at the max rank! Try using &b/prestige"
  129. Rankup: "&7You ranked up from &b%rankfrom% &7to &b%rank%&7!"
  130. Need-Prestige: "&7The rank &b%nextrank% &7requires at least &b%prestige%&7! Try using &b/prestige"
  131. Max-Prestige: "&7You're at the max prestige!"
  132. No-Prestige-Rank: "&7Your rank isn't high enough to prestige yet!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement