Guest User

Untitled

a guest
Jul 13th, 2025
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.66 KB | None | 0 0
  1. # rankups.yml
  2. a:
  3. required-group: "a"
  4. next-group: "b"
  5. vault-cost: 5000
  6. custom-costs: {}
  7. messages:
  8. - ""
  9. - "&c➖ $%vault-cost%"
  10. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  11. - ""
  12. insufficient-funds:
  13. - ""
  14. - "&7➠ &fYou can't afford to rankup."
  15. - "&7• &fPrice: &a$%vault-cost%"
  16. - ""
  17.  
  18. b:
  19. required-group: "b"
  20. next-group: "c"
  21. vault-cost: 5000
  22. custom-costs:
  23. gems: 5
  24. messages:
  25. - ""
  26. - "&c➖ $%vault-cost%"
  27. - "&c➖ 5 &dGems"
  28. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  29. - ""
  30. insufficient-funds:
  31. - ""
  32. - "&7➠ &fYou can't afford to rankup."
  33. - "&7• &fPrice: &a$%vault-cost% &f+ 5 &dGems"
  34. - ""
  35.  
  36. c:
  37. required-group: "c"
  38. next-group: "d"
  39. vault-cost: 15000
  40. custom-costs:
  41. gems: 6
  42. messages:
  43. - ""
  44. - "&c➖ $%vault-cost%"
  45. - "&c➖ 6 &dGems"
  46. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  47. - ""
  48. insufficient-funds:
  49. - ""
  50. - "&7➠ &fYou can't afford to rankup."
  51. - "&7• &fPrice: &a$%vault-cost% &f+ 6 &dGems"
  52. - ""
  53.  
  54. d:
  55. required-group: "d"
  56. next-group: "e"
  57. vault-cost: 20000
  58. custom-costs:
  59. gems: 7
  60. messages:
  61. - ""
  62. - "&c➖ $%vault-cost%"
  63. - "&c➖ 7 &dGems"
  64. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  65. - ""
  66. insufficient-funds:
  67. - ""
  68. - "&7➠ &fYou can't afford to rankup."
  69. - "&7• &fPrice: &a$%vault-cost% &f+ 7 &dGems"
  70. - ""
  71.  
  72. e:
  73. required-group: "e"
  74. next-group: "f"
  75. vault-cost: 25000
  76. custom-costs:
  77. gems: 8
  78. messages:
  79. - ""
  80. - "&c➖ $%vault-cost%"
  81. - "&c➖ 8 &dGems"
  82. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  83. - ""
  84. insufficient-funds:
  85. - ""
  86. - "&7➠ &fYou can't afford to rankup."
  87. - "&7• &fPrice: &a$%vault-cost% &f+ 8 &dGems"
  88. - ""
  89.  
  90. f:
  91. required-group: "f"
  92. next-group: "g"
  93. vault-cost: 30000
  94. custom-costs:
  95. gems: 9
  96. messages:
  97. - ""
  98. - "&c➖ $%vault-cost%"
  99. - "&c➖ 9 &dGems"
  100. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  101. - ""
  102. insufficient-funds:
  103. - ""
  104. - "&7➠ &fYou can't afford to rankup."
  105. - "&7• &fPrice: &a$%vault-cost% &f+ 9 &dGems"
  106. - ""
  107.  
  108. g:
  109. required-group: "g"
  110. next-group: "h"
  111. vault-cost: 35000
  112. custom-costs:
  113. gems: 10
  114. messages:
  115. - ""
  116. - "&c➖ $%vault-cost%"
  117. - "&c➖ 10 &dGems"
  118. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  119. - ""
  120. insufficient-funds:
  121. - ""
  122. - "&7➠ &fYou can't afford to rankup."
  123. - "&7• &fPrice: &a$%vault-cost% &f+ 10 &dGems"
  124. - ""
  125.  
  126. h:
  127. required-group: "h"
  128. next-group: "i"
  129. vault-cost: 40000
  130. custom-costs:
  131. gems: 11
  132. messages:
  133. - ""
  134. - "&c➖ $%vault-cost%"
  135. - "&c➖ 11 &dGems"
  136. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  137. - ""
  138. insufficient-funds:
  139. - ""
  140. - "&7➠ &fYou can't afford to rankup."
  141. - "&7• &fPrice: &a$%vault-cost% &f+ 11 &dGems"
  142. - ""
  143.  
  144. i:
  145. required-group: "i"
  146. next-group: "j"
  147. vault-cost: 45000
  148. custom-costs:
  149. gems: 12
  150. messages:
  151. - ""
  152. - "&c➖ $%vault-cost%"
  153. - "&c➖ 12 &dGems"
  154. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  155. - ""
  156. insufficient-funds:
  157. - ""
  158. - "&7➠ &fYou can't afford to rankup."
  159. - "&7• &fPrice: &a$%vault-cost% &f+ 12 &dGems"
  160. - ""
  161.  
  162. j:
  163. required-group: "j"
  164. next-group: "k"
  165. vault-cost: 50000
  166. custom-costs:
  167. gems: 13
  168. messages:
  169. - ""
  170. - "&c➖ $%vault-cost%"
  171. - "&c➖ 13 &dGems"
  172. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  173. - ""
  174. insufficient-funds:
  175. - ""
  176. - "&7➠ &fYou can't afford to rankup."
  177. - "&7• &fPrice: &a$%vault-cost% &f+ 13 &dGems"
  178. - ""
  179.  
  180. k:
  181. required-group: "k"
  182. next-group: "l"
  183. vault-cost: 55000
  184. custom-costs:
  185. gems: 14
  186. messages:
  187. - ""
  188. - "&c➖ $%vault-cost%"
  189. - "&c➖ 14 &dGems"
  190. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  191. - ""
  192. insufficient-funds:
  193. - ""
  194. - "&7➠ &fYou can't afford to rankup."
  195. - "&7• &fPrice: &a$%vault-cost% &f+ 14 &dGems"
  196. - ""
  197.  
  198. l:
  199. required-group: "l"
  200. next-group: "m"
  201. vault-cost: 60000
  202. custom-costs:
  203. gems: 15
  204. messages:
  205. - ""
  206. - "&c➖ $%vault-cost%"
  207. - "&c➖ 15 &dGems"
  208. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  209. - ""
  210. insufficient-funds:
  211. - ""
  212. - "&7➠ &fYou can't afford to rankup."
  213. - "&7• &fPrice: &a$%vault-cost% &f+ 15 &dGems"
  214. - ""
  215.  
  216. m:
  217. required-group: "m"
  218. next-group: "n"
  219. vault-cost: 65000
  220. custom-costs:
  221. gems: 16
  222. messages:
  223. - ""
  224. - "&c➖ $%vault-cost%"
  225. - "&c➖ 16 &dGems"
  226. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  227. - ""
  228. insufficient-funds:
  229. - ""
  230. - "&7➠ &fYou can't afford to rankup."
  231. - "&7• &fPrice: &a$%vault-cost% &f+ 16 &dGems"
  232. - ""
  233.  
  234. n:
  235. required-group: "n"
  236. next-group: "o"
  237. vault-cost: 70000
  238. custom-costs:
  239. gems: 17
  240. messages:
  241. - ""
  242. - "&c➖ $%vault-cost%"
  243. - "&c➖ 17 &dGems"
  244. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  245. - ""
  246. insufficient-funds:
  247. - ""
  248. - "&7➠ &fYou can't afford to rankup."
  249. - "&7• &fPrice: &a$%vault-cost% &f+ 17 &dGems"
  250. - ""
  251.  
  252. o:
  253. required-group: "o"
  254. next-group: "p"
  255. vault-cost: 75000
  256. custom-costs:
  257. gems: 18
  258. messages:
  259. - ""
  260. - "&c➖ $%vault-cost%"
  261. - "&c➖ 18 &dGems"
  262. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  263. - ""
  264. insufficient-funds:
  265. - ""
  266. - "&7➠ &fYou can't afford to rankup."
  267. - "&7• &fPrice: &a$%vault-cost% &f+ 18 &dGems"
  268. - ""
  269.  
  270. p:
  271. required-group: "p"
  272. next-group: "q"
  273. vault-cost: 80000
  274. custom-costs:
  275. gems: 19
  276. messages:
  277. - ""
  278. - "&c➖ $%vault-cost%"
  279. - "&c➖ 19 &dGems"
  280. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  281. - ""
  282. insufficient-funds:
  283. - ""
  284. - "&7➠ &fYou can't afford to rankup."
  285. - "&7• &fPrice: &a$%vault-cost% &f+ 19 &dGems"
  286. - ""
  287.  
  288. q:
  289. required-group: "q"
  290. next-group: "r"
  291. vault-cost: 85000
  292. custom-costs:
  293. gems: 20
  294. messages:
  295. - ""
  296. - "&c➖ $%vault-cost%"
  297. - "&c➖ 20 &dGems"
  298. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  299. - ""
  300. insufficient-funds:
  301. - ""
  302. - "&7➠ &fYou can't afford to rankup."
  303. - "&7• &fPrice: &a$%vault-cost% &f+ 20 &dGems"
  304. - ""
  305.  
  306. r:
  307. required-group: "r"
  308. next-group: "s"
  309. vault-cost: 90000
  310. custom-costs:
  311. gems: 21
  312. messages:
  313. - ""
  314. - "&c➖ $%vault-cost%"
  315. - "&c➖ 21 &dGems"
  316. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  317. - ""
  318. insufficient-funds:
  319. - ""
  320. - "&7➠ &fYou can't afford to rankup."
  321. - "&7• &fPrice: &a$%vault-cost% &f+ 21 &dGems"
  322. - ""
  323.  
  324. s:
  325. required-group: "s"
  326. next-group: "t"
  327. vault-cost: 95000
  328. custom-costs:
  329. gems: 22
  330. messages:
  331. - ""
  332. - "&c➖ $%vault-cost%"
  333. - "&c➖ 22 &dGems"
  334. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  335. - ""
  336. insufficient-funds:
  337. - ""
  338. - "&7➠ &fYou can't afford to rankup."
  339. - "&7• &fPrice: &a$%vault-cost% &f+ 22 &dGems"
  340. - ""
  341.  
  342. t:
  343. required-group: "t"
  344. next-group: "u"
  345. vault-cost: 100000
  346. custom-costs:
  347. gems: 23
  348. messages:
  349. - ""
  350. - "&c➖ $%vault-cost%"
  351. - "&c➖ 23 &dGems"
  352. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  353. - ""
  354. insufficient-funds:
  355. - ""
  356. - "&7➠ &fYou can't afford to rankup."
  357. - "&7• &fPrice: &a$%vault-cost% &f+ 23 &dGems"
  358. - ""
  359.  
  360. u:
  361. required-group: "u"
  362. next-group: "v"
  363. vault-cost: 110000
  364. custom-costs:
  365. gems: 24
  366. messages:
  367. - ""
  368. - "&c➖ $%vault-cost%"
  369. - "&c➖ 24 &dGems"
  370. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  371. - ""
  372. insufficient-funds:
  373. - ""
  374. - "&7➠ &fYou can't afford to rankup."
  375. - "&7• &fPrice: &a$%vault-cost% &f+ 24 &dGems"
  376. - ""
  377.  
  378. v:
  379. required-group: "v"
  380. next-group: "w"
  381. vault-cost: 120000
  382. custom-costs:
  383. gems: 25
  384. messages:
  385. - ""
  386. - "&c➖ $%vault-cost%"
  387. - "&c➖ 25 &dGems"
  388. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  389. - ""
  390. insufficient-funds:
  391. - ""
  392. - "&7➠ &fYou can't afford to rankup."
  393. - "&7• &fPrice: &a$%vault-cost% &f+ 25 &dGems"
  394. - ""
  395.  
  396. w:
  397. required-group: "w"
  398. next-group: "x"
  399. vault-cost: 130000
  400. custom-costs:
  401. gems: 26
  402. messages:
  403. - ""
  404. - "&c➖ $%vault-cost%"
  405. - "&c➖ 26 &dGems"
  406. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  407. - ""
  408. insufficient-funds:
  409. - ""
  410. - "&7➠ &fYou can't afford to rankup."
  411. - "&7• &fPrice: &a$%vault-cost% &f+ 26 &dGems"
  412. - ""
  413.  
  414. x:
  415. required-group: "x"
  416. next-group: "y"
  417. vault-cost: 140000
  418. custom-costs:
  419. gems: 27
  420. messages:
  421. - ""
  422. - "&c➖ $%vault-cost%"
  423. - "&c➖ 27 &dGems"
  424. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  425. - ""
  426. insufficient-funds:
  427. - ""
  428. - "&7➠ &fYou can't afford to rankup."
  429. - "&7• &fPrice: &a$%vault-cost% &f+ 27 &dGems"
  430. - ""
  431.  
  432. y:
  433. required-group: "y"
  434. next-group: "z"
  435. vault-cost: 150000
  436. custom-costs:
  437. gems: 28
  438. messages:
  439. - ""
  440. - "&c➖ $%vault-cost%"
  441. - "&c➖ 28 &dGems"
  442. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  443. - ""
  444. insufficient-funds:
  445. - ""
  446. - "&7➠ &fYou can't afford to rankup."
  447. - "&7• &fPrice: &a$%vault-cost% &f+ 28 &dGems"
  448. - ""
  449.  
  450. z:
  451. required-group: "z"
  452. next-group: "free"
  453. vault-cost: 160000
  454. custom-costs:
  455. gems: 30
  456. messages:
  457. - ""
  458. - "&c➖ $%vault-cost%"
  459. - "&c➖ 30 &dGems"
  460. - "&7➠ &fYou have ranked up from &b%rankFrom% &fto &b%rankupTo%&f."
  461. - ""
  462. insufficient-funds:
  463. - ""
  464. - "&7➠ &fYou can't afford to rankup."
  465. - "&7• &fPrice: &a$%vault-cost% &f+ 30 &dGems"
  466. - ""
  467.  
  468. free:
  469. required-group: "free"
  470. next-group: "none"
  471. vault-cost: 0
  472. custom-costs: {}
  473. last-rank: true
  474. messages:
  475. - ""
  476. - "&7➠ &fYou are now &b&lFREE&f!"
  477. - "&7➠ &fNo further ranks remain."
  478. - "&7➠ &fPlease use &e/prestige &fto continue"
  479. - ""
  480. insufficient-funds: []
  481. prestige-required:
  482. - ""
  483. - "&7➠ &fYou have reached the final rank."
  484. - "&7➠ &fUse &e/prestige &fto continue progressing."
  485. - ""
Advertisement
Add Comment
Please, Sign In to add comment