Advertisement
Guest User

Coupons Config

a guest
Dec 6th, 2016
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. coupons:
  2. 'spawner':
  3. item:
  4. type: "PAPER"
  5. data: 0
  6. name: "&6Spawner &7(Right Click)"
  7. lore:
  8. - "&7&lRight click me to redeem the"
  9. - "&7&lSpawner Coupon and get"
  10. - "&7&la &6Spawner"
  11. enchantments:
  12. - "DURABILITY;1"
  13. settings:
  14. useLimit: false
  15. limit: 5
  16. actions:
  17. - "[console] ss give %player% ig 1"
  18. - "[message] &7[&e&lCoupons&r&7] &aYou have redeemed the &6Spawner Coupon &r&aand got an &6Iron Golem &aSpawner!"
  19. - "[broadcast] &7[&e&lCoupons&r&7] &a%player% redeemed the &6Spawner Coupon &r&aand got an &6Iron Golem &aSpawner!"
  20. - "[sound] AMBIENT_CAVE"
  21. 'vip':
  22. item:
  23. type: "PAPER"
  24. data: 0
  25. name: "&aVIP &6Rank &rCoupon&7(Right Click)"
  26. lore:
  27. - "&7&lRight click me to redeem the"
  28. - "&7&lVIP Rank Coupon and get"
  29. - "&7&lthe VIP Rank"
  30. enchantments:
  31. - "DURABILITY;1"
  32. settings:
  33. useLimit: true
  34. limit: 1
  35. actions:
  36. - "[console] pex user %player% group add VIP"
  37. - "[message] &7[&e&lCoupons&r&7] &aYou have redeemed the &aVIP &6Rank &rCoupon &r&aand got &aVIP &6Rank!"
  38. - "[broadcast] &7[&e&lCoupons&r&7] &a%player% redeemed the &aVIP &6Rank &rCoupon &r&aand got &aVIP &6Rank!"
  39. - "[sound] AMBIENT_CAVE"
  40.  
  41. messages:
  42. noPermission: "&cYou do not have the required permissions to perform this action!"
  43. noPermissionCoupon: "&cYou do not have the required permissions to use the %coupon% Coupon!"
  44. cantFindPlayer: "&cThat player (%player%) is offline!"
  45. cantFindCoupon: "&cThat Coupon (%coupon%) does not exist!"
  46. didNotSpecifyNumber: "&c%number% is not a number!"
  47. argumentError: "&cYou specified more or less than the required amount of arguments!"
  48. atRedeemLimit: "&cYou have reached the redeem limit for the %coupon% Coupon!"
  49. reloadSuccess: "&aSuccessfully reloaded the plugin!"
  50. gaveAllCoupon: "&aYou gave everyone online %amount% %coupon% Coupons!"
  51. gaveCoupon: "&aYou gave %player% %amount% %coupon% Coupons!"
  52. receivedCoupon: "&aYou have received %amount% %coupon% Coupons from %sender%!"
  53. help:
  54. - " "
  55. - "&aCoupons &7(Version %version%) &f- &bBy GiansCode"
  56. - " "
  57. - "&c/coupons &f- &aSends you this message"
  58. - "&c/coupons list &f- &aLists all of the created Coupons"
  59. - "&c/coupons reload &f- &aReloads the configuration file"
  60. - "&c/coupons give <player> <coupon> <amount> &f- &aGives <player> <amount> of the <coupon> Coupon"
  61. - "&c/coupons giveall <coupon> <amount> &f- &aGives everyone online <amount> of the <coupon> Coupon"
  62. - " "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement