Advertisement
aspiriamc

Untitled

Jan 6th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. # RankVouchers #
  2. # Developed by Chazmondo #
  3.  
  4. # + SOUND INFO + #
  5. # Running 1.8? Use https://jd.bukkit.org/org/bukkit/Sound.html
  6. # Running 1.9+? Use https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  7. #
  8. # EXAMPLE VOUCHER #
  9. #
  10. # voucher:
  11. # PvP:
  12. # name: '&4&lPvP &cKit' <- Voucher display name
  13. # lore: <- Voucher lore
  14. # - '&7Right-Click and receive a kit!'
  15. # - ''
  16. # - '&7You could get:'
  17. # - '&6Ultra &fKit! &7(&b50% CHANCE&7)'
  18. # - '&bBedrockFrenzy &fKit! &7(&b20% CHANCE&7)'
  19. # - '&aBeaconator &fKit! &7(&b10% CHANCE&7)'
  20. # block: DIAMOND_CHESTPLATE <- Voucher item
  21. # glow: true <- Do you want item to glow?
  22. # limit: 5 <- Redeem Limit
  23. # reward: <- Define Rewards! (Check page for list of actions!)
  24. # - '[ConsoleCommand] kit ultra %player%;50' <- Define a chance! reward;chance (out of 100)
  25. # - '[ConsoleCommand] kit bedrockfrenzy %player%;20'
  26. # - '[ConsoleCommand] kit beaconator %player%;10'
  27. # | REGION SUPPORT - REQUIRES WORLDGUARD PLUGIN | <- Allows region-based redeeming
  28. # | useRegion: true |
  29. # requiredRegion:
  30. # - ''
  31. # sound: ''
  32. #
  33.  
  34. voucher:
  35. fly:
  36. name: '&8&l| &3&lFly &bVoucher &8&l|'
  37. lore:
  38. - '&7This voucher will give you'
  39. - '&715 minutes of flying time.'
  40. - ''
  41. - '&7Right-click this to redeem'
  42. - '&7the %voucher% voucher!'
  43. block: PAPER
  44. glow: true
  45. limit: 1
  46. reward:
  47. - '[ConsoleCommand] cmi tfly %username% 900;100'
  48. - '[Message] &cAspiria MC &f&l» &fFly has been activated! It will be removed in 15 minutes.;100'
  49. useRegion: false
  50. requiredRegion: ''
  51. sound: BLOCK_NOTE_PLING
  52. volume: 1
  53. pitch: 1
  54.  
  55. Skull:
  56. name: '&6&lSKULL &eBreaker'
  57. lore:
  58. - '&7Dare to place... a MIGHTY SKULL!'
  59. block: SKULL_ITEM
  60. player: '%player%'
  61. glow: false
  62. limit: 1
  63. reward:
  64. - '[ConsoleCommand] give %player% SKULL_ITEM 1;20'
  65. - '[Message] &6&lSKULL &8> &fYou recieved a skull!;100'
  66. useRegion: true
  67. requiredRegion:
  68. - pvp1
  69. sound: BLOCK_NOTE_PLING
  70. volume: 1
  71. pitch: 1
  72.  
  73. AllRewards:
  74. name: 'All Rewards &bVoucher'
  75. lore:
  76. - '&7Right-click this to redeem'
  77. - '&7the %voucher%!'
  78. block: DIAMOND
  79. glow: false
  80. limit: 2
  81. reward:
  82. - '[ConsoleCommand] say ConsoleCommand executed!;100'
  83. - '[PlayerCommand] me used a voucher!;100'
  84. - '[Message] &3[&bMessage&3] &7Hi %username%!;100'
  85. - '[Broadcast] &cSwaggy Broadcast!;100'
  86. - '[CenterMessage] &7Hi! &fyou redeemed a voucher!;100'
  87. - '[CenterBroadcast] &4BROADCAST &8- &7%player% redeemed voucher!;100'
  88. useRegion: false
  89. sound: ''
  90.  
  91. general:
  92. useLimit: true
  93. noPermission: "&cAspiria MC &f&l» &7You do not have permission to that!"
  94. noArgs: "&cAspiria MC &f&l» &7Invalid Arguments!"
  95. reload: "&cAspiria MC &f&l» &7You have reloaded &7the configuration file!"
  96. noPlayer: "&cAspiria MC &f&l» &7There is no player with that name!"
  97. givenVoucher: "&cAspiria MC &f&l» &7You have given &3%amount%x &9%voucher% &7to &b%player%&7!"
  98. givenAllVoucher: "&cAspiria MC &f&l» &7You have given &3%amount%x &9%voucher% &7to &b%online%x Players&7!"
  99. invalidVoucher: "&cAspiria MC &f&l» &7Sorry, &c%voucher% &7is an invalid voucher!"
  100. recieved: "&cAspiria MC &f&l» &7You have recieved &c%amount%x &c%voucher%&7 voucher!"
  101. voucherSuccess: "&cAspiria MC &f&l» &7You redeemed the &b%voucher% &7voucher!"
  102. redeemLimit: "&cAspiria MC &f&l» &7You have reached the redeem limit &7for &b%voucher%&7!"
  103. notInRegion: "&cAspiria MC &f&l» &7You cannot redeem in this region!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement