Java250

Chest3

Feb 13th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. /give @p chest 1 0 {
  2. BlockEntityTag: {
  3. Items: [
  4. {
  5. id: "diamond_chestplate",
  6. Count: 1,
  7. tag: {
  8. display: {
  9. Name: "SHIN"
  10. },
  11. AttributeModifiers: [
  12. {
  13. AttributeName: "generic.knockbackResistance",
  14. Name: "generic.knockbackResistance",
  15. Amount: 40000,
  16. Operation: 0,
  17. UUIDMost: 64636,
  18. UUIDLeast: 590805
  19. },
  20. {
  21. AttributeName: "generic.movementSpeed",
  22. Name: "generic.movementSpeed",
  23. Amount: 10,
  24. Operation: 0,
  25. UUIDMost: 80068,
  26. UUIDLeast: 771203
  27. },
  28. {
  29. AttributeName: "generic.attackDamage",
  30. Name: "generic.attackDamage",
  31. Amount: 10000,
  32. Operation: 0,
  33. UUIDMost: 4135,
  34. UUIDLeast: 940799
  35. }
  36. ],
  37. ench: [
  38. {
  39. id: 0,
  40. lvl: 99
  41. },
  42. {
  43. id: 1,
  44. lvl: 99
  45. },
  46. {
  47. id: 2,
  48. lvl: 99
  49. },
  50. {
  51. id: 3,
  52. lvl: 99
  53. },
  54. {
  55. id: 4,
  56. lvl: 99
  57. },
  58. {
  59. id: 19,
  60. lvl: 99
  61. },
  62. {
  63. id: 34,
  64. lvl: 99
  65. },
  66. {
  67. id: 48,
  68. lvl: 99
  69. }
  70. ]
  71. },
  72. Slot: 1
  73. }
  74. ]
  75. }
  76. }
Add Comment
Please, Sign In to add comment