Advertisement
mrvolp

ninja bez modov

Feb 16th, 2016
2,320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 0 0
  1. /give @p chest 1 0 {
  2. BlockEntityTag: {
  3. Items: [
  4. {
  5. id: "leather_helmet",
  6. Count: 1,
  7. tag: {
  8. display: {
  9. Name: "Ninja Cap",
  10. color: 0
  11. },
  12. AttributeModifiers: [
  13. {
  14. AttributeName: "generic.maxHealth",
  15. Name: "generic.maxHealth",
  16. Amount: 5,
  17. Operation: 1,
  18. UUIDMost: 81309,
  19. UUIDLeast: 293080
  20. },
  21. {
  22. AttributeName: "generic.movementSpeed",
  23. Name: "generic.movementSpeed",
  24. Amount: 0.1,
  25. Operation: 1,
  26. UUIDMost: 37608,
  27. UUIDLeast: 588751
  28. }
  29. ],
  30. Unbreakable: 1
  31. },
  32. Slot: 4
  33. },
  34. {
  35. id: "leather_leggings",
  36. Count: 1,
  37. tag: {
  38. display: {
  39. Name: "Ninja Pants",
  40. color: 0
  41. },
  42. AttributeModifiers: [
  43. {
  44. AttributeName: "generic.maxHealth",
  45. Name: "generic.maxHealth",
  46. Amount: 5,
  47. Operation: 1,
  48. UUIDMost: 90274,
  49. UUIDLeast: 378303
  50. },
  51. {
  52. AttributeName: "generic.movementSpeed",
  53. Name: "generic.movementSpeed",
  54. Amount: 0.1,
  55. Operation: 1,
  56. UUIDMost: 92340,
  57. UUIDLeast: 21915
  58. }
  59. ],
  60. ench: [
  61. {
  62. id: 0,
  63. lvl: 5
  64. }
  65. ],
  66. Unbreakable: 1
  67. },
  68. Slot: 12
  69. },
  70. {
  71. id: "iron_sword",
  72. Count: 1,
  73. tag: {
  74. display: {
  75. Name: "Katana"
  76. },
  77. AttributeModifiers: [
  78. {
  79. AttributeName: "generic.attackDamage",
  80. Name: "generic.attackDamage",
  81. Amount: 10,
  82. Operation: 0,
  83. UUIDMost: 63963,
  84. UUIDLeast: 332822
  85. }
  86. ],
  87. Unbreakable: 1
  88. },
  89. Slot: 13
  90. },
  91. {
  92. id: "leather_chestplate",
  93. Count: 1,
  94. tag: {
  95. display: {
  96. Name: "Ninja Chestplate",
  97. color: 0
  98. },
  99. AttributeModifiers: [
  100. {
  101. AttributeName: "generic.maxHealth",
  102. Name: "generic.maxHealth",
  103. Amount: 5,
  104. Operation: 1,
  105. UUIDMost: 55907,
  106. UUIDLeast: 965429
  107. }
  108. ],
  109. ench: [
  110. {
  111. id: 0,
  112. lvl: 10
  113. }
  114. ],
  115. Unbreakable: 1
  116. },
  117. Slot: 14
  118. },
  119. {
  120. id: "leather_boots",
  121. Count: 1,
  122. tag: {
  123. display: {
  124. Name: "Ninja Shoes",
  125. color: 0
  126. },
  127. AttributeModifiers: [
  128. {
  129. AttributeName: "generic.maxHealth",
  130. Name: "generic.maxHealth",
  131. Amount: 5,
  132. Operation: 1,
  133. UUIDMost: 26053,
  134. UUIDLeast: 477839
  135. }
  136. ],
  137. ench: [
  138. {
  139. id: 0,
  140. lvl: 5
  141. }
  142. ],
  143. Unbreakable: 1
  144. },
  145. Slot: 22
  146. }
  147. ]
  148. },
  149. display: {
  150. Name: "Ninja Kit"
  151. }
  152. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement