Guest User

dumpitem

a guest
Apr 27th, 2022
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.29 KB | None | 0 0
  1. #item that existed before MM ItemUpdate implemented:
  2.  
  3. {shopItemId: "wandfirebasic", Enchantments: [
  4. {id: "minecraft:fire_aspect", lvl: 2s
  5. },
  6. {id: "minecraft:knockback", lvl: 2s
  7. }
  8. ], display: {Name: '{
  9. "italic": false,
  10. "color": "light_purple",
  11. "text": "Basic Fire Wand"
  12. }', Lore: ['{
  13. "italic": false,
  14. "color": "dark_gray",
  15. "text": "------------------------------"
  16. }', '{
  17. "italic": false,
  18. "color": "white",
  19. "extra": [
  20. {
  21. "bold": true,
  22. "color": "gray",
  23. "text": "Skill:"
  24. },
  25. {
  26. "text": " "
  27. },
  28. {
  29. "color": "gold",
  30. "text": "Torch "
  31. },
  32. {
  33. "color": "red",
  34. "text": "-8"
  35. },
  36. {
  37. "color": "aqua",
  38. "text": "?"
  39. }
  40. ],
  41. "text": ""
  42. }', '{
  43. "italic": false,
  44. "color": "white",
  45. "extra": [
  46. {
  47. "bold": true,
  48. "strikethrough": true,
  49. "color": "dark_gray",
  50. "text": "\\u003d "
  51. },
  52. {
  53. "text": " "
  54. },
  55. {
  56. "color": "gray",
  57. "text": "Cooldown: "
  58. },
  59. {
  60. "color": "green",
  61. "text": "1s"
  62. }
  63. ],
  64. "text": ""
  65. }', '{
  66. "italic": false,
  67. "color": "white",
  68. "extra": [
  69. {
  70. "bold": true,
  71. "strikethrough": true,
  72. "color": "dark_gray",
  73. "text": "*"
  74. },
  75. {
  76. "text": " "
  77. },
  78. {
  79. "color": "green",
  80. "text": "Crouch + Left-Click "
  81. },
  82. {
  83. "color": "white",
  84. "text": "\\u003e"
  85. },
  86. {
  87. "color": "white",
  88. "text": "\\u003e"
  89. }
  90. ],
  91. "text": ""
  92. }', '{
  93. "italic": false,
  94. "color": "gold",
  95. "text": " Shoot a Fireball"
  96. }', '{
  97. "italic": false,
  98. "color": "dark_gray",
  99. "text": "------------------------------"
  100. }', '{
  101. "italic": false,
  102. "color": "white",
  103. "extra": [
  104. {
  105. "bold": true,
  106. "color": "gray",
  107. "text": "Skill:"
  108. },
  109. {
  110. "text": " "
  111. },
  112. {
  113. "color": "gold",
  114. "text": "Embers "
  115. },
  116. {
  117. "color": "red",
  118. "text": "-15"
  119. },
  120. {
  121. "color": "aqua",
  122. "text": "?"
  123. }
  124. ],
  125. "text": ""
  126. }', '{
  127. "italic": false,
  128. "color": "white",
  129. "extra": [
  130. {
  131. "bold": true,
  132. "strikethrough": true,
  133. "color": "dark_gray",
  134. "text": "\\u003d "
  135. },
  136. {
  137. "text": " "
  138. },
  139. {
  140. "color": "gray",
  141. "text": "Cooldown: "
  142. },
  143. {
  144. "color": "green",
  145. "text": "3s"
  146. }
  147. ],
  148. "text": ""
  149. }', '{
  150. "italic": false,
  151. "color": "white",
  152. "extra": [
  153. {
  154. "bold": true,
  155. "strikethrough": true,
  156. "color": "dark_gray",
  157. "text": "*"
  158. },
  159. {
  160. "text": " "
  161. },
  162. {
  163. "color": "green",
  164. "text": "Crouch + Right-Click "
  165. },
  166. {
  167. "color": "white",
  168. "text": "\\u003e"
  169. },
  170. {
  171. "color": "white",
  172. "text": "\\u003e"
  173. }
  174. ],
  175. "text": ""
  176. }', '{
  177. "italic": false,
  178. "color": "gold",
  179. "text": " Surround yourself with embers"
  180. }', '{
  181. "italic": false,
  182. "color": "dark_gray",
  183. "text": "------------------------------"
  184. }', '{
  185. "italic": false,
  186. "color": "light_purple",
  187. "text": "MAGICAL ARTIFACT"
  188. }'
  189. ]
  190. }, CustomModelData: 6, HideFlags: 1, MYTHIC_TYPE: "wandfirebasic"
  191. }
  192.  
  193.  
  194.  
  195. #item given with /mm i get wandfirebasic after ItemUpdate implemented
  196.  
  197. {Enchantments: [
  198. {id: "minecraft:fire_aspect", lvl: 2s
  199. },
  200. {id: "minecraft:knockback", lvl: 2s
  201. }
  202. ], MYTHIC_ITEM_VERSION: 2, Damage: 0, HideFlags: 1, MYTHIC_TYPE: "wandfirebasic", shopItemId: "wandfirebasic", display: {Name: '{
  203. "italic": false,
  204. "color": "light_purple",
  205. "text": "Basic Fire Wand"
  206. }', Lore: ['{
  207. "italic": false,
  208. "color": "dark_gray",
  209. "text": "------------------------------"
  210. }', '{
  211. "italic": false,
  212. "color": "white",
  213. "extra": [
  214. {
  215. "bold": true,
  216. "color": "gray",
  217. "text": "Skill:"
  218. },
  219. {
  220. "text": " "
  221. },
  222. {
  223. "color": "gold",
  224. "extra": [
  225. {
  226. "color": "red",
  227. "extra": [
  228. {
  229. "color": "aqua",
  230. "text": "?"
  231. }
  232. ],
  233. "text": "-8"
  234. }
  235. ],
  236. "text": "Torch "
  237. }
  238. ],
  239. "text": ""
  240. }', '{
  241. "italic": false,
  242. "color": "white",
  243. "extra": [
  244. {
  245. "bold": true,
  246. "strikethrough": true,
  247. "color": "dark_gray",
  248. "text": "\\u003d "
  249. },
  250. {
  251. "text": " "
  252. },
  253. {
  254. "color": "gray",
  255. "extra": [
  256. {
  257. "color": "green",
  258. "text": "1s"
  259. }
  260. ],
  261. "text": "Cooldown: "
  262. }
  263. ],
  264. "text": ""
  265. }', '{
  266. "italic": false,
  267. "color": "white",
  268. "extra": [
  269. {
  270. "bold": true,
  271. "strikethrough": true,
  272. "color": "dark_gray",
  273. "text": "*"
  274. },
  275. {
  276. "text": " "
  277. },
  278. {
  279. "color": "green",
  280. "extra": [
  281. {
  282. "color": "white",
  283. "text": "\\u003e\\u003e"
  284. }
  285. ],
  286. "text": "Crouch + Left-Click "
  287. }
  288. ],
  289. "text": ""
  290. }', '{
  291. "italic": false,
  292. "color": "gold",
  293. "text": " Shoot a Fireball"
  294. }', '{
  295. "italic": false,
  296. "color": "dark_gray",
  297. "text": "------------------------------"
  298. }', '{
  299. "italic": false,
  300. "color": "white",
  301. "extra": [
  302. {
  303. "bold": true,
  304. "color": "gray",
  305. "text": "Skill:"
  306. },
  307. {
  308. "text": " "
  309. },
  310. {
  311. "color": "gold",
  312. "extra": [
  313. {
  314. "color": "red",
  315. "extra": [
  316. {
  317. "color": "aqua",
  318. "text": "?"
  319. }
  320. ],
  321. "text": "-15"
  322. }
  323. ],
  324. "text": "Embers "
  325. }
  326. ],
  327. "text": ""
  328. }', '{
  329. "italic": false,
  330. "color": "white",
  331. "extra": [
  332. {
  333. "bold": true,
  334. "strikethrough": true,
  335. "color": "dark_gray",
  336. "text": "\\u003d "
  337. },
  338. {
  339. "text": " "
  340. },
  341. {
  342. "color": "gray",
  343. "extra": [
  344. {
  345. "color": "green",
  346. "text": "3s"
  347. }
  348. ],
  349. "text": "Cooldown: "
  350. }
  351. ],
  352. "text": ""
  353. }', '{
  354. "italic": false,
  355. "color": "white",
  356. "extra": [
  357. {
  358. "bold": true,
  359. "strikethrough": true,
  360. "color": "dark_gray",
  361. "text": "*"
  362. },
  363. {
  364. "text": " "
  365. },
  366. {
  367. "color": "green",
  368. "extra": [
  369. {
  370. "color": "white",
  371. "text": "\\u003e\\u003e"
  372. }
  373. ],
  374. "text": "Crouch + Right-Click "
  375. }
  376. ],
  377. "text": ""
  378. }', '{
  379. "italic": false,
  380. "color": "gold",
  381. "text": " Surround yourself with embers"
  382. }', '{
  383. "italic": false,
  384. "color": "dark_gray",
  385. "text": "------------------------------"
  386. }', '{
  387. "italic": false,
  388. "color": "light_purple",
  389. "text": "MAGICAL ARTIFACT"
  390. }'
  391. ]
  392. }, CustomModelData: 6
  393. }
Advertisement
Add Comment
Please, Sign In to add comment