Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. ######################
  2. # Vouchers #
  3. # Made By YoungCerly #
  4. ######################
  5.  
  6. #Settings
  7. Send-Message: true
  8.  
  9. #Vouchers
  10. Vouchers:
  11. Money:
  12. ID: PAPER
  13. Glowing: true
  14. Name: '&7&l[&d&lMoney Note&7&l] &a&l+ $10,000'
  15. Lore:
  16. - '&7&oRight click to receive $10,000'
  17. Command: 'eco give {NAME} 10000'
  18. Message: '&a&lVOUCHERS &8> &7You have received 10000'
  19. Jellylegs:
  20. ID: BOOK
  21. Glowing: true
  22. Name: '&4PERK &f&l// &8[&c&lJellyLegs&8] &cPerk'
  23. Lore:
  24. - '&4&l(!) &6&lRight Click To Activate! &4&l(!)'
  25. Command: 'manuaddp {NAME} JellyLegs.use'
  26. Message: '&4&l(!) &aYou have actived your Perk! &4&l(!)'
  27. Rename:
  28. ID: NAME_TAG
  29. Glowing: true
  30. Name: '&4PERK &f&l// &8[&c&lRename&8] &cPerk'
  31. Lore:
  32. - '&4&l(!) &6&lRight Click To Activate! &4&l(!)'
  33. Command: 'manuaddp {NAME} sr.name'
  34. Message: '&4&l(!) &aYou have actived your Perk! &4&l(!)'
  35. Colour:
  36. ID: STAINED_GLASS_PANE
  37. Glowing: true
  38. Name: '&4PERK &f&l// &8[&cC&6o&al&bo&5u&cr&6e&ad &bC&5h&ca&at&8] &cPerk'
  39. Lore:
  40. - '&4&l(!) &6&lRight Click To Activate! &4&l(!)'
  41. Command: 'manuaddp {NAME} chatcolor.use'
  42. Message: '&4&l(!) &aYou have actived your Perk! &4&l(!)'
  43. Elite:
  44. ID: BOOK
  45. Glowing: true
  46. Name: '&4RANK &f&l// &8[&9Elite&8] &cRank'
  47. Lore:
  48. - '&4&l(!) &6&lRight Click To Activate! &4&l(!)'
  49. Command: 'manuadd {NAME} elite'
  50. Message: '&4&l(!) &aYou have actived your Rank! &4&l(!)'
  51. Premium:
  52. ID: BOOK
  53. Glowing: true
  54. Name: '&4RANK &f&l// &8[&bPremium&8] &cRank'
  55. Lore:
  56. - '&4&l(!) &6&lRight Click To Activate! &4&l(!)'
  57. Command: 'manuadd {NAME} premium'
  58. Message: '&4&l(!) &aYou have actived your Rank! &4&l(!)'
  59. Legend:
  60. ID: BOOK
  61. Glowing: true
  62. Name: '&4RANK &f&l// &8[&aLegend&8] &cRank'
  63. Lore:
  64. - '&4&l(!) &6&lRight Click To Activate! &4&l(!)'
  65. Command: 'manuadd {NAME} legend'
  66. Message: '&4&l(!) &aYou have actived your Rank! &4&l(!)'
  67. Supreme:
  68. ID: PAPER
  69. Glowing: true
  70. Name: '&7&l[&d&lMoney Note&7&l] &a&l+ $10,000'
  71. Lore:
  72. - '&7&oRight click to receive $10,000'
  73. Command: 'eco give {NAME} 10000'
  74. Message: '&a&lVOUCHERS &8> &7You have received 10000'
  75.  
  76. #Messages
  77. Voucher-Given: '&a&lVOUCHERS &8> &7You have given a voucher to &a{TARGET}'
  78. Voucher-Received: '&a&lVOUCHERS &8> &7You have received a voucher from &a{GIVER}'
  79. Voucher-List: '&a&lVOUCHERS: &7{VOUCHERS}'
  80. Config-Reloaded: '&a&lVOUCHERS &8> &7You have reloaded the config file!'
  81. No-Permission: '&a&lVOUCHERS &8> &7You do not have permission for this command!'
  82. Unknown-Player: '&a&lVOUCHERS &8> &7Could not find the player {PLAYER}'
  83. Unknown-Voucher: '&a&lVOUCHERS &8> &7Could not find the voucher {VOUCHER}'
  84. Usage:
  85. - '&7&l&m--------------------------------------------'
  86. - '&2&lGiving Vouchers:'
  87. - ' &7To give a voucher type &a/voucher give <name> <voucher>'
  88. - '&2&lReloading Config:'
  89. - ' &7To reload the config, type &a/voucher reload'
  90. - '&2&lListing Vouchers:'
  91. - ' &7To list all vouchers, type &a/voucher list'
  92. - '&7&l&m--------------------------------------------'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement