Advertisement
Guest User

mobcoin-shop

a guest
Apr 5th, 2021
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. Normal_Shop:
  2. Item_1:
  3. name: '&b&lBasic Crate Key'
  4. lore:
  5. - " "
  6. - "&3&l* &b&lPRICE: &7%cost%⛁"
  7. - " "
  8. - "&e[!] &7Use at &e/Warp Crates"
  9. material: 'TRIPWIRE_HOOK'
  10. command: 'crate givekey %player% basic 1'
  11. price: 50
  12. glow: false
  13. slot: 13
  14.  
  15. Item_2:
  16. name: '&b&lAdvanced Crate Key'
  17. lore:
  18. - " "
  19. - "&3&l* &b&lPRICE: &7%cost%⛁"
  20. - " "
  21. - "&e[!] &7Use at &e/Warp Crates"
  22. material: 'TRIPWIRE_HOOK'
  23. command: 'crate givekey %player% advanced 1'
  24. price: 150
  25. glow: false
  26. slot: 14
  27.  
  28. Item_3:
  29. name: '&b&l64x Diamond Blocks'
  30. lore:
  31. - " "
  32. - "&3&l* &b&lPRICE: &7%cost%⛁"
  33. - " "
  34. material: 'DIAMOND_BLOCK'
  35. command: 'give %player% diamond_block 64'
  36. price: 100
  37. glow: false
  38. slot: 15
  39.  
  40. Item_4:
  41. name: '&a&l64x Emerald Blocks'
  42. lore:
  43. - " "
  44. - "&3&l* &b&lPRICE: &7%cost%⛁"
  45. - " "
  46. material: 'EMERALD_BLOCK'
  47. command: 'give %player% emerald_block 64'
  48. price: 145
  49. glow: false
  50. slot: 22
  51.  
  52. Item_5:
  53. name: '&7&lPig Spawner'
  54. lore:
  55. - " "
  56. - "&3&l* &b&lPRICE: &7%cost%⛁"
  57. - " "
  58. material: 'SPAWNER'
  59. command: 'ss give %player% pig 1'
  60. price: 75
  61. glow: false
  62. slot: 23
  63.  
  64. Item_6:
  65. name: '&7&lCow Spawner'
  66. lore:
  67. - " "
  68. - "&3&l* &b&lPRICE: &7%cost%⛁"
  69. - " "
  70. material: 'SPAWNER'
  71. command: 'ss give %player% cow 1'
  72. price: 120
  73. glow: false
  74. slot: 24
  75.  
  76. Special_Shop:
  77. Item_1:
  78. name: '&b&lRank Basic'
  79. lore:
  80. - " "
  81. - "&3&l* &b&lPRICE: &7%cost%⛁"
  82. - " "
  83. material: 'PAPER'
  84. command: "give %player% diamond_pickaxe"
  85. price: 250
  86. glow: false
  87. slot: 11
  88.  
  89. Item_2:
  90. name: '&e&liChest'
  91. lore:
  92. - " "
  93. - "&3&l* &b&lPRICE: &7%cost%⛁"
  94. - " "
  95. - "&7Will Suck Up All Items In A Chunk"
  96. material: 'CHEST'
  97. command: "ichest give %player% 1"
  98. price: 500
  99. glow: false
  100. slot: 20
  101.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement