Advertisement
Guest User

Untitled

a guest
May 19th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. coupons:
  2. 'reaper':
  3. item:
  4. type: "PAPER"
  5. data: 0
  6. name: "&8&l[&bReaper Shield&8&l] &r&7(Right Click)"
  7. lore:
  8. - "&7Gain access to"
  9. - "&7/kit &lReaper"
  10. enchanted: true
  11. enchantments:
  12. - "DAMAGE_ALL;5"
  13. settings:
  14. useLimit: true
  15. limit: 1
  16. actions:
  17. - "[broadcast] &7%player% has gained access to &lKit Reaper!"
  18. - "[command] pex user %player% add essentials.kits.reaper
  19.  
  20. messages:
  21. noPermission: "&cYou do not have the required permissions to perform this action!"
  22. noPermissionCoupon: "&cYou do not have the required permissions to redeem the %coupon% Coupon!"
  23. noCouponFound: "&cA Coupon with the name %coupon% does not exist!"
  24. notANumber: "&c%number% is not a number!"
  25. playerNotOnline: "&cThat player (%player%) is offline!"
  26. atRedeemLimit: "&cYou have reached the redeem limit of %limit% for the Coupon %coupon% (Redeems: %used%)!"
  27. argumentError: "&cYou have specified an incorrect argument!"
  28. reloadSuccess: "&aSuccessfully reloaded the plugin!"
  29. receivedCoupon: "&aYou have received %amount% of the %coupon% Coupon from %sender%!"
  30. gaveAllCoupon: "&aYou gave everyone online %amount% of the %coupon% Coupons!"
  31. gaveCoupon: "&aYou gave %player% %amount% of the %coupon% Coupons!"
  32. help:
  33. - " "
  34. - "&bCoupons &lv%version% &7- &6By GiansCode"
  35. - " "
  36. - "&a/coupons &f- &cReceive this message"
  37. - "&a/coupons list &f- &cList all of the created Coupons"
  38. - "&a/coupons reload &f- &cReload the configuration file"
  39. - "&a/coupons give %player% %coupon% %amount% &f- &cGive %player% %amount% of the %coupon% Coupon"
  40. - "&a/coupons giveall %coupon% %amount% &f- &cGive everyone online %amount% of the %coupon% Coupon"
  41. - " "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement