Advertisement
Guest User

Nature Mod In One Command!

a guest
Jul 3rd, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1.  
  2. /give @p leather_helmet 1 0 {display:{color:2652212}},/give @p leather_chestplate 1 0 {display:{color:2652212}},/give @p leather_leggings 1 0 {display:{color:2652212}},/give @p leather_boots 1 0 {display:{color:2652212}},/give @p wooden_sword 1 0 {
  3. display: {
  4. Name: "Nature Sword",
  5. Lore: [
  6. "A sword you found in a jungle temple."
  7. ]
  8. },
  9. ench: [
  10. {
  11. id: 0,
  12. lvl: 8
  13. },
  14. {
  15. id: 1,
  16. lvl: 7
  17. },
  18. {
  19. id: 7,
  20. lvl: 7
  21. },
  22. {
  23. id: 16,
  24. lvl: 7
  25. },
  26. {
  27. id: 17,
  28. lvl: 6
  29. },
  30. {
  31. id: 19,
  32. lvl: 1
  33. },
  34. {
  35. id: 21,
  36. lvl: 5
  37. },
  38. {
  39. id: 48,
  40. lvl: 1
  41. },
  42. {
  43. id: 49,
  44. lvl: 3
  45. }
  46. ],
  47. Unbreakable: 1
  48. }
  49.  
  50. ,/give @p leaves 1 0 {
  51. display: {
  52. Name: "Leaves of the end",
  53. Lore: [
  54. "Some leaves you found in the end"
  55. ]
  56. },
  57. Unbreakable: 1
  58. }
  59.  
  60. ,/give @p potion 1 16388 {
  61. CustomPotionEffects: [
  62. {
  63. Id: 1,
  64. Amplifier: 0,
  65. Duration: 600
  66. },
  67. {
  68. Id: 3,
  69. Amplifier: 0,
  70. Duration: 600
  71. },
  72. {
  73. Id: 5,
  74. Amplifier: 0,
  75. Duration: 600
  76. },
  77. {
  78. Id: 6,
  79. Amplifier: 0,
  80. Duration: 600
  81. },
  82. {
  83. Id: 8,
  84. Amplifier: 0,
  85. Duration: 600
  86. },
  87. {
  88. Id: 10,
  89. Amplifier: 0,
  90. Duration: 600
  91. },
  92. {
  93. Id: 12,
  94. Amplifier: 0,
  95. Duration: 600
  96. },
  97. {
  98. Id: 13,
  99. Amplifier: 0,
  100. Duration: 600
  101. },
  102. {
  103. Id: 16,
  104. Amplifier: 0,
  105. Duration: 600
  106. },
  107. {
  108. Id: 21,
  109. Amplifier: 0,
  110. Duration: 600
  111. },
  112. {
  113. Id: 22,
  114. Amplifier: 0,
  115. Duration: 600
  116. },
  117. {
  118. Id: 23,
  119. Amplifier: 0,
  120. Duration: 600
  121. }
  122. ],
  123. display: {
  124. Name: "Potion of Nature",
  125. Lore: [
  126. "Gives you the power of Nature"
  127. ]
  128. }
  129. }
  130.  
  131. ,/summon Villager ~1 ~ ~ {
  132. Profession: 0,
  133. CustomName: "Nature God",
  134. CustomNameVisible: 0,
  135. Career: 1,
  136. CareerLevel: 42,
  137. PersistenceRequired: 1,
  138. Invulnerable: 1,
  139. Attributes: [
  140. {
  141. Name: "generic.knockbackResistance",
  142. Base: "1f"
  143. },
  144. {
  145. Name: "generic.maxHealth",
  146. Base: 99999
  147. }
  148. ],
  149. Offers: {
  150. Recipes: [
  151. {
  152. buy: {
  153. id: 397,
  154. Count: 1,
  155. Damage: 3,
  156. SkullOwner: "MHF_CoconutG"
  157. },
  158. buyB: {
  159. id: "wheat",
  160. Count: 1
  161. },
  162. maxUses: 9999999,
  163. sell: {
  164. id: "log",
  165. Count: 3
  166. }
  167. },
  168. {
  169. buy: {
  170. id: "apple",
  171. Count: 1
  172. },
  173. buyB: {
  174. id: "grass",
  175. Count: 1
  176. },
  177. maxUses: 9999999,
  178. sell: {
  179. id: "melon_seeds",
  180. Count: 1
  181. }
  182. }
  183. ]
  184. }
  185. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement