Advertisement
beckadam

Server War Season 1 Beck's Gearbox

Aug 2nd, 2020
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1.  
  2. give @p minecraft:gray_shulker_box{
  3. BlockEntityTag:{
  4. Items:[
  5. {
  6. Slot:1b,
  7. id:"minecraft:diamond_helmet",
  8. tag:{
  9. display:{Name:"\"Beck's Helmet\""},
  10. Enchantments:[
  11. {id:projectile_protection,lvl:5},
  12. {id:aqua_affinity,lvl:1},
  13. {id:respiration,lvl:3},
  14. {id:thorns,lvl:3},
  15. {id:mending,lvl:1},
  16. {id:unbreaking,lvl:3}
  17. ],
  18. },
  19. Count:1b
  20. },
  21. {
  22. Slot:2b,
  23. id:"minecraft:diamond_chestplate",
  24. tag:{
  25. display:{Name:"\"Beck's Chestplate\""},
  26. Enchantments:[
  27. {id:blast_protection,lvl:5},
  28. {id:thorns,lvl:3},
  29. {id:mending,lvl:1},
  30. {id:unbreaking,lvl:3}
  31. ],
  32. },
  33. Count:1b
  34. },
  35. {
  36. Slot:3b,
  37. id:"minecraft:diamond_leggings",
  38. tag:{
  39. display:{Name:"\"Beck's Leggings\""},
  40. Enchantments:[
  41. {id:protection,lvl:5},
  42. {id:thorns,lvl:3},
  43. {id:mending,lvl:1},
  44. {id:unbreaking,lvl:3},
  45. ],
  46. },
  47. Count:1b
  48. },
  49. {
  50. Slot:4b,
  51. id:"minecraft:diamond_boots",
  52. tag:{
  53. display:{Name:"\"Beck's Boots\""},
  54. Enchantments:[
  55. {id:blast_protection,lvl:5},
  56. {id:depth_strider,lvl:3},
  57. {id:feather_falling,lvl:4},
  58. {id:thorns,lvl:3},
  59. {id:mending,lvl:1},
  60. {id:unbreaking,lvl:3},
  61. ],
  62. },
  63. Count:1b
  64. },
  65. ]
  66. }
  67. }
  68.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement