Advertisement
Guest User

Prestigelist

a guest
Feb 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. # EZPrestige version: 1.2.2 Main Configuration
  2. #
  3. # prestige_rank: <rank players are able to /prestige>
  4. # confirm_to_prestige: <true/false>
  5. # chat_integration: <true/false>
  6. # messages: <-customize your messages
  7. # valid placeholders:
  8. # %cost% - cost to prestige
  9. # %balance% - players balance
  10. # %prestige% - next prestige number
  11. # %displaytag% - next prestige displaytag
  12. # %prestigerank% - rank player needs to be to use /prestige
  13. # %rank% - players permission group
  14. prestige_rank: Max
  15. confirm_to_prestige: true
  16. chat_integration: true
  17. op_prestige_display_tag: ''
  18. no_prestige_display_tag: '&8[&6&k!&cP0&6&k!&8]'
  19. gui:
  20. use_prestiges_gui: true
  21. display_name: '&cPrestiges'
  22. size: 18
  23. completed_prestige:
  24. material: STAINED_GLASS_PANE
  25. data: 13
  26. amount: 1
  27. display_name: '%displaytag%'
  28. lore:
  29. - '&acompleted'
  30. current_prestige:
  31. material: STAINED_GLASS_PANE
  32. data: 5
  33. amount: 1
  34. display_name: '%displaytag%'
  35. lore:
  36. - '&aYour current prestige'
  37. next_prestige:
  38. material: STAINED_GLASS_PANE
  39. data: 7
  40. amount: 1
  41. display_name: '%displaytag%'
  42. lore:
  43. - '&7Next prestige'
  44. - '&a$&f%cost%'
  45. unavailable_prestige:
  46. material: STAINED_GLASS_PANE
  47. data: 14
  48. amount: 1
  49. display_name: '%displaytag%'
  50. lore:
  51. - '&cPrestige to unlock'
  52. - '%displaytag%'
  53. messages:
  54. not_at_prestige_rank:
  55. - '&cYou need to be &f%prestigerank% &cto prestige!'
  56. not_enough_money:
  57. - '&cYou need &a$&f%cost% &cto prestige to &f%displaytag%&c!'
  58. confirm_prestige:
  59. - '&bAre you sure you want to prestige?'
  60. - '&bYour rank will reset and you will need to'
  61. - '&bstart over. Type &f/prestige &bto confirm!'
  62. last_prestige:
  63. - '&bYou are at the last prestige!'
  64. prestiges_command:
  65. completed_prestige: '&7%displaytag% &f- &aCompleted'
  66. current_prestige: '&7%displaytag% &f- &aCurrent prestige!'
  67. next_prestige: '&7%displaytag% &f- &a$&f%cost%'
  68. unavailable_prestige: '&7%displaytag% &f- &cPrestige to unlock!'
  69. header:
  70. - '&8&m-----------------------------------------------------'
  71. - '&cPrestige list:'
  72. footer:
  73. - '&8&m-----------------------------------------------------'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement