Guest User

Untitled

a guest
Jul 13th, 2025
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. # prestiges.yml
  2. I:
  3. display-name: "&bPrestige I"
  4. next-prestige: II
  5. vault-cost: 500000
  6. multiplier: 1.1
  7. custom-costs:
  8. gems: 50
  9. messages:
  10. - ""
  11. - "&c➖ $%vault-cost%"
  12. - "&c➖ 50 &dGems"
  13. - "&7➠ &fYou are now %display-name%&f."
  14. - ""
  15. insufficient-funds:
  16. - ""
  17. - "&7➠ &fYou can't afford to prestige."
  18. - "&7• &fPrice: &a$%vault-cost%"
  19. - ""
  20. commands:
  21. - "lp user %player% parent set I"
  22. - "eco set %player% 0"
  23. II:
  24. display-name: "&bPrestige II"
  25. next-prestige: III
  26. vault-cost: 1000000
  27. multipliers:
  28. vault: 1.2
  29. gems: 1.1
  30. custom-costs:
  31. gems: 100
  32. messages:
  33. - ""
  34. - "&c➖ $%vault-cost%"
  35. - "&c➖ 100 &dGems"
  36. - "&7➠ &fYou are now %display-name%&f."
  37. - ""
  38. insufficient-funds:
  39. - ""
  40. - "&7➠ &fYou can't afford to prestige."
  41. - "&7• &fPrice: &a$%vault-cost% &f+ 100 &dGems"
  42. - ""
  43. commands:
  44. - "lp user %player% parent set I"
  45. - "eco set %player% 0"
  46. III:
  47. display-name: "&bPrestige III"
  48. next-prestige: IV
  49. vault-cost: 2500000
  50. multipliers:
  51. vault: 1.4
  52. gems: 1.2
  53. crystals: 1.1
  54. custom-costs:
  55. gems: 250
  56. messages:
  57. - ""
  58. - "&c➖ $%vault-cost%"
  59. - "&c➖ 250 &dGems"
  60. - "&7➠ &fYou are now %display-name%&f."
  61. - ""
  62. insufficient-funds:
  63. - ""
  64. - "&7➠ &fYou can't afford to prestige."
  65. - "&7• &fPrice: &a$%vault-cost% &f+ 100 &dGems"
  66. - ""
  67. commands:
  68. - "lp user %player% parent set I"
  69. - "eco set %player% 0"
  70. IV:
  71. display-name: "&bPrestige IV"
  72. next-prestige: V
  73. vault-cost: 5000000
  74. multipliers:
  75. vault: 1.5
  76. custom-costs:
  77. gems: 350
  78. messages:
  79. - ""
  80. - "&c➖ $%vault-cost%"
  81. - "&c➖ 350 &dGems"
  82. - "&7➠ &fYou are now %display-name%&f."
  83. - ""
  84. insufficient-funds:
  85. - ""
  86. - "&7➠ &fYou can't afford to prestige."
  87. - "&7• &fPrice: &a$%vault-cost% &f+ 100 &dGems"
  88. - ""
  89. commands:
  90. - "lp user %player% parent set I"
  91. - "eco set %player% 0"
  92. V:
  93. display-name: "&6Prestige V"
  94. last-prestige: true
  95. vault-cost: 10000000
  96. multipliers:
  97. vault: 1.75
  98. gems: 1.3
  99. crystals: 1.2
  100. custom-costs:
  101. gems: 500
  102. messages:
  103. - ""
  104. - "&c➖ $%vault-cost%"
  105. - "&c➖ 500 &dGems"
  106. - "&7➠ &fYou are now %display-name%&f."
  107. - ""
  108. insufficient-funds:
  109. - ""
  110. - "&7➠ &fYou can't afford to prestige."
  111. - "&7• &fPrice: &a$%vault-cost% &f+ 500 &dGems"
  112. - ""
  113. commands:
  114. - "lp user %player% parent set I"
  115. - "eco set %player% 0"
Advertisement
Add Comment
Please, Sign In to add comment