Advertisement
Skillkiller

Shop Config

Jul 15th, 2016
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. # +----------------------------------------------------+
  2. # < Shop-Config >
  3. # < >
  4. # < slot1 for the first price >
  5. # < slot2 for the second price >
  6. # < slot3 for the sell item >
  7. # < Item-ids http://bit.ly/1v9kw0X >
  8. # < Default item-amount is 1 >
  9. # < Data http://bit.ly/YjzQeX >
  10. # < Name supports color codes http://bit.ly/1rpIbZI >
  11. # < Lore supports color codes http://bit.ly/1rpIbZI >
  12. # < Enchantments {enchantment-id}:{level} >
  13. # < http://bit.ly/1t2gxPb >
  14. # +----------------------------------------------------+
  15.  
  16. shop:
  17. '1':
  18. slot1:
  19. item-id: 265
  20. amount: 1
  21. data: 2
  22. slot3:
  23. item-id: 50
  24. data: 0
  25. amount: 5
  26. lore:
  27. - '&9Vorsicht zerbrechlich!'
  28. '2':
  29. slot1:
  30. item-id: 265
  31. amount: 1
  32. slot3:
  33. item-id: 364
  34. amount: 2
  35. lore:
  36. - '&7Ess mich'
  37. '3':
  38. slot1:
  39. item-id: 275
  40. amount: 3
  41. slot3:
  42. item-id: 268
  43. enchant:
  44. - '34:3'
  45. - '16:2'
  46. name: '&4Elite-Killer'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement