Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Shop:
  2. Title: 'Gem Shop'
  3. item1:
  4. type: TRIPWIRE_HOOK
  5. amount: 1
  6. name: "1x &6Argon Crate Key"
  7. lore:
  8. - "&6Cost: &a%cost%"
  9. commands:
  10. - "givecratekey 2 %player% 1"
  11. posX: 1
  12. posY: 1
  13. cost: 500
  14. item2:
  15. type: TRIPWIRE_HOOK
  16. amount: 3
  17. name: "3x &6Argon Crate Key"
  18. lore:
  19. - "&6Cost: &a%cost%"
  20. commands:
  21. - "givecratekey 2 %player% 3"
  22. posX: 2
  23. posY: 1
  24. cost: 1000
  25. item3:
  26. type: TRIPWIRE_HOOK
  27. amount: 5
  28. name: "5x &6Argon Crate Key"
  29. lore:
  30. - "&6Cost: &a%cost%"
  31. commands:
  32. - "givecratekey 2 %player% 5"
  33. posX: 3
  34. posY: 1
  35. cost: 1500
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement