Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1.  
  2. "menus": {
  3. "HOME_CATEGORY": {
  4. "rows": 1,
  5. "name": "&3CueballCraft Shop",
  6. "items": [
  7. {
  8. "material": "PRISMARINE_CRYSTALS",
  9. "name": "&bCurrency Exchange",
  10. "slot": 0,
  11. "category": "CURRENCY_CONVERT",
  12. "lore": [],
  13. "amount": 1
  14. },
  15. {
  16. "material": "FEATHER",
  17. "name": "&6Rare Item Shop",
  18. "slot": 1,
  19. "category": "RARE_ITEM_SHOP",
  20. "lore": [],
  21. "amount": 1
  22. },
  23. {
  24. "material": "ENDER_CHEST",
  25. "name": "&bSupplies Shop",
  26. "slot": 2,
  27. "category": "SUPPLIES",
  28. "lore": [],
  29. "amount": 1
  30. },
  31. {
  32. "material": "EMERALD",
  33. "name": "&2Minerals",
  34. "slot": 3,
  35. "category": "MINERALS",
  36. "lore": [],
  37. "amount": 1
  38. }, {
  39. "material": "COOKED_BEEF",
  40. "name": "&1Food",
  41. "slot": 4,
  42. "category": "FOOD",
  43. "lore": [],
  44. "amount": 1
  45. },
  46. {
  47. "material": "REDSTONE_WIRE",
  48. "name": "&2Minerals",
  49. "slot": 5,
  50. "category": "MINERALS",
  51. "lore": [],
  52. "amount": 1
  53. },
  54. {
  55. "material": "LIME_CONCRETE_POWDER",
  56. "name": "&3Concrete Powder",
  57. "slot": 6,
  58. "category": "MINERALS",
  59. "lore": [],
  60. "amount": 1
  61. },
  62. {
  63. "material": "EMERALD",
  64. "name": "&2Minerals",
  65. "slot": 3,
  66. "category": "MINERALS",
  67. "lore": [],
  68. "amount": 1
  69. }
  70. ]
  71. }
  72. }
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement