Advertisement
Java250

Chest2

Feb 13th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. /give @p chest 1 0 {
  2. BlockEntityTag: {
  3. Items: [
  4. {
  5. id: "diamond_helmet",
  6. Slot: 2,
  7. Count: 1
  8. },
  9. {
  10. id: "diamond_chestplate",
  11. Slot: 3,
  12. Count: 1
  13. },
  14. {
  15. id: "diamond_leggings",
  16. Slot: 4,
  17. Count: 1
  18. },
  19. {
  20. id: "diamond_boots",
  21. Slot: 5,
  22. Count: 1
  23. },
  24. {
  25. id: "diamond",
  26. Slot: 6,
  27. Count: 64
  28. },
  29. {
  30. id: "bucket",
  31. Slot: 11,
  32. Count: 1
  33. },
  34. {
  35. id: "milk_bucket",
  36. Slot: 12,
  37. Count: 1
  38. },
  39. {
  40. id: "water_bucket",
  41. Slot: 13,
  42. Count: 1
  43. },
  44. {
  45. id: "lava_bucket",
  46. Slot: 14,
  47. Count: 1
  48. },
  49. {
  50. id: "diamond",
  51. Slot: 15,
  52. Count: 64
  53. },
  54. {
  55. id: "tripwire_hook",
  56. Slot: 20,
  57. Count: 50
  58. },
  59. {
  60. id: "string",
  61. Slot: 21,
  62. Count: 50
  63. },
  64. {
  65. id: "string",
  66. Slot: 22,
  67. Count: 50
  68. },
  69. {
  70. id: "tripwire_hook",
  71. Slot: 23,
  72. Count: 50
  73. },
  74. {
  75. id: "diamond",
  76. Slot: 24,
  77. Count: 64
  78. }
  79. ]
  80. },
  81. display: {
  82. Name: "Pro Kit"
  83. }
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement