jugtej

rank voucher config

Oct 13th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. # RankVouchers
  2. # Developed by Chazmondo
  3.  
  4. voucher:
  5. Joker :
  6. name: '&3%voucher% &bVoucher'
  7. lore:
  8. - '&7Right-click to redeem'
  9. - '&7the %voucher% voucher!'
  10. block: PAPER
  11. glow: true
  12. limit: 1 # How many times the player can redeem this!
  13. reward:
  14. - '[ConsoleCommand] manuadd %username% TheJoker'
  15. - '[PlayerCommand] '
  16. - '[Message] &b&l Thank You For Supporting The Server!'
  17. - '[Broadcast] &7[&e&LDonor&c&LAlert&F]&A %username% Is Now The &4&LJoker&a Rank
  18. requiredRegion:
  19. - pvp1
  20. # Please use https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  21. # for 1.9 sounds.
  22. # Wish to use 1.8? Use these for sounds:
  23. # https://jd.bukkit.org/org/bukkit/Sound.html
  24. sound: BLOCK_NOTE_PLING
  25. volume: 1
  26. pitch: 1
  27.  
  28. DareDevil:
  29. name: '&3%voucher% &bVoucher'
  30. lore:
  31. - '&7Right-click to redeem'
  32. - '&7the %voucher%!'
  33. block: PAPER
  34. glow: true
  35. limit: 1 # How many times the player can redeem this!
  36. reward:
  37. - '[ConsoleCommand] manuadd %username% DareDevil'
  38. - '[PlayerCommand] '
  39. - '[Message] &b&L Thank You For Supporting The Server!'
  40. - '[Broadcast] &7[&e&LDonor&c&LAlert&F]&A %username% Is Now The &4&LDareDevil&a Rank!'
  41. - '[MessageFancy] '
  42. - '[BroadcastFancy] '
  43. useRegion: false
  44. sound: ''
  45.  
  46. Apocalypse:
  47. name: '&3%voucher% &bVoucher'
  48. lore
  49. - '&7Right-Click to redeem'
  50. - '&7the %voucher%!'
  51. block: PAPER
  52. glow: true
  53. limit: 1
  54. reward:
  55. - '[ConsoleCommand] manuadd %username% Apocalypse'
  56. - '[PlayerCommand] '
  57. - '[Message] &B&L Thank You For Supporting The Server!'
  58. - '[Broadcast] &7[&e&LDonor&c&LAlert&F]&A %username% Is Now The &4&LApocalypse&a Rank!'
  59. useRegion: false
  60. sound: ''
  61.  
  62. IronMan:
  63. name: '&3%voucher% &bVoucher'
  64. lore
  65. - '&7Right-Click to redeem'
  66. - '&7the %voucher%!'
  67. block: PAPER
  68. glow: true
  69. limit: 1
  70. reward:
  71. - '[ConsoleCommand] manuadd %username% IronMan'
  72. - '[PlayerCommand] '
  73. - '[Message] &b&L Thank You For Supporting The Server!'
  74. - '[Broadcast] &7[&e&LDonor&c&LAlert&F]&A %username% Is Now The &4&LIron-Man&a Rank!'
  75. useRegion: false
  76. sound: ''
  77. general:
  78. useLimit: true
  79. noPermission: "&3[&bRankVouchers&3] &7You do not have permission to that!"
  80. noArgs: "&3[&bRankVouchers&3] &7Invalid Arguments!"
  81. reload: "&3[&bRankVouchers&3] &7You have reloaded &7the configuration file!"
  82. noPlayer: "&3[&bRankVouchers&3] &7There is no player with that name!"
  83. givenVoucher: "&3[&bRankVouchers&3] &7You have given &3%amount%x &9%voucher% &7to &b%player%&7!"
  84. givenAllVoucher: "&3[&bRankVouchers&3] &7You have given &3%amount%x &9%voucher% &7to &b%online%x Players&7!"
  85. invalidVoucher: "&3[&bRankVouchers&3] &7Sorry, &c%voucher% &7is an invalid voucher!"
  86. recieved: "&3[&bRankVouchers&3] &7You have recieved &c%amount%x &c%voucher%&7 voucher!"
  87. voucherSuccess: "&3[&bRankVouchers&3] &7You redeemed &b%voucher% &7voucher!"
  88. redeemLimit: "&3[&bRankVouchers&3] &7You have reached the redeem limit &7for &b%voucher%&7!"
  89. notInRegion: "&3[&bRankVouchers&3] &7You cannot redeem in th
Add Comment
Please, Sign In to add comment