Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 84.90 KB | None | 0 0
  1. #######################################################################
  2. # PetBlocks #
  3. # by Shynixn #
  4. #######################################################################
  5.  
  6. # You can find the permissions at the official documentation.
  7. # https://shynixn.github.io/PetBlocks/build/html/gettingstarted/permissions.html#permissionlist
  8.  
  9. ############################
  10.  
  11. # Data-collecting settings
  12.  
  13. # Settings to send anonymous stats to https://bstats.org/plugin/bukkit/PetBlocks.
  14. # As this does not have an impact on your PetBlocks experience at all I would like you to set it on true as knowing that my
  15. # plugin gets used by many server helps me focusing on new updates ;)
  16.  
  17. ############################
  18.  
  19. metrics: true
  20.  
  21. ############################
  22.  
  23. # Database settings
  24.  
  25. # All petblocks are stored in a local file by default.
  26. # It is recommend to edit these settings when you are using a MySQL database
  27. # and have got a bigger player-base. Also if you want to use the same pets
  28. # cross servers. (BungeeCord)
  29.  
  30. ############################
  31.  
  32. sql:
  33. enabled: false
  34. host: localhost
  35. port: 3306
  36. database: ''
  37. usessl: false
  38. username: ''
  39. password: ''
  40.  
  41. ############################
  42.  
  43. # Command settings
  44.  
  45. # Instead of setting the commands inside of the plugin.yml, I believe you should be able to customize
  46. # the whole command by yourself. Name, description, permission customize it to your needs.
  47.  
  48. # petblocks-gui: Settings for the command to open the petblock-GUI
  49. # petblock-configuration: Settings for the command to manage petblock-configuration
  50.  
  51. ############################
  52.  
  53. petblocks-gui:
  54. enabled: true
  55. command: petblock
  56. useage: /<command>
  57. description: Opens the pet GUI.
  58. permission: petblocks.command.use
  59. permission-message: You don't have permission
  60. petblocks-configuration:
  61. enabled: true
  62. command: petblocks
  63. useage: /<command>
  64. description: Command to configure pets.
  65. permission: petblocks.command.admin
  66. permission-message: You don't have permission
  67.  
  68.  
  69. ############################
  70.  
  71. # Pet settings
  72.  
  73. # Settings to customize the pet itself
  74.  
  75. # age-small-ticks: Amount of ticks until the pet grows up.
  76. # age-large-ticks: Amount of ticks until the pet dies.
  77. # age-max-ticks: Amount of ticks until the pet stops aging.
  78. # age-death-on-maxticks: Should the pet die after it has reached the max amount of ticks?
  79.  
  80. # combat-invincible: Should petblocks be able to die when being punched?
  81. # combat-health: Amount of health when petblocks are not invincible
  82.  
  83. # warp-teleports-in-seconds: Amount of seconds a petblock waits to teleport after his owner
  84.  
  85. # flee-flees-in-combat: Should petblocks despawn when their owner is in combat?
  86. # flee-reappears-in-seconds: Amount of seconds the petblock reappears after fleeing the the combat.
  87.  
  88. # follow-amount-blocks-away: Amount of blocks the pet does not get in touch with it's owner
  89. # follow-teleport-fall: Should the pet fall from the owner's head when the owner is teleporting to another location?
  90. # follow-max-range-teleport: Amount of blocks the pet can stay away from the owner before it teleports back to the owner
  91. # follow-carry: Should the pet be able to carry with the player's hands? (Very unstable and not recommend for many types of server)
  92. # follow-flying-wall-colliding: Should the pet not be able to fly through blocks?
  93. # follow-afraid-water: Should the pet be afraid of water?
  94. # follow-afraid-water: Should the pet display angry particles when getting in touch with water?
  95.  
  96. # feeding-enabled: Should feeding pets be possible?
  97. # feeding-click-particle: Particle effect which gets displayed when a player feeds his pet with a carrot.
  98. # feeding-click-sound: Sound which gets played when a player feeds his pet with a carrot.
  99.  
  100. # design-max-petname-length: The max amount of letters a name can be
  101. # design-show-damage-animation: Should the petlock display damage animation when being hit? (Works only for below 1.8.x)
  102. # design-sounds-other-players: Should the petblock sounds be audible for other players?
  103. # design-petname-blacklist: Names which are forbidden to use as pet names!
  104.  
  105. # modifier-riding-speed: Speed of the petblock when the owner is riding on it (1 = default speed, 0.5 = half speed,...)
  106. # modifier-walking-speed: Speed of the petblock when it casually follows the owner (1 = default speed, 0.5 = half speed,...)
  107. # modifier-climbing-height: Amount of blocks the petblock can jump when the it casually follows the owner (1 = default height, 0.5 = half height,...)
  108.  
  109. ############################
  110.  
  111. pet:
  112. age:
  113. small-ticks: 0
  114. large-ticks: 1
  115. max-ticks: 1
  116. death-on-maxticks: false
  117. combat:
  118. invincible: true
  119. health: 20.0
  120. warp:
  121. teleports-in-seconds: 0
  122. flee:
  123. flees-in-combat: false
  124. reappears-in-seconds: 15
  125. follow:
  126. amount-blocks-away: 2
  127. teleport-fall: true
  128. max-range-teleport: 50
  129. carry: false
  130. flying-wall-colliding: true
  131. running-hitbox-height: -1.5
  132. afraid-water: false
  133. afraid-water-particles: false
  134. feeding:
  135. enabled: true
  136. click-particle:
  137. name: 'heart'
  138. speed: 0.1
  139. amount: 20
  140. offx: 1.0
  141. offy: 1.0
  142. offz: 1.0
  143. click-sound:
  144. name: 'EAT'
  145. volume: 1.0
  146. pitch: 1.0
  147. design:
  148. max-petname-length: 20
  149. show-damage-animation: true
  150. sounds-other-players: true
  151. particles-other-players: true
  152. petname-blacklist:
  153. - 'petty'
  154. - 'shitty'
  155. modifier:
  156. riding-speed: 1.0
  157. walking-speed: 1.0
  158. climbing-height: 1.0
  159.  
  160. ############################
  161.  
  162. # World-region settings
  163.  
  164. # Settings to manage spawning of petblocks in certain worlds or worldGuard-regions
  165. # DO NOT PUT 'all' into both included and excluded!
  166.  
  167. # world-excluded: Add worlds where the petblocks should not be able to spawn
  168. # (When 'all' is added to excluded all worlds are disabled for spawning except the added worlds to included)
  169. # world-included: Add worlds where the petblocks should be able to spawn
  170. # (When 'all' is added to included all worlds are enabled for spawning except the added worlds to excluded)
  171.  
  172. # region-excluded: Add regions where the petblocks should not be able to spawn
  173. # (When 'all' is added to excluded all regions are disabled for spawning except the added regions to included)
  174. # region-included: Add regions where the petblocks should be able to spawn
  175. # (When 'all' is added to included all regions are enabled for spawning except the added regions to excluded)
  176.  
  177. ############################
  178.  
  179. world:
  180. excluded:
  181. - ''
  182. included:
  183. - 'all'
  184. region:
  185. excluded:
  186. - ''
  187. included:
  188. - 'all'
  189.  
  190. ############################
  191.  
  192. # Join settings
  193.  
  194. # Settings to manage joining of players and their petblocks
  195.  
  196. # join-enabled: Should the player receive a default pet when he enters the server?
  197. # join-overwrite-previous-pet: Should the player receive a default pet and overwrite any existing pets when he enters the server?
  198. # join-settings: Default pet-settings
  199.  
  200. ############################
  201.  
  202. join:
  203. enabled: false
  204. overwrite-previous-pet: false
  205. settings:
  206. petname: 'Default pet'
  207. engine: 1
  208. id: 2
  209. damage: 0
  210. unbreakable: false
  211. skin: ''
  212. enabled: true
  213. age: 1
  214. effect:
  215. name: 'largesmoke'
  216. speed: 0.01
  217. amount: 2
  218. offx: 0.5
  219. offy: 0.5
  220. offz: 0.5
  221.  
  222. ############################
  223.  
  224. # Messages settings
  225.  
  226. # Settings to adjust the messages
  227.  
  228. ############################
  229.  
  230. messages:
  231. prefix: '&2[&aPetBlocks&2]&a '
  232. default-petname: ":player's pet"
  233. naming-suggest-prefix: ''
  234. naming-suggest-clickable: '&e<<Click here>> '
  235. naming-suggest-suffix: 'to rename your pet.'
  236. naming-suggest-hover: 'Click me to rename your pet.'
  237. naming-success: '&aYou changed the name of your pet.'
  238. naming-error: '&cYou cannot name your pet like that.'
  239. skullnaming-suggest-prefix: ''
  240. skullnaming-suggest-clickable: '&e<<Click here>> '
  241. skullnaming-suggest-suffix: 'to change the skin of your pet.'
  242. skullnaming-suggest-hover: 'Click me to change the skin of your pet.'
  243. skullnaming-success: '&aYou changed the skin of your pet.'
  244. skullnaming-error: '&eThis skin is invalid.'
  245. called-success: '&aYou have called your pet.'
  246. toggle-spawn: '&aYour pet has spawned.'
  247. toggle-despawn: '&aYour pet has despawned.'
  248. perms-ico-yes: '&aYes'
  249. perms-ico-no: '&cNo'
  250. no-perms: '&cYou do not have permissions.'
  251.  
  252. ############################
  253.  
  254. # GUI-settings
  255.  
  256. # Settings for the petblock-gui
  257.  
  258. # settings-title: GUI title
  259. # settings-copy-skin: Should the skin of petblock-engine be applied when being selected?
  260. # settings-use-only-disable-pet-item: Removes the enable block from the GUI and uses the pet-item instead to spawn the pet.
  261. # settings-my-pet-position: Position in the GUI to show the currently selected pet
  262. # settings-my-pet-default-appearance:: Default skin of the petblock if the settings-copy-skin is disabled
  263.  
  264. # gui enabled: Should the the item be shown in the GUI?
  265. # gui position: Position of the item in of the GUI
  266. # gui page: Page of the item in of the GUI (PAGES: MAIN, WARDROBE)
  267. # gui id: item id in the GUI
  268. # gui damage: item damage in the the GUI
  269. # gui skin: item skin in the GUI (Name of the player [Shynixn] or the skin URL [textures.minecraft.net/texture/797884d451dc7b7729de2076cd6c4912865ade70391d1ccec3e95fb39f8c5e1])
  270. # gui name: item name in the GUI
  271. # gui unbreakable: item unbreakable tag in the GUI
  272. # gui lore: item lore in the GUI (Multiple lines support)
  273.  
  274. ############################
  275.  
  276. gui:
  277. settings:
  278. title: 'PetBlocks'
  279. copy-skin: true
  280. use-only-disable-pet-item: false
  281. default-engine: 1
  282. items:
  283. my-pet:
  284. position: 4
  285. default-appearance:
  286. id: 2
  287. damage: 0
  288. skin: 'textures.minecraft.net/texture/dfab7daeb8f333c7886a70ef30caf4dec4a8cd10493f23802f1516bdd23fcd'
  289. unbreakable: false
  290. empty-slot:
  291. enabled: true
  292. id: 160
  293. damage: 15
  294. skin: 'none'
  295. name: 'none'
  296. unbreakable: false
  297. lore:
  298. - 'none'
  299. previous-page:
  300. enabled: true
  301. position: 45
  302. id: 397
  303. damage: 3
  304. skin: 'textures.minecraft.net/texture/3ebf907494a935e955bfcadab81beafb90fb9be49c7026ba97d798d5f1a23'
  305. name: '&aPrevious page'
  306. script: 'scrolling collection -45'
  307. unbreakable: false
  308. lore:
  309. - 'none'
  310. next-page:
  311. enabled: true
  312. position: 53
  313. id: 397
  314. damage: 3
  315. skin: 'textures.minecraft.net/texture/1b6f1a25b6bc199946472aedb370522584ff6f4e83221e5946bd2e41b5ca13b'
  316. name: '&aNext page'
  317. script: 'scrolling collection 45'
  318. unbreakable: false
  319. lore:
  320. - 'none'
  321. back:
  322. enabled: true
  323. position: 49
  324. id: 166
  325. damage: 0
  326. skin: 'none'
  327. name: '&cBack'
  328. unbreakable: false
  329. lore:
  330. - '&7Closes the current window.'
  331. enable-pet:
  332. enabled: true
  333. position: 22
  334. page: 'MAIN'
  335. id: 397
  336. damage: 3
  337. skin: 'textures.minecraft.net/texture/ad5fcd31287d63e7826ea760a7ed154f685dfdc7f3465732a96e619b2e1347'
  338. name: '&c&lPetblock disabled'
  339. unbreakable: false
  340. lore:
  341. - '&7Click to enable the pet.'
  342. disable-pet:
  343. enabled: true
  344. position: 22
  345. page: 'MAIN'
  346. id: 397
  347. damage: 3
  348. skin: 'textures.minecraft.net/texture/f45c9acea8da71b4f252cd4deb5943f49e7dbc0764274b25a6a6f5875baea3'
  349. name: '&a&lPetblock enabled'
  350. unbreakable: false
  351. lore:
  352. - '&7Click to disable the pet.'
  353. engine-settings:
  354. enabled: true
  355. position: 26
  356. page: 'MAIN'
  357. id: 397
  358. damage: 3
  359. skin: 'textures.minecraft.net/texture/8f14f3179b86f69b3efa7472dacaeb2339f6290d2d817362793348abd98e021'
  360. name: '&6&lEngines'
  361. unbreakable: false
  362. lore:
  363. - '&7Customize the behaviour of your pet.'
  364. wardrobe:
  365. enabled: true
  366. position: 18
  367. page: 'MAIN'
  368. id: 397
  369. damage: 3
  370. skin: 'textures.minecraft.net/texture/55507d6517eff952dd38fa8bc551dd6d6a7a5e4ea134519b44650ac1ffa59c3'
  371. name: '&6&lWardrobe'
  372. unbreakable: false
  373. lore:
  374. - '&7Change the appearance of your pet.'
  375. sounds-enabled-pet:
  376. enabled: true
  377. position: 31
  378. page: 'MAIN'
  379. id: 397
  380. damage: 3
  381. skin: 'textures.minecraft.net/texture/cb9c706c85572f05efc4170ada791154de2b5378e6252aadc8d43b19c5564'
  382. name: '&a&lPet unmuted'
  383. unbreakable: false
  384. lore:
  385. - '&7Click to disable the sounds of your pet.'
  386. sounds-disabled-pet:
  387. enabled: true
  388. position: 31
  389. page: 'MAIN'
  390. id: 397
  391. damage: 3
  392. skin: 'textures.minecraft.net/texture/ae7215c45d97d7bc55d9dfa58fcc73f4af74e4b3f5a15b4419127424c4268e'
  393. name: '&c&lPet muted'
  394. unbreakable: false
  395. lore:
  396. - '&7Click to enable the sounds of your pet.'
  397. ordinary-costume:
  398. enabled: true
  399. position: 19
  400. page: 'WARDROBE'
  401. id: 397
  402. damage: 3
  403. skin: 'textures.minecraft.net/texture/c95d37993e594082678472bf9d86823413c250d4332a2c7d8c52de4976b362'
  404. name: '&e&lSimple block costumes'
  405. unbreakable: false
  406. lore:
  407. - '&7Use Minecraft blocks as costume.'
  408. color-costume:
  409. enabled: true
  410. position: 20
  411. page: 'WARDROBE'
  412. id: 397
  413. damage: 3
  414. skin: 'textures.minecraft.net/texture/f1af46febd45c0f4d81e8fa1b66b275d89e272b2ad55c978553a99c733e1ff'
  415. name: '&a&lColored block costumes'
  416. unbreakable: false
  417. lore:
  418. - '&7Use colored Minecraft blocks as costume.'
  419. rare-costume:
  420. enabled: true
  421. position: 21
  422. page: 'WARDROBE'
  423. id: 397
  424. damage: 3
  425. skin: 'textures.minecraft.net/texture/a0c2549a893726988f3428bef799875ba871688ae64eb0cfdc43f7d6e24c6c'
  426. name: '&d&lPlayer head costumes'
  427. unbreakable: false
  428. lore:
  429. - '&7Use player heads as costume.'
  430. minecraft-heads-pet-costume:
  431. enabled: true
  432. position: 22
  433. page: 'WARDROBE'
  434. id: 397
  435. damage: 3
  436. skin: 'textures.minecraft.net/texture/fec052be76e39148a27f255ec537dff92018c79744202d60c51bc67d618ae36a'
  437. name: '&9&lPet costumes'
  438. script: 'binding collection minecraft-heads-com.pet petblocks.selection.petcostumes'
  439. unbreakable: false
  440. lore:
  441. - "&7Use exclusive pet heads as costume."
  442. - "&eSponsored by Minecraft-Heads.com"
  443. minecraft-heads-vehicle-costume:
  444. enabled: true
  445. position: 23
  446. page: 'WARDROBE'
  447. id: 397
  448. damage: 3
  449. skin: 'textures.minecraft.net/texture/e8778c34fba29652cfac8d3f6fb35c49cbc2362b2b8f1378d83b30f463b181'
  450. name: '&2&lVehicle costumes'
  451. script: 'binding collection minecraft-heads-com.vehicle petblocks.selection.vehiclecostumes'
  452. unbreakable: false
  453. lore:
  454. - "&7Use exclusive vehicle heads as costume."
  455. - "&eSponsored by Minecraft-Heads.com"
  456. minecraft-heads-puppet-costume:
  457. enabled: true
  458. position: 24
  459. page: 'WARDROBE'
  460. id: 397
  461. damage: 3
  462. skin: 'textures.minecraft.net/texture/3835da2685f7ad3f1919a018976ad56826691e26758a3a55a1918f7f17ad938'
  463. name: '&b&lPlushie costumes'
  464. script: 'binding collection minecraft-heads-com.puppet petblocks.selection.puppetcostumes'
  465. unbreakable: false
  466. lore:
  467. - "&7Use exclusive plushie heads as costume."
  468. - "&eSponsored by Minecraft-Heads.com"
  469. head-database-costume:
  470. enabled: true
  471. position: 25
  472. page: 'WARDROBE'
  473. id: 397
  474. damage: 3
  475. skin: 'textures.minecraft.net/texture/3bb612eb495ede2c5ca5178d2d1ecf1ca5a255d25dfc3c254bc47f6848791d8'
  476. name: '&c&lHead Database costumes'
  477. unbreakable: false
  478. lore:
  479. - '&7Use heads from an external plugin as costume.'
  480. call-pet:
  481. enabled: true
  482. position: 38
  483. page: 'MAIN'
  484. id: 420
  485. damage: 0
  486. skin: 'none'
  487. name: '&2&lCall'
  488. unbreakable: false
  489. lore:
  490. - '&7Teleports your pet to you.'
  491. particle-pet:
  492. enabled: true
  493. position: 35
  494. page: 'MAIN'
  495. id: 331
  496. damage: 0
  497. skin: 'none'
  498. name: '&6&lParticles'
  499. unbreakable: false
  500. lore:
  501. - '&7Customize the effects of your pet.'
  502. suggest-heads:
  503. enabled: true
  504. position: 43
  505. page: 'WARDROBE'
  506. id: 386
  507. damage: 0
  508. skin: 'none'
  509. unbreakable: false
  510. lore:
  511. - '&7Submit skins for pets or'
  512. - '&7make a suggestion for a new pet.'
  513. cannon-pet:
  514. enabled: true
  515. position: 11
  516. page: 'MAIN'
  517. id: 397
  518. damage: 3
  519. skin: 'textures.minecraft.net/texture/996754d330435345aae3a9f063cfca42afb28b7c5c4bb9f294ed2527d961'
  520. name: '&2&lLaunch'
  521. unbreakable: false
  522. lore:
  523. - '&7Shoot your pet like a cannon.'
  524. skullnaming-pet:
  525. enabled: true
  526. position: 37
  527. page: 'WARDROBE'
  528. id: 397
  529. damage: 3
  530. skin: 'none'
  531. name: '&2&lCustom costume'
  532. unbreakable: false
  533. lore:
  534. - '&7Use the skin of another player as costume.'
  535. naming-pet:
  536. enabled: true
  537. position: 27
  538. unbreakable: false
  539. id: 421
  540. damage: 0
  541. skin: 'none'
  542. name: '&6&lRename'
  543. page: 'MAIN'
  544. lore:
  545. - '&7Change the name of your pet.'
  546. hat-pet:
  547. enabled: true
  548. position: 15
  549. page: 'MAIN'
  550. id: 397
  551. damage: 3
  552. skin: 'textures.minecraft.net/texture/9b5f247a7f5b37bbfa488ab4efaddcbad2e526e94fc542b1fe2f7cfeb6e'
  553. name: '&2&lHat'
  554. unbreakable: false
  555. lore:
  556. - '&7Wear your pet like a hat.'
  557. riding-pet:
  558. enabled: true
  559. position: 42
  560. page: 'MAIN'
  561. id: 329
  562. damage: 0
  563. skin: 'none'
  564. name: '&2&lRide'
  565. unbreakable: false
  566. lore:
  567. - '&7Start to ride your pet.'
  568. #--- DO NOT COPY ITEMS
  569.  
  570. ############################
  571.  
  572. # Engines-settings
  573.  
  574. # Settings for the petblock-engines-category.
  575. # You can find all sound names at the bottom of this file.
  576. # [Warning! Sound names have changed between 1.8 and 1.9, select the right one. All default sounds get automatically translated to 1.9]
  577. # You can add new engines by yourself!
  578.  
  579. # gui id: item id in the GUI
  580. # gui damage: item damage in the the GUI
  581. # gui skin: item skin in the GUI (Name of the player or the skin URL)
  582. # gui name: item name in the GUI
  583. # gui unbreakable: item unbreakable tag in the GUI
  584. # gui lore: item lore in the GUI (Multiple lines support)
  585.  
  586. # behaviour entity types: RABBIT (HOPPING), ZOMBIE (WALKING)
  587.  
  588. ############################
  589.  
  590. engines:
  591. 1:
  592. gui:
  593. id: 397
  594. damage: 3
  595. skin: 'textures.minecraft.net/texture/621668ef7cb79dd9c22ce3d1f3f4cb6e2559893b6df4a469514e667c16aa4'
  596. name: '&d&lPig'
  597. unbreakable: false
  598. lore:
  599. - '&7Permission: <permission>'
  600. behaviour:
  601. entity: 'RABBIT'
  602. riding: 'RUNNING'
  603. sound:
  604. ambient:
  605. name: 'PIG_IDLE'
  606. volume: 1.0
  607. pitch: 1.0
  608. walking:
  609. name: 'PIG_WALK'
  610. volume: 1.0
  611. pitch: 1.0
  612. 2:
  613. gui:
  614. id: 397
  615. damage: 3
  616. skin: 'textures.minecraft.net/texture/1638469a599ceef7207537603248a9ab11ff591fd378bea4735b346a7fae893'
  617. name: '&f&lChicken'
  618. unbreakable: false
  619. lore:
  620. - '&7Permission: <permission>'
  621. behaviour:
  622. entity: 'RABBIT'
  623. riding: 'RUNNING'
  624. sound:
  625. ambient:
  626. name: 'CHICKEN_IDLE'
  627. volume: 1.0
  628. pitch: 1.0
  629. walking:
  630. name: 'CHICKEN_WALK'
  631. volume: 1.0
  632. pitch: 1.0
  633. 3:
  634. gui:
  635. id: 397
  636. damage: 3
  637. skin: 'textures.minecraft.net/texture/e95cbb4f75ea87617f2f713c6d49dac3209ba1bd4b9369654b1459ea15317'
  638. name: '&6&lDog'
  639. unbreakable: false
  640. lore:
  641. - '&7Permission: <permission>'
  642. behaviour:
  643. entity: 'RABBIT'
  644. riding: 'RUNNING'
  645. sound:
  646. ambient:
  647. name: 'WOLF_GROWL'
  648. volume: 1.0
  649. pitch: 1.0
  650. walking:
  651. name: 'WOLF_WALK'
  652. volume: 1.0
  653. pitch: 1.0
  654. 4:
  655. gui:
  656. id: 397
  657. damage: 3
  658. skin: 'textures.minecraft.net/texture/5657cd5c2989ff97570fec4ddcdc6926a68a3393250c1be1f0b114a1db1'
  659. name: '&e&lCat'
  660. unbreakable: false
  661. lore:
  662. - '&7Permission: <permission>'
  663. behaviour:
  664. entity: 'RABBIT'
  665. riding: 'RUNNING'
  666. sound:
  667. ambient:
  668. name: 'CAT_MEOW'
  669. volume: 1.0
  670. pitch: 1.0
  671. walking:
  672. name: 'WOLF_WALK'
  673. volume: 1.0
  674. pitch: 1.0
  675. 5:
  676. gui:
  677. id: 397
  678. damage: 3
  679. skin: 'textures.minecraft.net/texture/5d6c6eda942f7f5f71c3161c7306f4aed307d82895f9d2b07ab4525718edc5'
  680. name: '&2&lCow'
  681. unbreakable: false
  682. lore:
  683. - '&7Permission: <permission>'
  684. behaviour:
  685. entity: 'RABBIT'
  686. riding: 'RUNNING'
  687. sound:
  688. ambient:
  689. name: 'COW_IDLE'
  690. volume: 1.0
  691. pitch: 1.0
  692. walking:
  693. name: 'COW_WALK'
  694. volume: 1.0
  695. pitch: 1.0
  696. 6:
  697. gui:
  698. id: 397
  699. damage: 3
  700. skin: 'textures.minecraft.net/texture/f31f9ccc6b3e32ecf13b8a11ac29cd33d18c95fc73db8a66c5d657ccb8be70'
  701. name: '&7&lSheep'
  702. unbreakable: false
  703. lore:
  704. - '&7Permission: <permission>'
  705. behaviour:
  706. entity: 'RABBIT'
  707. riding: 'RUNNING'
  708. sound:
  709. ambient:
  710. name: 'SHEEP_IDLE'
  711. volume: 1.0
  712. pitch: 1.0
  713. walking:
  714. name: 'SHEEP_WALK'
  715. volume: 1.0
  716. pitch: 1.0
  717. 7:
  718. gui:
  719. id: 397
  720. damage: 3
  721. skin: 'textures.minecraft.net/texture/61902898308730c4747299cb5a5da9c25838b1d059fe46fc36896fee662729'
  722. name: '&6&lHorse'
  723. unbreakable: false
  724. lore:
  725. - '&7Permission: <permission>'
  726. behaviour:
  727. entity: 'RABBIT'
  728. riding: 'RUNNING'
  729. sound:
  730. ambient:
  731. name: 'HORSE_IDLE'
  732. volume: 1.0
  733. pitch: 1.0
  734. walking:
  735. name: 'HORSE_GALLOP'
  736. volume: 1.0
  737. pitch: 1.0
  738. 8:
  739. gui:
  740. id: 397
  741. damage: 3
  742. skin: 'textures.minecraft.net/texture/f2542c19cbcd964274244af6bed1ac8560b3f36fd3b3268061f8a614a9b59e35'
  743. name: '&c&lBird'
  744. unbreakable: false
  745. lore:
  746. - '&7Permission: <permission>'
  747. behaviour:
  748. entity: 'RABBIT'
  749. riding: 'FLYING'
  750. sound:
  751. ambient:
  752. name: 'BAT_IDLE'
  753. volume: 1.0
  754. pitch: 0.0
  755. walking:
  756. name: 'CHICKEN_WALK'
  757. volume: 0.3
  758. pitch: 1.0
  759. 9:
  760. gui:
  761. id: 397
  762. damage: 3
  763. skin: 'textures.minecraft.net/texture/4cf1b3b3f539d2f63c172e94cacfaa391e8b385cdd633f3b991c74e44b28'
  764. name: '&7&lBat'
  765. unbreakable: false
  766. lore:
  767. - '&7Permission: <permission>'
  768. behaviour:
  769. entity: 'RABBIT'
  770. riding: 'FLYING'
  771. sound:
  772. ambient:
  773. name: 'BAT_IDLE'
  774. volume: 1.0
  775. pitch: 1.0
  776. walking:
  777. name: 'BAT_LOOP'
  778. volume: 1.0
  779. pitch: 1.0
  780. 10:
  781. gui:
  782. id: 397
  783. damage: 3
  784. skin: 'textures.minecraft.net/texture/56fc854bb84cf4b7697297973e02b79bc10698460b51a639c60e5e417734e11'
  785. name: '&2&lZombie'
  786. unbreakable: false
  787. lore:
  788. - '&7Permission: <permission>'
  789. behaviour:
  790. entity: 'RABBIT'
  791. riding: 'RUNNING'
  792. sound:
  793. ambient:
  794. name: 'ZOMBIE_IDLE'
  795. volume: 1.0
  796. pitch: 1.0
  797. walking:
  798. name: 'ZOMBIE_WALK'
  799. volume: 1.0
  800. pitch: 1.0
  801. 11:
  802. gui:
  803. id: 397
  804. damage: 3
  805. skin: 'textures.minecraft.net/texture/2e5be6a3c0159d2c1f3b1e4e1d8384b6f7ebac993d58b10b9f8989c78a232'
  806. name: '&7&lSkeleton'
  807. unbreakable: false
  808. lore:
  809. - '&7Permission: <permission>'
  810. behaviour:
  811. entity: 'RABBIT'
  812. riding: 'RUNNING'
  813. sound:
  814. ambient:
  815. name: 'SKELETON_IDLE'
  816. volume: 1.0
  817. pitch: 1.0
  818. walking:
  819. name: 'SKELETON_WALK'
  820. volume: 1.0
  821. pitch: 1.0
  822. 11:
  823. gui:
  824. id: 397
  825. damage: 3
  826. skin: 'textures.minecraft.net/texture/295ef836389af993158aba27ff37b6567185f7a721ca90fdfeb937a7cb5747'
  827. name: '&a&lCreeper'
  828. unbreakable: false
  829. lore:
  830. - '&7Permission: <permission>'
  831. behaviour:
  832. entity: 'RABBIT'
  833. riding: 'RUNNING'
  834. sound:
  835. ambient:
  836. name: 'none'
  837. volume: 1.0
  838. pitch: 1.0
  839. walking:
  840. name: 'none'
  841. volume: 1.0
  842. pitch: 1.0
  843. 12:
  844. gui:
  845. id: 397
  846. damage: 3
  847. skin: 'textures.minecraft.net/texture/cd541541daaff50896cd258bdbdd4cf80c3ba816735726078bfe393927e57f1'
  848. name: '&8&lSpider'
  849. unbreakable: false
  850. lore:
  851. - '&7Permission: <permission>'
  852. behaviour:
  853. entity: 'RABBIT'
  854. riding: 'RUNNING'
  855. sound:
  856. ambient:
  857. name: 'SPIDER_IDLE'
  858. volume: 1.0
  859. pitch: 1.0
  860. walking:
  861. name: 'SPIDER_WALK'
  862. volume: 1.0
  863. pitch: 1.0
  864. 13:
  865. gui:
  866. id: 397
  867. damage: 3
  868. skin: 'textures.minecraft.net/texture/7a59bb0a7a32965b3d90d8eafa899d1835f424509eadd4e6b709ada50b9cf'
  869. name: '&5&lEnderman'
  870. unbreakable: false
  871. lore:
  872. - '&7Permission: <permission>'
  873. behaviour:
  874. entity: 'RABBIT'
  875. riding: 'RUNNING'
  876. sound:
  877. ambient:
  878. name: 'ENDERMAN_IDLE'
  879. volume: 1.0
  880. pitch: 1.0
  881. walking:
  882. name: 'none'
  883. volume: 1.0
  884. pitch: 1.0
  885. 14:
  886. gui:
  887. id: 397
  888. damage: 3
  889. skin: 'textures.minecraft.net/texture/16ad20fc2d579be250d3db659c832da2b478a73a698b7ea10d18c9162e4d9b5'
  890. name: '&a&lSlime'
  891. unbreakable: false
  892. lore:
  893. - '&7Permission: <permission>'
  894. behaviour:
  895. entity: 'RABBIT'
  896. riding: 'RUNNING'
  897. sound:
  898. ambient:
  899. name: 'none'
  900. volume: 1.0
  901. pitch: 1.0
  902. walking:
  903. name: 'SLIME_WALK'
  904. volume: 1.0
  905. pitch: 1.0
  906. 15:
  907. gui:
  908. id: 397
  909. damage: 3
  910. skin: 'textures.minecraft.net/texture/38957d5023c937c4c41aa2412d43410bda23cf79a9f6ab36b76fef2d7c429'
  911. name: '&4&lLavaslime'
  912. unbreakable: false
  913. lore:
  914. - '&7Permission: <permission>'
  915. behaviour:
  916. entity: 'RABBIT'
  917. riding: 'RUNNING'
  918. sound:
  919. ambient:
  920. name: 'none'
  921. volume: 1.0
  922. pitch: 1.0
  923. walking:
  924. name: 'MAGMACUBE_WALK'
  925. volume: 1.0
  926. pitch: 1.0
  927. 16:
  928. gui:
  929. id: 397
  930. damage: 3
  931. skin: 'textures.minecraft.net/texture/74e9c6e98582ffd8ff8feb3322cd1849c43fb16b158abb11ca7b42eda7743eb'
  932. name: '&d&lPigzombie'
  933. unbreakable: false
  934. lore:
  935. - '&7Permission: <permission>'
  936. behaviour:
  937. entity: 'RABBIT'
  938. riding: 'RUNNING'
  939. sound:
  940. ambient:
  941. name: 'PIG_IDLE'
  942. volume: 1.0
  943. pitch: 1.0
  944. walking:
  945. name: 'PIG_WALK'
  946. volume: 1.0
  947. pitch: 1.0
  948. 17:
  949. gui:
  950. id: 397
  951. damage: 3
  952. skin: 'textures.minecraft.net/texture/c52264ac4e5621668c43e87aed7918ed6b883abc5018769c9536d27b77f'
  953. name: '&5&lDragon'
  954. unbreakable: false
  955. lore:
  956. - '&7Permission: <permission>'
  957. behaviour:
  958. entity: 'RABBIT'
  959. riding: 'FLYING'
  960. sound:
  961. ambient:
  962. name: 'ENDERDRAGON_GROWL'
  963. volume: 1.0
  964. pitch: 1.0
  965. walking:
  966. name: 'ENDERDRAGON_WINGS'
  967. volume: 1.0
  968. pitch: 1.0
  969. 18:
  970. gui:
  971. id: 397
  972. damage: 3
  973. skin: 'textures.minecraft.net/texture/456eec1c2169c8c60a7ae436abcd2dc5417d56f8adef84f11343dc1188fe138'
  974. name: '&3&lHuman'
  975. unbreakable: false
  976. lore:
  977. - '&7Permission: <permission>'
  978. behaviour:
  979. entity: 'RABBIT'
  980. riding: 'RUNNING'
  981. sound:
  982. ambient:
  983. name: 'none'
  984. volume: 1.0
  985. pitch: 1.0
  986. walking:
  987. name: 'none'
  988. volume: 1.0
  989. pitch: 1.0
  990. 19:
  991. gui:
  992. id: 397
  993. damage: 3
  994. skin: 'textures.minecraft.net/texture/822d8e751c8f2fd4c8942c44bdb2f5ca4d8ae8e575ed3eb34c18a86e93b'
  995. name: '&a&lVillager'
  996. unbreakable: false
  997. lore:
  998. - '&7Permission: <permission>'
  999. behaviour:
  1000. entity: 'RABBIT'
  1001. riding: 'RUNNING'
  1002. sound:
  1003. ambient:
  1004. name: 'VILLAGER_IDLE'
  1005. volume: 1.0
  1006. pitch: 1.0
  1007. walking:
  1008. name: 'none'
  1009. volume: 1.0
  1010. pitch: 1.0
  1011. 20:
  1012. gui:
  1013. id: 397
  1014. damage: 3
  1015. skin: 'textures.minecraft.net/texture/89091d79ea0f59ef7ef94d7bba6e5f17f2f7d4572c44f90f76c4819a714'
  1016. name: '&8&lIrongolem'
  1017. unbreakable: false
  1018. lore:
  1019. - '&7Permission: <permission>'
  1020. behaviour:
  1021. entity: 'RABBIT'
  1022. riding: 'RUNNING'
  1023. sound:
  1024. ambient:
  1025. name: 'none'
  1026. volume: 1.0
  1027. pitch: 1.0
  1028. walking:
  1029. name: 'IRONGOLEM_WALK'
  1030. volume: 1.0
  1031. pitch: 1.0
  1032. 21:
  1033. gui:
  1034. id: 397
  1035. damage: 3
  1036. skin: 'textures.minecraft.net/texture/ce663a1949db253da3a6f2a69e35da9a524ee3d958a3807ce2bdabcd6f7f5'
  1037. name: '&8&lSilverfish'
  1038. unbreakable: false
  1039. lore:
  1040. - '&7Permission: <permission>'
  1041. behaviour:
  1042. entity: 'RABBIT'
  1043. riding: 'RUNNING'
  1044. sound:
  1045. ambient:
  1046. name: 'SILVERFISH_IDLE'
  1047. volume: 1.0
  1048. pitch: 1.0
  1049. walking:
  1050. name: 'SILVERFISH_WALK'
  1051. volume: 1.0
  1052. pitch: 1.0
  1053. 22:
  1054. gui:
  1055. id: 397
  1056. damage: 3
  1057. skin: 'textures.minecraft.net/texture/8b6a72138d69fbbd2fea3fa251cabd87152e4f1c97e5f986bf685571db3cc0'
  1058. name: '&f&lGhast'
  1059. unbreakable: false
  1060. lore:
  1061. - '&7Permission: <permission>'
  1062. behaviour:
  1063. entity: 'RABBIT'
  1064. riding: 'FLYING'
  1065. sound:
  1066. ambient:
  1067. name: 'GHAST_SCREAM'
  1068. volume: 1.0
  1069. pitch: 1.0
  1070. walking:
  1071. name: 'none'
  1072. volume: 1.0
  1073. pitch: 1.0
  1074. 23:
  1075. gui:
  1076. id: 397
  1077. damage: 3
  1078. skin: 'textures.minecraft.net/texture/b78ef2e4cf2c41a2d14bfde9caff10219f5b1bf5b35a49eb51c6467882cb5f0'
  1079. name: '&e&lBlaze'
  1080. unbreakable: false
  1081. lore:
  1082. - '&7Permission: <permission>'
  1083. behaviour:
  1084. entity: 'RABBIT'
  1085. riding: 'FLYING'
  1086. sound:
  1087. ambient:
  1088. name: 'BLAZE_BREATH'
  1089. volume: 1.0
  1090. pitch: 1.0
  1091. walking:
  1092. name: 'none'
  1093. volume: 1.0
  1094. pitch: 1.0
  1095. 24:
  1096. gui:
  1097. id: 397
  1098. damage: 3
  1099. skin: 'textures.minecraft.net/texture/233b41fa79cd53a230e2db942863843183a70404533bbc01fab744769bcb'
  1100. name: '&8&lWither'
  1101. unbreakable: false
  1102. lore:
  1103. - '&7Permission: <permission>'
  1104. behaviour:
  1105. entity: 'RABBIT'
  1106. riding: 'FLYING'
  1107. sound:
  1108. ambient:
  1109. name: 'WITHER_IDLE'
  1110. volume: 1.0
  1111. pitch: 1.0
  1112. walking:
  1113. name: 'none'
  1114. volume: 1.0
  1115. pitch: 1.0
  1116. 25:
  1117. gui:
  1118. id: 397
  1119. damage: 3
  1120. skin: 'textures.minecraft.net/texture/b1d3534d21fe8499262de87affbeac4d25ffde35c8bdca069e61e1787ff2f'
  1121. name: '&5&lShulker'
  1122. unbreakable: false
  1123. lore:
  1124. - '&7Permission: <permission>'
  1125. behaviour:
  1126. entity: 'RABBIT'
  1127. riding: 'FLYING'
  1128. sound:
  1129. ambient:
  1130. name: 'SHULKER_IDLE'
  1131. volume: 1.0
  1132. pitch: 1.0
  1133. walking:
  1134. name: 'none'
  1135. volume: 1.0
  1136. pitch: 1.0
  1137. 26:
  1138. gui:
  1139. id: 397
  1140. damage: 3
  1141. skin: 'textures.minecraft.net/texture/442123ac15effa1ba46462472871b88f1b09c1db467621376e2f71656d3fbc'
  1142. name: '&f&lPolar Bear'
  1143. unbreakable: false
  1144. lore:
  1145. - '&7Permission: <permission>'
  1146. behaviour:
  1147. entity: 'RABBIT'
  1148. riding: 'RUNNING'
  1149. sound:
  1150. ambient:
  1151. name: 'ENTITY_POLAR_BEAR_AMBIENT'
  1152. volume: 1.0
  1153. pitch: 1.0
  1154. walking:
  1155. name: 'ENTITY_POLAR_BEAR_STEP'
  1156. volume: 1.0
  1157. pitch: 1.0
  1158. 27:
  1159. gui:
  1160. id: 397
  1161. damage: 3
  1162. skin: 'textures.minecraft.net/texture/818cd457fbaf327fa39f10b5b36166fd018264036865164c02d9e5ff53f45'
  1163. name: '&6&lLlama'
  1164. unbreakable: false
  1165. lore:
  1166. - '&7Permission: <permission>'
  1167. behaviour:
  1168. entity: 'RABBIT'
  1169. riding: 'RUNNING'
  1170. sound:
  1171. ambient:
  1172. name: 'ENTITY_LLAMA_AMBIENT'
  1173. volume: 1.0
  1174. pitch: 1.0
  1175. walking:
  1176. name: 'ENTITY_LLAMA_STEP'
  1177. volume: 1.0
  1178. pitch: 1.0
  1179. 28:
  1180. gui:
  1181. id: 397
  1182. damage: 3
  1183. skin: 'textures.minecraft.net/texture/c2ec5a516617ff1573cd2f9d5f3969f56d5575c4ff4efefabd2a18dc7ab98cd'
  1184. name: '&8&lVex'
  1185. unbreakable: false
  1186. lore:
  1187. - '&7Permission: <permission>'
  1188. behaviour:
  1189. entity: 'RABBIT'
  1190. riding: 'FLYING'
  1191. sound:
  1192. ambient:
  1193. name: 'ENTITY_VEX_AMBIENT'
  1194. volume: 1.0
  1195. pitch: 1.0
  1196. walking:
  1197. name: 'none'
  1198. volume: 1.0
  1199. pitch: 1.0
  1200. 29:
  1201. gui:
  1202. id: 397
  1203. damage: 3
  1204. skin: 'textures.minecraft.net/texture/707dab2cbebea539b64d5ad246f9ccc1fcda7aa94b88e59fc2829852f46071'
  1205. name: '&c&lParrot'
  1206. unbreakable: false
  1207. lore:
  1208. - '&7Permission: <permission>'
  1209. behaviour:
  1210. entity: 'RABBIT'
  1211. riding: 'FLYING'
  1212. sound:
  1213. ambient:
  1214. name: 'ENTITY_PARROT_AMBIENT'
  1215. volume: 1.0
  1216. pitch: 1.0
  1217. walking:
  1218. name: 'ENTITY_PARROT_FLY'
  1219. volume: 1.0
  1220. pitch: 1.0
  1221. #--- Copy one of the items increment the number and add it above this line
  1222. ############################
  1223.  
  1224. # Wardrobe-settings
  1225.  
  1226. # Settings for the petblock-wardrobe-category.
  1227. # You can add new costumes by yourself!
  1228.  
  1229. # id: item id in the GUI
  1230. # damage: item damage in the the GUI
  1231. # skin: item skin in the GUI (Name of the player or the skin URL)
  1232. # name: item name in the GUI
  1233. # unbreakable: item unbreakable tag in the GUI
  1234. # lore: item lore in the GUI (Multiple lines support)
  1235.  
  1236. ############################
  1237.  
  1238. wardrobe:
  1239. ordinary:
  1240. 1:
  1241. id: 1
  1242. damage: 0
  1243. skin: 'none'
  1244. name: 'none'
  1245. unbreakable: false
  1246. lore:
  1247. - 'none'
  1248. 2:
  1249. id: 1
  1250. damage: 1
  1251. skin: 'none'
  1252. name: 'none'
  1253. unbreakable: false
  1254. lore:
  1255. - 'none'
  1256. 3:
  1257. id: 1
  1258. damage: 2
  1259. skin: 'none'
  1260. name: 'none'
  1261. unbreakable: false
  1262. lore:
  1263. - 'none'
  1264. 4:
  1265. id: 1
  1266. damage: 3
  1267. skin: 'none'
  1268. name: 'none'
  1269. unbreakable: false
  1270. lore:
  1271. - 'none'
  1272. 5:
  1273. id: 1
  1274. damage: 4
  1275. skin: 'none'
  1276. name: 'none'
  1277. unbreakable: false
  1278. lore:
  1279. - 'none'
  1280. 6:
  1281. id: 1
  1282. damage: 5
  1283. skin: 'none'
  1284. name: 'none'
  1285. unbreakable: false
  1286. lore:
  1287. - 'none'
  1288. 7:
  1289. id: 1
  1290. damage: 6
  1291. skin: 'none'
  1292. name: 'none'
  1293. unbreakable: false
  1294. lore:
  1295. - 'none'
  1296. 8:
  1297. id: 2
  1298. damage: 0
  1299. skin: 'none'
  1300. name: 'none'
  1301. unbreakable: false
  1302. lore:
  1303. - 'none'
  1304. 9:
  1305. id: 3
  1306. damage: 0
  1307. skin: 'none'
  1308. name: 'none'
  1309. unbreakable: false
  1310. lore:
  1311. - 'none'
  1312. 10:
  1313. id: 3
  1314. damage: 1
  1315. skin: 'none'
  1316. name: 'none'
  1317. unbreakable: false
  1318. lore:
  1319. - 'none'
  1320. 11:
  1321. id: 3
  1322. damage: 2
  1323. skin: 'none'
  1324. name: 'none'
  1325. unbreakable: false
  1326. lore:
  1327. - 'none'
  1328. 12:
  1329. id: 4
  1330. damage: 0
  1331. skin: 'none'
  1332. name: 'none'
  1333. unbreakable: false
  1334. lore:
  1335. - 'none'
  1336. 13:
  1337. id: 5
  1338. damage: 0
  1339. skin: 'none'
  1340. name: 'none'
  1341. unbreakable: false
  1342. lore:
  1343. - 'none'
  1344. 14:
  1345. id: 5
  1346. damage: 1
  1347. skin: 'none'
  1348. name: 'none'
  1349. unbreakable: false
  1350. lore:
  1351. - 'none'
  1352. 15:
  1353. id: 5
  1354. damage: 2
  1355. skin: 'none'
  1356. name: 'none'
  1357. unbreakable: false
  1358. lore:
  1359. - 'none'
  1360. 16:
  1361. id: 5
  1362. damage: 3
  1363. skin: 'none'
  1364. name: 'none'
  1365. unbreakable: false
  1366. lore:
  1367. - 'none'
  1368. 17:
  1369. id: 5
  1370. damage: 4
  1371. skin: 'none'
  1372. name: 'none'
  1373. unbreakable: false
  1374. lore:
  1375. - 'none'
  1376. 18:
  1377. id: 5
  1378. damage: 5
  1379. skin: 'none'
  1380. name: 'none'
  1381. unbreakable: false
  1382. lore:
  1383. - 'none'
  1384. 19:
  1385. id: 7
  1386. damage: 0
  1387. skin: 'none'
  1388. name: 'none'
  1389. unbreakable: false
  1390. lore:
  1391. - 'none'
  1392. 20:
  1393. id: 12
  1394. damage: 0
  1395. skin: 'none'
  1396. name: 'none'
  1397. unbreakable: false
  1398. lore:
  1399. - 'none'
  1400. 21:
  1401. id: 12
  1402. damage: 1
  1403. skin: 'none'
  1404. name: 'none'
  1405. unbreakable: false
  1406. lore:
  1407. - 'none'
  1408. 22:
  1409. id: 13
  1410. damage: 0
  1411. skin: 'none'
  1412. name: 'none'
  1413. unbreakable: false
  1414. lore:
  1415. - 'none'
  1416. 23:
  1417. id: 14
  1418. damage: 0
  1419. skin: 'none'
  1420. name: 'none'
  1421. unbreakable: false
  1422. lore:
  1423. - 'none'
  1424. 24:
  1425. id: 15
  1426. damage: 0
  1427. skin: 'none'
  1428. name: 'none'
  1429. unbreakable: false
  1430. lore:
  1431. - 'none'
  1432. 25:
  1433. id: 16
  1434. damage: 0
  1435. skin: 'none'
  1436. name: 'none'
  1437. unbreakable: false
  1438. lore:
  1439. - 'none'
  1440. 26:
  1441. id: 17
  1442. damage: 0
  1443. skin: 'none'
  1444. name: 'none'
  1445. unbreakable: false
  1446. lore:
  1447. - 'none'
  1448. 27:
  1449. id: 17
  1450. damage: 1
  1451. skin: 'none'
  1452. name: 'none'
  1453. unbreakable: false
  1454. lore:
  1455. - 'none'
  1456. 28:
  1457. id: 17
  1458. damage: 2
  1459. skin: 'none'
  1460. name: 'none'
  1461. unbreakable: false
  1462. lore:
  1463. - 'none'
  1464. 29:
  1465. id: 17
  1466. damage: 2
  1467. skin: 'none'
  1468. name: 'none'
  1469. unbreakable: false
  1470. lore:
  1471. - 'none'
  1472. 30:
  1473. id: 17
  1474. damage: 3
  1475. skin: 'none'
  1476. name: 'none'
  1477. unbreakable: false
  1478. lore:
  1479. - 'none'
  1480. 31:
  1481. id: 18
  1482. damage: 0
  1483. skin: 'none'
  1484. name: 'none'
  1485. unbreakable: false
  1486. lore:
  1487. - 'none'
  1488. 32:
  1489. id: 18
  1490. damage: 1
  1491. skin: 'none'
  1492. name: 'none'
  1493. unbreakable: false
  1494. lore:
  1495. - 'none'
  1496. 33:
  1497. id: 18
  1498. damage: 2
  1499. skin: 'none'
  1500. name: 'none'
  1501. unbreakable: false
  1502. lore:
  1503. - 'none'
  1504. 34:
  1505. id: 18
  1506. damage: 3
  1507. skin: 'none'
  1508. name: 'none'
  1509. unbreakable: false
  1510. lore:
  1511. - 'none'
  1512. 35:
  1513. id: 19
  1514. damage: 0
  1515. skin: 'none'
  1516. name: 'none'
  1517. unbreakable: false
  1518. lore:
  1519. - 'none'
  1520. 36:
  1521. id: 19
  1522. damage: 1
  1523. skin: 'none'
  1524. name: 'none'
  1525. unbreakable: false
  1526. lore:
  1527. - 'none'
  1528. 37:
  1529. id: 20
  1530. damage: 0
  1531. skin: 'none'
  1532. name: 'none'
  1533. unbreakable: false
  1534. lore:
  1535. - 'none'
  1536. 38:
  1537. id: 21
  1538. damage: 0
  1539. skin: 'none'
  1540. name: 'none'
  1541. unbreakable: false
  1542. lore:
  1543. - 'none'
  1544. 39:
  1545. id: 22
  1546. damage: 0
  1547. skin: 'none'
  1548. name: 'none'
  1549. unbreakable: false
  1550. lore:
  1551. - 'none'
  1552. 40:
  1553. id: 23
  1554. damage: 0
  1555. skin: 'none'
  1556. name: 'none'
  1557. unbreakable: false
  1558. lore:
  1559. - 'none'
  1560. 41:
  1561. id: 24
  1562. damage: 0
  1563. skin: 'none'
  1564. name: 'none'
  1565. unbreakable: false
  1566. lore:
  1567. - 'none'
  1568. 42:
  1569. id: 24
  1570. damage: 1
  1571. skin: 'none'
  1572. name: 'none'
  1573. unbreakable: false
  1574. lore:
  1575. - 'none'
  1576. 43:
  1577. id: 24
  1578. damage: 2
  1579. skin: 'none'
  1580. name: 'none'
  1581. unbreakable: false
  1582. lore:
  1583. - 'none'
  1584. 44:
  1585. id: 25
  1586. damage: 0
  1587. skin: 'none'
  1588. name: 'none'
  1589. unbreakable: false
  1590. lore:
  1591. - 'none'
  1592. 45:
  1593. id: 29
  1594. damage: 0
  1595. skin: 'none'
  1596. name: 'none'
  1597. unbreakable: false
  1598. lore:
  1599. - 'none'
  1600. 46:
  1601. id: 33
  1602. damage: 0
  1603. skin: 'none'
  1604. name: 'none'
  1605. unbreakable: false
  1606. lore:
  1607. - 'none'
  1608. 47:
  1609. id: 41
  1610. damage: 0
  1611. skin: 'none'
  1612. name: 'none'
  1613. unbreakable: false
  1614. lore:
  1615. - 'none'
  1616. 48:
  1617. id: 42
  1618. damage: 0
  1619. skin: 'none'
  1620. name: 'none'
  1621. unbreakable: false
  1622. lore:
  1623. - 'none'
  1624. 49:
  1625. id: 44
  1626. damage: 0
  1627. skin: 'none'
  1628. name: 'none'
  1629. unbreakable: false
  1630. lore:
  1631. - 'none'
  1632. 50:
  1633. id: 45
  1634. damage: 0
  1635. skin: 'none'
  1636. name: 'none'
  1637. unbreakable: false
  1638. lore:
  1639. - 'none'
  1640. 51:
  1641. id: 57
  1642. damage: 0
  1643. skin: 'none'
  1644. name: 'none'
  1645. unbreakable: false
  1646. lore:
  1647. - 'none'
  1648. 52:
  1649. id: 80
  1650. damage: 0
  1651. skin: 'none'
  1652. name: 'none'
  1653. unbreakable: false
  1654. lore:
  1655. - 'none'
  1656. 53:
  1657. id: 82
  1658. damage: 0
  1659. skin: 'none'
  1660. name: 'none'
  1661. unbreakable: false
  1662. lore:
  1663. - 'none'
  1664. 54:
  1665. id: 87
  1666. damage: 0
  1667. skin: 'none'
  1668. name: 'none'
  1669. unbreakable: false
  1670. lore:
  1671. - 'none'
  1672. 55:
  1673. id: 88
  1674. damage: 0
  1675. skin: 'none'
  1676. name: 'none'
  1677. unbreakable: false
  1678. lore:
  1679. - 'none'
  1680. color:
  1681. 1:
  1682. id: 35
  1683. damage: 12
  1684. skin: 'none'
  1685. name: 'none'
  1686. unbreakable: false
  1687. lore:
  1688. - 'none'
  1689. 2:
  1690. id: 35
  1691. damage: 1
  1692. skin: 'none'
  1693. name: 'none'
  1694. unbreakable: false
  1695. lore:
  1696. - 'none'
  1697. 3:
  1698. id: 35
  1699. damage: 2
  1700. skin: 'none'
  1701. name: 'none'
  1702. unbreakable: false
  1703. lore:
  1704. - 'none'
  1705. 4:
  1706. id: 35
  1707. damage: 3
  1708. skin: 'none'
  1709. name: 'none'
  1710. unbreakable: false
  1711. lore:
  1712. - 'none'
  1713. 5:
  1714. id: 35
  1715. damage: 4
  1716. skin: 'none'
  1717. name: 'none'
  1718. unbreakable: false
  1719. lore:
  1720. - 'none'
  1721. 6:
  1722. id: 35
  1723. damage: 5
  1724. skin: 'none'
  1725. name: 'none'
  1726. unbreakable: false
  1727. lore:
  1728. - 'none'
  1729. 7:
  1730. id: 35
  1731. damage: 6
  1732. skin: 'none'
  1733. name: 'none'
  1734. unbreakable: false
  1735. lore:
  1736. - 'none'
  1737. 8:
  1738. id: 35
  1739. damage: 7
  1740. skin: 'none'
  1741. name: 'none'
  1742. unbreakable: false
  1743. lore:
  1744. - 'none'
  1745. 9:
  1746. id: 35
  1747. damage: 8
  1748. skin: 'none'
  1749. name: 'none'
  1750. unbreakable: false
  1751. lore:
  1752. - 'none'
  1753. 10:
  1754. id: 35
  1755. damage: 9
  1756. skin: 'none'
  1757. name: 'none'
  1758. unbreakable: false
  1759. lore:
  1760. - 'none'
  1761. 11:
  1762. id: 35
  1763. damage: 10
  1764. skin: 'none'
  1765. name: 'none'
  1766. unbreakable: false
  1767. lore:
  1768. - 'none'
  1769. 12:
  1770. id: 35
  1771. damage: 11
  1772. skin: 'none'
  1773. name: 'none'
  1774. unbreakable: false
  1775. lore:
  1776. - 'none'
  1777. 13:
  1778. id: 35
  1779. damage: 12
  1780. skin: 'none'
  1781. name: 'none'
  1782. unbreakable: false
  1783. lore:
  1784. - 'none'
  1785. 14:
  1786. id: 35
  1787. damage: 13
  1788. skin: 'none'
  1789. name: 'none'
  1790. unbreakable: false
  1791. lore:
  1792. - 'none'
  1793. 15:
  1794. id: 35
  1795. damage: 14
  1796. skin: 'none'
  1797. name: 'none'
  1798. unbreakable: false
  1799. lore:
  1800. - 'none'
  1801. 16:
  1802. id: 35
  1803. damage: 15
  1804. skin: 'none'
  1805. name: 'none'
  1806. unbreakable: false
  1807. lore:
  1808. - 'none'
  1809. 17:
  1810. id: 95
  1811. damage: 0
  1812. skin: 'none'
  1813. name: 'none'
  1814. unbreakable: false
  1815. lore:
  1816. - 'none'
  1817. 18:
  1818. id: 95
  1819. damage: 1
  1820. skin: 'none'
  1821. name: 'none'
  1822. unbreakable: false
  1823. lore:
  1824. - 'none'
  1825. 19:
  1826. id: 95
  1827. damage: 2
  1828. skin: 'none'
  1829. name: 'none'
  1830. unbreakable: false
  1831. lore:
  1832. - 'none'
  1833. 20:
  1834. id: 95
  1835. damage: 3
  1836. skin: 'none'
  1837. name: 'none'
  1838. unbreakable: false
  1839. lore:
  1840. - 'none'
  1841. 21:
  1842. id: 95
  1843. damage: 4
  1844. skin: 'none'
  1845. name: 'none'
  1846. unbreakable: false
  1847. lore:
  1848. - 'none'
  1849. 22:
  1850. id: 95
  1851. damage: 5
  1852. skin: 'none'
  1853. name: 'none'
  1854. unbreakable: false
  1855. lore:
  1856. - 'none'
  1857. 23:
  1858. id: 95
  1859. damage: 6
  1860. skin: 'none'
  1861. name: 'none'
  1862. unbreakable: false
  1863. lore:
  1864. - 'none'
  1865. 24:
  1866. id: 95
  1867. damage: 7
  1868. skin: 'none'
  1869. name: 'none'
  1870. unbreakable: false
  1871. lore:
  1872. - 'none'
  1873. 25:
  1874. id: 95
  1875. damage: 8
  1876. skin: 'none'
  1877. name: 'none'
  1878. unbreakable: false
  1879. lore:
  1880. - 'none'
  1881. 26:
  1882. id: 95
  1883. damage: 9
  1884. skin: 'none'
  1885. name: 'none'
  1886. unbreakable: false
  1887. lore:
  1888. - 'none'
  1889. 27:
  1890. id: 95
  1891. damage: 10
  1892. skin: 'none'
  1893. name: 'none'
  1894. unbreakable: false
  1895. lore:
  1896. - 'none'
  1897. 28:
  1898. id: 95
  1899. damage: 11
  1900. skin: 'none'
  1901. name: 'none'
  1902. unbreakable: false
  1903. lore:
  1904. - 'none'
  1905. 29:
  1906. id: 95
  1907. damage: 12
  1908. skin: 'none'
  1909. name: 'none'
  1910. unbreakable: false
  1911. lore:
  1912. - 'none'
  1913. 30:
  1914. id: 95
  1915. damage: 13
  1916. skin: 'none'
  1917. name: 'none'
  1918. unbreakable: false
  1919. lore:
  1920. - 'none'
  1921. 31:
  1922. id: 95
  1923. damage: 14
  1924. skin: 'none'
  1925. name: 'none'
  1926. unbreakable: false
  1927. lore:
  1928. - 'none'
  1929. 32:
  1930. id: 95
  1931. damage: 15
  1932. skin: 'none'
  1933. name: 'none'
  1934. unbreakable: false
  1935. lore:
  1936. - 'none'
  1937. 33:
  1938. id: 159
  1939. damage: 0
  1940. skin: 'none'
  1941. name: 'none'
  1942. unbreakable: false
  1943. lore:
  1944. - 'none'
  1945. 34:
  1946. id: 159
  1947. damage: 1
  1948. skin: 'none'
  1949. name: 'none'
  1950. unbreakable: false
  1951. lore:
  1952. - 'none'
  1953. 35:
  1954. id: 159
  1955. damage: 2
  1956. skin: 'none'
  1957. name: 'none'
  1958. unbreakable: false
  1959. lore:
  1960. - 'none'
  1961. 36:
  1962. id: 159
  1963. damage: 3
  1964. skin: 'none'
  1965. name: 'none'
  1966. unbreakable: false
  1967. lore:
  1968. - 'none'
  1969. 37:
  1970. id: 159
  1971. damage: 4
  1972. skin: 'none'
  1973. name: 'none'
  1974. unbreakable: false
  1975. lore:
  1976. - 'none'
  1977. 38:
  1978. id: 159
  1979. damage: 5
  1980. skin: 'none'
  1981. name: 'none'
  1982. unbreakable: false
  1983. lore:
  1984. - 'none'
  1985. 39:
  1986. id: 159
  1987. damage: 6
  1988. skin: 'none'
  1989. name: 'none'
  1990. unbreakable: false
  1991. lore:
  1992. - 'none'
  1993. 40:
  1994. id: 159
  1995. damage: 7
  1996. skin: 'none'
  1997. name: 'none'
  1998. unbreakable: false
  1999. lore:
  2000. - 'none'
  2001. 41:
  2002. id: 159
  2003. damage: 8
  2004. skin: 'none'
  2005. name: 'none'
  2006. unbreakable: false
  2007. lore:
  2008. - 'none'
  2009. 42:
  2010. id: 159
  2011. damage: 9
  2012. skin: 'none'
  2013. name: 'none'
  2014. unbreakable: false
  2015. lore:
  2016. - 'none'
  2017. 43:
  2018. id: 159
  2019. damage: 10
  2020. skin: 'none'
  2021. name: 'none'
  2022. unbreakable: false
  2023. lore:
  2024. - 'none'
  2025. 44:
  2026. id: 159
  2027. damage: 11
  2028. skin: 'none'
  2029. name: 'none'
  2030. unbreakable: false
  2031. lore:
  2032. - 'none'
  2033. 45:
  2034. id: 159
  2035. damage: 12
  2036. skin: 'none'
  2037. name: 'none'
  2038. unbreakable: false
  2039. lore:
  2040. - 'none'
  2041. 46:
  2042. id: 159
  2043. damage: 13
  2044. skin: 'none'
  2045. name: 'none'
  2046. unbreakable: false
  2047. lore:
  2048. - 'none'
  2049. 47:
  2050. id: 159
  2051. damage: 14
  2052. skin: 'none'
  2053. name: 'none'
  2054. unbreakable: false
  2055. lore:
  2056. - 'none'
  2057. 48:
  2058. id: 159
  2059. damage: 15
  2060. skin: 'none'
  2061. name: 'none'
  2062. unbreakable: false
  2063. lore:
  2064. - 'none'
  2065. rare:
  2066. 1:
  2067. id: 397
  2068. damage: 3
  2069. skin: 'textures.minecraft.net/texture/621668ef7cb79dd9c22ce3d1f3f4cb6e2559893b6df4a469514e667c16aa4'
  2070. name: 'Pig'
  2071. unbreakable: false
  2072. lore:
  2073. - 'none'
  2074. 2:
  2075. id: 397
  2076. damage: 3
  2077. skin: 'textures.minecraft.net/texture/1638469a599ceef7207537603248a9ab11ff591fd378bea4735b346a7fae893'
  2078. name: 'Chicken'
  2079. unbreakable: false
  2080. lore:
  2081. - 'none'
  2082. 3:
  2083. id: 397
  2084. damage: 3
  2085. skin: 'textures.minecraft.net/texture/5657cd5c2989ff97570fec4ddcdc6926a68a3393250c1be1f0b114a1db1'
  2086. name: 'Cat'
  2087. unbreakable: false
  2088. lore:
  2089. - 'none'
  2090. 4:
  2091. id: 397
  2092. damage: 3
  2093. skin: 'textures.minecraft.net/texture/e95cbb4f75ea87617f2f713c6d49dac3209ba1bd4b9369654b1459ea15317'
  2094. name: 'Wolf'
  2095. unbreakable: false
  2096. lore:
  2097. - 'none'
  2098. 5:
  2099. id: 397
  2100. damage: 3
  2101. skin: 'textures.minecraft.net/texture/f2542c19cbcd964274244af6bed1ac8560b3f36fd3b3268061f8a614a9b59e35'
  2102. name: 'Bird'
  2103. unbreakable: false
  2104. lore:
  2105. - 'none'
  2106. 6:
  2107. id: 397
  2108. damage: 3
  2109. skin: 'textures.minecraft.net/texture/c52264ac4e5621668c43e87aed7918ed6b883abc5018769c9536d27b77f'
  2110. name: 'Dragon'
  2111. unbreakable: false
  2112. lore:
  2113. - 'none'
  2114. 7:
  2115. id: 397
  2116. damage: 3
  2117. skin: 'textures.minecraft.net/texture/295ef836389af993158aba27ff37b6567185f7a721ca90fdfeb937a7cb5747'
  2118. name: 'Creeper'
  2119. unbreakable: false
  2120. lore:
  2121. - 'none'
  2122. 8:
  2123. id: 397
  2124. damage: 3
  2125. skin: 'textures.minecraft.net/texture/38957d5023c937c4c41aa2412d43410bda23cf79a9f6ab36b76fef2d7c429'
  2126. name: 'Magma Slime'
  2127. unbreakable: false
  2128. lore:
  2129. - 'none'
  2130. 9:
  2131. id: 397
  2132. damage: 3
  2133. skin: 'textures.minecraft.net/texture/cd541541daaff50896cd258bdbdd4cf80c3ba816735726078bfe393927e57f1'
  2134. name: 'Spider'
  2135. unbreakable: false
  2136. lore:
  2137. - 'none'
  2138. 10:
  2139. id: 397
  2140. damage: 3
  2141. skin: 'textures.minecraft.net/texture/a0c2549a893726988f3428bef799875ba871688ae64eb0cfdc43f7d6e24c6c'
  2142. name: 'Mario'
  2143. unbreakable: false
  2144. lore:
  2145. - 'none'
  2146. 11:
  2147. id: 397
  2148. damage: 3
  2149. skin: 'textures.minecraft.net/texture/b6ad46433a34ed66ccbafb46778ae493f2b3a2a5fdc693f8bffeb3386ccdf3CAPEurl'
  2150. name: 'Human'
  2151. unbreakable: false
  2152. lore:
  2153. - 'none'
  2154. 12:
  2155. id: 397
  2156. damage: 3
  2157. skin: 'textures.minecraft.net/texture/5fc8b863995fb84685c273c859548c75d94f9b82cce41b1efff454fe03cc123'
  2158. name: 'Yoshi'
  2159. unbreakable: false
  2160. lore:
  2161. - 'none'
  2162. 13:
  2163. id: 397
  2164. damage: 3
  2165. skin: 'textures.minecraft.net/texture/4b62d1dbf94e8cbb3c5327d96aac121d20677338924a5ed6de4cbf578a73d'
  2166. name: 'Pokeball'
  2167. unbreakable: false
  2168. lore:
  2169. - 'none'
  2170. 14:
  2171. id: 397
  2172. damage: 3
  2173. skin: 'textures.minecraft.net/texture/f6c5ee57717f561fc12b9f8878fbe0d0d62c72facfad61c0d27cade54e818c14'
  2174. name: 'Pikachu'
  2175. unbreakable: false
  2176. lore:
  2177. - 'none'
  2178. 15:
  2179. id: 397
  2180. damage: 3
  2181. skin: 'textures.minecraft.net/texture/538992fa71d5d98789d5061ddd68e2b7af9efc253b39e1b346343d7789f8dc'
  2182. name: 'Charmander'
  2183. unbreakable: false
  2184. lore:
  2185. - 'none'
  2186. 16:
  2187. id: 397
  2188. damage: 3
  2189. skin: 'textures.minecraft.net/texture/c99ec943b48c6f82f32acd9e8626546de8416cce4da41cbaa02c69feefbea'
  2190. name: 'Bulbasaur'
  2191. unbreakable: false
  2192. lore:
  2193. - 'none'
  2194. 17:
  2195. id: 397
  2196. damage: 3
  2197. skin: 'textures.minecraft.net/texture/f53ebc976cb6771f3e95117b326842ff7812c740bece96bb8858346d841'
  2198. name: 'Squirtle'
  2199. unbreakable: false
  2200. lore:
  2201. - 'none'
  2202. 18:
  2203. id: 397
  2204. damage: 3
  2205. skin: 'textures.minecraft.net/texture/d9e0b56996f494adabebac9ea2a52c64ac486a5e0b8a89e485945dcca2b'
  2206. name: 'Mewto'
  2207. unbreakable: false
  2208. lore:
  2209. - 'none'
  2210. 19:
  2211. id: 397
  2212. damage: 3
  2213. skin: 'textures.minecraft.net/texture/f06555706b641fdaf436c07663f923afc5ee72146f90195fb337b9de766588d'
  2214. name: 'Food'
  2215. unbreakable: false
  2216. lore:
  2217. - 'none'
  2218. 20:
  2219. id: 397
  2220. damage: 3
  2221. skin: 'textures.minecraft.net/texture/b26f0b5e52337c76b5a80e3d971477a8e38b0d71390f13defe1316ad6a0a67c'
  2222. name: 'Burger'
  2223. unbreakable: false
  2224. lore:
  2225. - 'none'
  2226. 21:
  2227. id: 397
  2228. damage: 3
  2229. skin: 'textures.minecraft.net/texture/d7ab62fb77189352541dd95a8ee7e3631f7c1658f463f661680c283493d8a'
  2230. name: 'Milk'
  2231. unbreakable: false
  2232. lore:
  2233. - 'none'
  2234. 22:
  2235. id: 397
  2236. damage: 3
  2237. skin: 'textures.minecraft.net/texture/9a29335ffad5bdf825a96be8eb4c1a803dace929fc8e1178475f8f8d9c5668'
  2238. name: 'Bread'
  2239. unbreakable: false
  2240. lore:
  2241. - 'none'
  2242. 23:
  2243. id: 397
  2244. damage: 3
  2245. skin: 'textures.minecraft.net/texture/f71cc917159f14565f6afe22b9e33d5a23e423ecd8cb5dfba0b3f66d825389ca'
  2246. name: 'Fruit'
  2247. unbreakable: false
  2248. lore:
  2249. - 'none'
  2250. 24:
  2251. id: 397
  2252. damage: 3
  2253. skin: 'textures.minecraft.net/texture/6837a48ee530cfe35aca37969e4ea71d875237d2cb7a81b1ae80a75dc76e5a'
  2254. name: 'Fruit'
  2255. unbreakable: false
  2256. lore:
  2257. - 'none'
  2258. 25:
  2259. id: 397
  2260. damage: 3
  2261. skin: 'textures.minecraft.net/texture/dfd71e20fc50abf0de2ef7decfc01ce27ad51955759e072ceaab96355f594f0'
  2262. name: 'Sweet'
  2263. unbreakable: false
  2264. lore:
  2265. - 'none'
  2266. 26:
  2267. id: 397
  2268. damage: 3
  2269. skin: 'textures.minecraft.net/texture/819f948d17718adace5dd6e050c586229653fef645d7113ab94d17b639cc466'
  2270. name: 'Sweet'
  2271. unbreakable: false
  2272. lore:
  2273. - 'none'
  2274. 27:
  2275. id: 397
  2276. damage: 3
  2277. skin: 'textures.minecraft.net/texture/b0e38c176dbf7df9b0632c256eeb6c5aaca99e1c8c1a530656eaff0417aed22'
  2278. name: 'Burger'
  2279. unbreakable: false
  2280. lore:
  2281. - 'none'
  2282. 28:
  2283. id: 397
  2284. damage: 3
  2285. skin: 'textures.minecraft.net/texture/37ca2aa8a9f5d3246ee7f2d07e1d5fd4819125ecddf5a72e2f675355a3b9bcc'
  2286. name: 'Stormtrooper'
  2287. unbreakable: false
  2288. lore:
  2289. - 'none'
  2290. 29:
  2291. id: 397
  2292. damage: 3
  2293. skin: 'textures.minecraft.net/texture/52284e132bfd659bc6ada497c4fa3094cd93231a6b505a12ce7cd5135ba8ff93'
  2294. name: 'Stormtrooper'
  2295. unbreakable: false
  2296. lore:
  2297. - 'none'
  2298. 30:
  2299. id: 397
  2300. damage: 3
  2301. skin: 'textures.minecraft.net/texture/5685be67be3089dcccc73c4ddc44886e6666e0aa9817aacd4546ef58196038'
  2302. name: 'Stormtrooper'
  2303. unbreakable: false
  2304. lore:
  2305. - 'none'
  2306. 31:
  2307. id: 397
  2308. damage: 3
  2309. skin: 'textures.minecraft.net/texture/c535ff84f4b6d85626b92ca5d2619fd5599a96a585d851727d6633227a654'
  2310. name: 'Boba Fett'
  2311. unbreakable: false
  2312. lore:
  2313. - 'none'
  2314. 32:
  2315. id: 397
  2316. damage: 3
  2317. skin: 'textures.minecraft.net/texture/68f54244604274927974e579d222f0c931278e0eceead31872c81c8e6f441'
  2318. name: 'Jabba The Hutt'
  2319. unbreakable: false
  2320. lore:
  2321. - 'none'
  2322. 33:
  2323. id: 397
  2324. damage: 3
  2325. skin: 'textures.minecraft.net/texture/c9c0b6aa32b5a2c2d77f15dad54af3c2f201f818c7fa3ef83760648264fee2'
  2326. name: 'Wookie'
  2327. unbreakable: false
  2328. lore:
  2329. - 'none'
  2330. 34:
  2331. id: 397
  2332. damage: 3
  2333. skin: 'textures.minecraft.net/texture/4251d1e46d4d5fda32665da1f6cce29fd1c113491451c955f7668de32d37ae6'
  2334. name: 'Yoda'
  2335. unbreakable: false
  2336. lore:
  2337. - 'none'
  2338. 35:
  2339. id: 397
  2340. damage: 3
  2341. skin: 'textures.minecraft.net/texture/b0bcbea8d2ecce2e43daf5997e597b02c605f1babc11971ce4870342e3e1551'
  2342. name: 'R2D2'
  2343. unbreakable: false
  2344. lore:
  2345. - 'none'
  2346. 36:
  2347. id: 397
  2348. damage: 3
  2349. skin: 'textures.minecraft.net/texture/9fec991891f4143d40f013b98dc38dc53ed14ca75ebd32866efb126a32842a1'
  2350. name: 'C3PO'
  2351. unbreakable: false
  2352. lore:
  2353. - 'none'
  2354. 37:
  2355. id: 397
  2356. damage: 3
  2357. skin: 'textures.minecraft.net/texture/a116e69a845e227f7ca1fdde8c357c8c821ebd4ba619382ea4a1f87d4ae94'
  2358. name: 'Notch'
  2359. unbreakable: false
  2360. lore:
  2361. - 'none'
  2362. 38:
  2363. id: 397
  2364. damage: 3
  2365. skin: 'textures.minecraft.net/texture/3a22126c8187c352bf4dac5af2afe48dbf0d4e5f98542bdd9f6c5f52f5169b'
  2366. name: 'Shynixn'
  2367. unbreakable: false
  2368. lore:
  2369. - 'none'
  2370. 39:
  2371. id: 397
  2372. damage: 3
  2373. skin: 'textures.minecraft.net/texture/14e424b1676feec3a3f8ebade9e7d6a6f71f7756a869f36f7df0fc182d436e'
  2374. name: 'Santa'
  2375. unbreakable: false
  2376. lore:
  2377. - 'none'
  2378. 40:
  2379. id: 397
  2380. damage: 3
  2381. skin: 'textures.minecraft.net/texture/98b7ca3c7d314a61abed8fc18d797fc30b6efc8445425c4e250997e52e6cb'
  2382. name: 'Herobrine'
  2383. unbreakable: false
  2384. lore:
  2385. - 'none'
  2386. 41:
  2387. id: 397
  2388. damage: 3
  2389. skin: 'textures.minecraft.net/texture/d357444ade64ec6cea645ec57e775864d67c5fa62299786e03799317ee4ad'
  2390. name: 'Miner'
  2391. unbreakable: false
  2392. lore:
  2393. - 'none'
  2394. 42:
  2395. id: 397
  2396. damage: 3
  2397. skin: 'textures.minecraft.net/texture/42bc2de782fd6d7c50e9b3edb133487191d8f5546644c25be357cca2685db'
  2398. name: 'Sonic'
  2399. unbreakable: false
  2400. lore:
  2401. - 'none'
  2402. 43:
  2403. id: 397
  2404. damage: 3
  2405. skin: 'textures.minecraft.net/texture/fb3329b3c82ddfcd19255c42712eca7bc24472c03f78668faff7d8431997d693'
  2406. name: 'Reaper'
  2407. unbreakable: false
  2408. lore:
  2409. - 'none'
  2410. 44:
  2411. id: 397
  2412. damage: 3
  2413. skin: 'textures.minecraft.net/texture/797884d451dc7b7729de2076cd6c4912865ade70391d1ccec3e95fb39f8c5e1'
  2414. name: 'Crazy'
  2415. unbreakable: false
  2416. lore:
  2417. - 'none'
  2418. #--- Copy one of the items increment the number and add it above this line
  2419.  
  2420. ############################
  2421.  
  2422. # Particles-settings
  2423.  
  2424. # Settings for the petblock-particleEffects-category.
  2425. # You can find all particle names at the bottom of this file.
  2426. # You can add new particles by yourself!
  2427.  
  2428. # id: item id in the GUI
  2429. # damage: item damage in the the GUI
  2430. # skin: item skin in the GUI (Name of the player or the skin URL)
  2431. # name: item name in the GUI
  2432. # unbreakable: item unbreakable tag in the GUI
  2433. # lore: item lore in the GUI (Multiple lines support)
  2434.  
  2435. # effect name: name of the particleEffect
  2436. # effect speed: speed of the particleEffect
  2437. # effect amount: amount of particles of the particleEffect
  2438. # effect offx: offset x of the particleEffect
  2439. # effect offy: offset y of the particleEffect
  2440. # effect offz: offset z of the particleEffect
  2441. # effect red: red-color-code of the particleEffect (Only for color-particleEffects)
  2442. # effect green: green-color-code of the particleEffect (Only for color-particleEffects)
  2443. # effect blue: blue-color code of the particleEffect (Only for color-particleEffects)
  2444. # effect id: item id of the particleEffect (Only for material-particleEffects)
  2445. # effect damage: item damage of the particleEffect (Only for material-particleEffects)
  2446.  
  2447. ############################
  2448.  
  2449. particles:
  2450. 1:
  2451. id: 95
  2452. damage: 13
  2453. skin: 'none'
  2454. name: '&2None'
  2455. unbreakable: false
  2456. lore:
  2457. - 'none'
  2458. effect:
  2459. name: 'none'
  2460. speed: 0.0
  2461. amount: 0
  2462. offx: 0.0
  2463. offy: 0.0
  2464. offz: 0.0
  2465. 2:
  2466. id: 95
  2467. damage: 7
  2468. skin: 'none'
  2469. name: '&8Largesmoke'
  2470. unbreakable: false
  2471. lore:
  2472. - 'none'
  2473. effect:
  2474. name: 'largesmoke'
  2475. speed: 0.01
  2476. amount: 2
  2477. offx: 0.5
  2478. offy: 0.5
  2479. offz: 0.5
  2480. 3:
  2481. id: 95
  2482. damage: 8
  2483. skin: 'none'
  2484. name: '&fExplosion'
  2485. unbreakable: false
  2486. lore:
  2487. - 'none'
  2488. effect:
  2489. name: 'explode'
  2490. speed: 0.01
  2491. amount: 2
  2492. offx: 0.5
  2493. offy: 0.5
  2494. offz: 0.5
  2495. 4:
  2496. id: 351
  2497. damage: 12
  2498. skin: 'none'
  2499. name: '&9Blue-Trail'
  2500. unbreakable: false
  2501. lore:
  2502. - 'none'
  2503. effect:
  2504. name: 'reddust'
  2505. speed: 0.01
  2506. amount: 20
  2507. red: 0
  2508. green: 0
  2509. blue: 255
  2510. 5:
  2511. id: 351
  2512. damage: 1
  2513. skin: 'none'
  2514. name: '&cRed-Trail'
  2515. unbreakable: false
  2516. lore:
  2517. - 'none'
  2518. effect:
  2519. name: 'reddust'
  2520. speed: 0.01
  2521. amount: 20
  2522. red: 255
  2523. green: 0
  2524. blue: 0
  2525. 6:
  2526. id: 351
  2527. damage: 10
  2528. skin: 'none'
  2529. name: '&aGreen-Trail'
  2530. unbreakable: false
  2531. lore:
  2532. - 'none'
  2533. effect:
  2534. name: 'reddust'
  2535. speed: 0.01
  2536. amount: 20
  2537. red: 0
  2538. green: 255
  2539. blue: 0
  2540. 7:
  2541. id: 152
  2542. damage: 0
  2543. skin: 'none'
  2544. name: '&cRedstone-Crack'
  2545. unbreakable: false
  2546. lore:
  2547. - 'none'
  2548. effect:
  2549. name: 'blockcrack'
  2550. amount: 2
  2551. speed: 0.01
  2552. offx: 0.5
  2553. offy: 0.5
  2554. offz: 0.5
  2555. id: 166
  2556. damage: 0
  2557. 8:
  2558. id: 12
  2559. damage: 0
  2560. skin: 'none'
  2561. name: '&eSand-Crack'
  2562. unbreakable: false
  2563. lore:
  2564. - 'none'
  2565. effect:
  2566. name: 'blockdust'
  2567. speed: 0.01
  2568. amount: 2
  2569. offx: 0.5
  2570. offy: 0.5
  2571. offz: 0.5
  2572. id: 12
  2573. damage: 0
  2574. 9:
  2575. id: 18
  2576. damage: 0
  2577. skin: 'none'
  2578. name: '&2Leaves-Crack'
  2579. unbreakable: false
  2580. lore:
  2581. - 'none'
  2582. effect:
  2583. name: 'blockdust'
  2584. speed: 0.01
  2585. amount: 2
  2586. offx: 0.5
  2587. offy: 0.5
  2588. offz: 0.5
  2589. id: 18
  2590. damage: 0
  2591. 10:
  2592. id: 95
  2593. damage: 11
  2594. skin: 'none'
  2595. name: '&9Splash'
  2596. unbreakable: false
  2597. lore:
  2598. - 'none'
  2599. effect:
  2600. name: 'splash'
  2601. speed: 0.01
  2602. amount: 2
  2603. offx: 0.5
  2604. offy: 0.5
  2605. offz: 0.5
  2606. 11:
  2607. id: 95
  2608. damage: 2
  2609. skin: 'none'
  2610. name: '&5Portal'
  2611. unbreakable: false
  2612. lore:
  2613. - 'none'
  2614. effect:
  2615. name: 'portal'
  2616. speed: 0.01
  2617. amount: 2
  2618. offx: 0.5
  2619. offy: 0.5
  2620. offz: 0.5
  2621. 12:
  2622. id: 95
  2623. damage: 0
  2624. skin: 'none'
  2625. name: '&fSpell'
  2626. unbreakable: false
  2627. lore:
  2628. - 'none'
  2629. effect:
  2630. name: 'spell'
  2631. speed: 0.01
  2632. amount: 2
  2633. offx: 0.5
  2634. offy: 0.5
  2635. offz: 0.5
  2636. 13:
  2637. id: 351
  2638. damage: 11
  2639. skin: 'none'
  2640. name: '&eYello-Trail'
  2641. unbreakable: false
  2642. lore:
  2643. - 'none'
  2644. effect:
  2645. name: 'reddust'
  2646. speed: 0.01
  2647. amount: 20
  2648. red: 255
  2649. green: 185
  2650. blue: 15
  2651. 14:
  2652. id: 351
  2653. damage: 13
  2654. skin: 'none'
  2655. name: '&5Purple-Trail'
  2656. unbreakable: false
  2657. lore:
  2658. - 'none'
  2659. effect:
  2660. name: 'reddust'
  2661. speed: 0.01
  2662. amount: 20
  2663. red: 139
  2664. green: 0
  2665. blue: 139
  2666. 15:
  2667. id: 351
  2668. damage: 14
  2669. skin: 'none'
  2670. name: '&6Orange-Trail'
  2671. unbreakable: false
  2672. lore:
  2673. - 'none'
  2674. effect:
  2675. name: 'reddust'
  2676. speed: 0.01
  2677. amount: 20
  2678. red: 238
  2679. green: 118
  2680. blue: 0
  2681. 16:
  2682. id: 42
  2683. damage: 0
  2684. skin: 'none'
  2685. name: '&fIron-Crack'
  2686. unbreakable: false
  2687. lore:
  2688. - 'none'
  2689. effect:
  2690. name: 'blockdust'
  2691. amount: 2
  2692. speed: 0.01
  2693. offx: 0.5
  2694. offy: 0.5
  2695. offz: 0.5
  2696. id: 42
  2697. damage: 0
  2698. 17:
  2699. id: 41
  2700. damage: 0
  2701. skin: 'none'
  2702. name: '&eGold-Crack'
  2703. unbreakable: false
  2704. lore:
  2705. - 'none'
  2706. effect:
  2707. name: 'blockdust'
  2708. speed: 0.01
  2709. amount: 2
  2710. offx: 0.5
  2711. offy: 0.5
  2712. offz: 0.5
  2713. id: 41
  2714. damage: 0
  2715. 18:
  2716. id: 57
  2717. damage: 0
  2718. skin: 'none'
  2719. name: '&bDiamond-Crack'
  2720. unbreakable: false
  2721. lore:
  2722. - 'none'
  2723. effect:
  2724. name: 'blockdust'
  2725. speed: 0.01
  2726. amount: 2
  2727. offx: 0.5
  2728. offy: 0.5
  2729. offz: 0.5
  2730. id: 57
  2731. damage: 0
  2732. 19:
  2733. id: 95
  2734. damage: 1
  2735. skin: 'none'
  2736. name: '&6Flames'
  2737. unbreakable: false
  2738. lore:
  2739. - 'none'
  2740. effect:
  2741. name: 'flame'
  2742. speed: 0.01
  2743. amount: 2
  2744. offx: 0.5
  2745. offy: 0.5
  2746. offz: 0.5
  2747. 20:
  2748. id: 95
  2749. damage: 5
  2750. skin: 'none'
  2751. name: '&aHappiness'
  2752. unbreakable: false
  2753. lore:
  2754. - 'none'
  2755. effect:
  2756. name: 'happyVillager'
  2757. speed: 0.01
  2758. amount: 1
  2759. offx: 0.5
  2760. offy: 0.5
  2761. offz: 0.5
  2762. 21:
  2763. id: 95
  2764. damage: 14
  2765. skin: 'none'
  2766. name: '&cHearts'
  2767. unbreakable: false
  2768. lore:
  2769. - 'none'
  2770. effect:
  2771. name: 'heart'
  2772. speed: 4.0
  2773. amount: 1
  2774. offx: 0.5
  2775. offy: 0.5
  2776. offz: 0.5
  2777. 22:
  2778. id: 351
  2779. damage: 3
  2780. skin: 'none'
  2781. name: '&6Brown-Trail'
  2782. unbreakable: false
  2783. lore:
  2784. - 'none'
  2785. effect:
  2786. name: 'reddust'
  2787. speed: 0.01
  2788. amount: 20
  2789. red: 139
  2790. green: 69
  2791. blue: 19
  2792. 23:
  2793. id: 351
  2794. damage: 15
  2795. skin: 'none'
  2796. name: '&fWhite-Trail'
  2797. unbreakable: false
  2798. lore:
  2799. - 'none'
  2800. effect:
  2801. name: 'reddust'
  2802. speed: 0.01
  2803. amount: 20
  2804. red: 255
  2805. green: 255
  2806. blue: 255
  2807. 24:
  2808. id: 351
  2809. damage: 0
  2810. skin: 'none'
  2811. name: '&8Black-Trail'
  2812. unbreakable: false
  2813. lore:
  2814. - 'none'
  2815. effect:
  2816. name: 'reddust'
  2817. speed: 0.01
  2818. amount: 20
  2819. red: 0
  2820. green: 0
  2821. blue: 0
  2822. 25:
  2823. id: 1
  2824. damage: 0
  2825. skin: 'none'
  2826. name: '&7Stone-Crack'
  2827. unbreakable: false
  2828. lore:
  2829. - 'none'
  2830. effect:
  2831. name: 'blockdust'
  2832. amount: 2
  2833. speed: 0.01
  2834. offx: 0.5
  2835. offy: 0.5
  2836. offz: 0.5
  2837. id: 1
  2838. damage: 0
  2839. 26:
  2840. id: 2
  2841. damage: 0
  2842. skin: 'none'
  2843. name: '&aGrass-Crack'
  2844. unbreakable: false
  2845. lore:
  2846. - 'none'
  2847. effect:
  2848. name: 'blockdust'
  2849. speed: 0.01
  2850. amount: 2
  2851. offx: 0.5
  2852. offy: 0.5
  2853. offz: 0.5
  2854. id: 2
  2855. damage: 0
  2856. 27:
  2857. id: 5
  2858. damage: 0
  2859. skin: 'none'
  2860. name: '&6Wood-Crack'
  2861. unbreakable: false
  2862. lore:
  2863. - 'none'
  2864. effect:
  2865. name: 'blockdust'
  2866. speed: 0.01
  2867. amount: 2
  2868. offx: 0.5
  2869. offy: 0.5
  2870. offz: 0.5
  2871. id: 5
  2872. damage: 0
  2873. #--- Copy one of the particles, increment the number and add it above this line
  2874.  
  2875.  
  2876. #******************
  2877. # Particle list (Color/material particles require the color/material template to work)
  2878. #******************
  2879. # explode
  2880. # largeexplode
  2881. # hugeexplosion
  2882. # fireworksSpark
  2883. # bubble
  2884. # splash
  2885. # wake
  2886. # suspended
  2887. # depthSuspend
  2888. # crit
  2889. # magicCrit
  2890. # smoke
  2891. # largesmoke
  2892. # spell
  2893. # instantSpell
  2894. # mobSpell [Color]
  2895. # mobSpellAmbient [Color]
  2896. # witchMagic
  2897. # dripWater
  2898. # dripLava
  2899. # angryVillager
  2900. # happyVillager
  2901. # townaura
  2902. # note [Color]
  2903. # portal
  2904. # enchantmenttable
  2905. # flame
  2906. # lava
  2907. # footstep
  2908. # cloud
  2909. # reddust [Color]
  2910. # snowballpoof
  2911. # snowshovel
  2912. # slime
  2913. # heart
  2914. # barrier
  2915. # iconcrack [Material]
  2916. # blockcrack [Material]
  2917. # blockdust [Material]
  2918. # droplet
  2919. # take
  2920. # mobappearance
  2921.  
  2922. #*******************
  2923. # Sound list [1.9 and above]
  2924. #*******************
  2925. # AMBIENT_CAVE
  2926. # BLOCK_ANVIL_BREAK
  2927. # BLOCK_ANVIL_DESTROY
  2928. # BLOCK_ANVIL_FALL
  2929. # BLOCK_ANVIL_HIT
  2930. # BLOCK_ANVIL_LAND
  2931. # BLOCK_ANVIL_PLACE
  2932. # BLOCK_ANVIL_STEP
  2933. # BLOCK_ANVIL_USE
  2934. # BLOCK_BREWING_STAND_BREW
  2935. # BLOCK_CHEST_CLOSE
  2936. # BLOCK_CHEST_LOCKED
  2937. # BLOCK_CHEST_OPEN
  2938. # BLOCK_CHORUS_FLOWER_DEATH
  2939. # BLOCK_CHORUS_FLOWER_GROW
  2940. # BLOCK_CLOTH_BREAK
  2941. # BLOCK_CLOTH_FALL
  2942. # BLOCK_CLOTH_HIT
  2943. # BLOCK_CLOTH_PLACE
  2944. # BLOCK_CLOTH_STEP
  2945. # BLOCK_COMPARATOR_CLICK
  2946. # BLOCK_DISPENSER_DISPENSE
  2947. # BLOCK_DISPENSER_FAIL
  2948. # BLOCK_DISPENSER_LAUNCH
  2949. # BLOCK_ENCHANTMENT_TABLE_USE
  2950. # BLOCK_ENDERCHEST_CLOSE
  2951. # BLOCK_ENDERCHEST_OPEN
  2952. # BLOCK_END_GATEWAY_SPAWN
  2953. # BLOCK_END_PORTAL_FRAME_FILL
  2954. # BLOCK_END_PORTAL_SPAWN
  2955. # BLOCK_FENCE_GATE_CLOSE
  2956. # BLOCK_FENCE_GATE_OPEN
  2957. # BLOCK_FIRE_AMBIENT
  2958. # BLOCK_FIRE_EXTINGUISH
  2959. # BLOCK_FURNACE_FIRE_CRACKLE
  2960. # BLOCK_GLASS_BREAK
  2961. # BLOCK_GLASS_FALL
  2962. # BLOCK_GLASS_HIT
  2963. # BLOCK_GLASS_PLACE
  2964. # BLOCK_GLASS_STEP
  2965. # BLOCK_GRASS_BREAK
  2966. # BLOCK_GRASS_FALL
  2967. # BLOCK_GRASS_HIT
  2968. # BLOCK_GRASS_PLACE
  2969. # BLOCK_GRASS_STEP
  2970. # BLOCK_GRAVEL_BREAK
  2971. # BLOCK_GRAVEL_FALL
  2972. # BLOCK_GRAVEL_HIT
  2973. # BLOCK_GRAVEL_PLACE
  2974. # BLOCK_GRAVEL_STEP
  2975. # BLOCK_IRON_DOOR_CLOSE
  2976. # BLOCK_IRON_DOOR_OPEN
  2977. # BLOCK_IRON_TRAPDOOR_CLOSE
  2978. # BLOCK_IRON_TRAPDOOR_OPEN
  2979. # BLOCK_LADDER_BREAK
  2980. # BLOCK_LADDER_FALL
  2981. # BLOCK_LADDER_HIT
  2982. # BLOCK_LADDER_PLACE
  2983. # BLOCK_LADDER_STEP
  2984. # BLOCK_LAVA_AMBIENT
  2985. # BLOCK_LAVA_EXTINGUISH
  2986. # BLOCK_LAVA_POP
  2987. # BLOCK_LEVER_CLICK
  2988. # BLOCK_METAL_BREAK
  2989. # BLOCK_METAL_FALL
  2990. # BLOCK_METAL_HIT
  2991. # BLOCK_METAL_PLACE
  2992. # BLOCK_METAL_PRESSUREPLATE_CLICK_OFF
  2993. # BLOCK_METAL_PRESSUREPLATE_CLICK_ON
  2994. # BLOCK_METAL_STEP
  2995. # BLOCK_NOTE_BASEDRUM
  2996. # BLOCK_NOTE_BASS
  2997. # BLOCK_NOTE_BELL
  2998. # BLOCK_NOTE_CHIME
  2999. # BLOCK_NOTE_FLUTE
  3000. # BLOCK_NOTE_GUITAR
  3001. # BLOCK_NOTE_HARP
  3002. # BLOCK_NOTE_HAT
  3003. # BLOCK_NOTE_PLING
  3004. # BLOCK_NOTE_SNARE
  3005. # BLOCK_NOTE_XYLOPHONE
  3006. # BLOCK_PISTON_CONTRACT
  3007. # BLOCK_PISTON_EXTEND
  3008. # BLOCK_PORTAL_AMBIENT
  3009. # BLOCK_PORTAL_TRAVEL
  3010. # BLOCK_PORTAL_TRIGGER
  3011. # BLOCK_REDSTONE_TORCH_BURNOUT
  3012. # BLOCK_SAND_BREAK
  3013. # BLOCK_SAND_FALL
  3014. # BLOCK_SAND_HIT
  3015. # BLOCK_SAND_PLACE
  3016. # BLOCK_SAND_STEP
  3017. # BLOCK_SHULKER_BOX_CLOSE
  3018. # BLOCK_SHULKER_BOX_OPEN
  3019. # BLOCK_SLIME_BREAK
  3020. # BLOCK_SLIME_FALL
  3021. # BLOCK_SLIME_HIT
  3022. # BLOCK_SLIME_PLACE
  3023. # BLOCK_SLIME_STEP
  3024. # BLOCK_SNOW_BREAK
  3025. # BLOCK_SNOW_FALL
  3026. # BLOCK_SNOW_HIT
  3027. # BLOCK_SNOW_PLACE
  3028. # BLOCK_SNOW_STEP
  3029. # BLOCK_STONE_BREAK
  3030. # BLOCK_STONE_BUTTON_CLICK_OFF
  3031. # BLOCK_STONE_BUTTON_CLICK_ON
  3032. # BLOCK_STONE_FALL
  3033. # BLOCK_STONE_HIT
  3034. # BLOCK_STONE_PLACE
  3035. # BLOCK_STONE_PRESSUREPLATE_CLICK_OFF
  3036. # BLOCK_STONE_PRESSUREPLATE_CLICK_ON
  3037. # BLOCK_STONE_STEP
  3038. # BLOCK_TRIPWIRE_ATTACH
  3039. # BLOCK_TRIPWIRE_CLICK_OFF
  3040. # BLOCK_TRIPWIRE_CLICK_ON
  3041. # BLOCK_TRIPWIRE_DETACH
  3042. # BLOCK_WATERLILY_PLACE
  3043. # BLOCK_WATER_AMBIENT
  3044. # BLOCK_WOODEN_DOOR_CLOSE
  3045. # BLOCK_WOODEN_DOOR_OPEN
  3046. # BLOCK_WOODEN_TRAPDOOR_CLOSE
  3047. # BLOCK_WOODEN_TRAPDOOR_OPEN
  3048. # BLOCK_WOOD_BREAK
  3049. # BLOCK_WOOD_BUTTON_CLICK_OFF
  3050. # BLOCK_WOOD_BUTTON_CLICK_ON
  3051. # BLOCK_WOOD_FALL
  3052. # BLOCK_WOOD_HIT
  3053. # BLOCK_WOOD_PLACE
  3054. # BLOCK_WOOD_PRESSUREPLATE_CLICK_OFF
  3055. # BLOCK_WOOD_PRESSUREPLATE_CLICK_ON
  3056. # BLOCK_WOOD_STEP
  3057. # ENCHANT_THORNS_HIT
  3058. # ENTITY_ARMORSTAND_BREAK
  3059. # ENTITY_ARMORSTAND_FALL
  3060. # ENTITY_ARMORSTAND_HIT
  3061. # ENTITY_ARMORSTAND_PLACE
  3062. # ENTITY_ARROW_HIT
  3063. # ENTITY_ARROW_HIT_PLAYER
  3064. # ENTITY_ARROW_SHOOT
  3065. # ENTITY_BAT_AMBIENT
  3066. # ENTITY_BAT_DEATH
  3067. # ENTITY_BAT_HURT
  3068. # ENTITY_BAT_LOOP
  3069. # ENTITY_BAT_TAKEOFF
  3070. # ENTITY_BLAZE_AMBIENT
  3071. # ENTITY_BLAZE_BURN
  3072. # ENTITY_BLAZE_DEATH
  3073. # ENTITY_BLAZE_HURT
  3074. # ENTITY_BLAZE_SHOOT
  3075. # ENTITY_BOAT_PADDLE_LAND
  3076. # ENTITY_BOAT_PADDLE_WATER
  3077. # ENTITY_BOBBER_RETRIEVE
  3078. # ENTITY_BOBBER_SPLASH
  3079. # ENTITY_BOBBER_THROW
  3080. # ENTITY_CAT_AMBIENT
  3081. # ENTITY_CAT_DEATH
  3082. # ENTITY_CAT_HISS
  3083. # ENTITY_CAT_HURT
  3084. # ENTITY_CAT_PURR
  3085. # ENTITY_CAT_PURREOW
  3086. # ENTITY_CHICKEN_AMBIENT
  3087. # ENTITY_CHICKEN_DEATH
  3088. # ENTITY_CHICKEN_EGG
  3089. # ENTITY_CHICKEN_HURT
  3090. # ENTITY_CHICKEN_STEP
  3091. # ENTITY_COW_AMBIENT
  3092. # ENTITY_COW_DEATH
  3093. # ENTITY_COW_HURT
  3094. # ENTITY_COW_MILK
  3095. # ENTITY_COW_STEP
  3096. # ENTITY_CREEPER_DEATH
  3097. # ENTITY_CREEPER_HURT
  3098. # ENTITY_CREEPER_PRIMED
  3099. # ENTITY_DONKEY_AMBIENT
  3100. # ENTITY_DONKEY_ANGRY
  3101. # ENTITY_DONKEY_CHEST
  3102. # ENTITY_DONKEY_DEATH
  3103. # ENTITY_DONKEY_HURT
  3104. # ENTITY_EGG_THROW
  3105. # ENTITY_ELDER_GUARDIAN_AMBIENT
  3106. # ENTITY_ELDER_GUARDIAN_AMBIENT_LAND
  3107. # ENTITY_ELDER_GUARDIAN_CURSE
  3108. # ENTITY_ELDER_GUARDIAN_DEATH
  3109. # ENTITY_ELDER_GUARDIAN_DEATH_LAND
  3110. # ENTITY_ELDER_GUARDIAN_FLOP
  3111. # ENTITY_ELDER_GUARDIAN_HURT
  3112. # ENTITY_ELDER_GUARDIAN_HURT_LAND
  3113. # ENTITY_ENDERDRAGON_AMBIENT
  3114. # ENTITY_ENDERDRAGON_DEATH
  3115. # ENTITY_ENDERDRAGON_FIREBALL_EXPLODE
  3116. # ENTITY_ENDERDRAGON_FLAP
  3117. # ENTITY_ENDERDRAGON_GROWL
  3118. # ENTITY_ENDERDRAGON_HURT
  3119. # ENTITY_ENDERDRAGON_SHOOT
  3120. # ENTITY_ENDEREYE_DEATH
  3121. # ENTITY_ENDEREYE_LAUNCH
  3122. # ENTITY_ENDERMEN_AMBIENT
  3123. # ENTITY_ENDERMEN_DEATH
  3124. # ENTITY_ENDERMEN_HURT
  3125. # ENTITY_ENDERMEN_SCREAM
  3126. # ENTITY_ENDERMEN_STARE
  3127. # ENTITY_ENDERMEN_TELEPORT
  3128. # ENTITY_ENDERMITE_AMBIENT
  3129. # ENTITY_ENDERMITE_DEATH
  3130. # ENTITY_ENDERMITE_HURT
  3131. # ENTITY_ENDERMITE_STEP
  3132. # ENTITY_ENDERPEARL_THROW
  3133. # ENTITY_EVOCATION_FANGS_ATTACK
  3134. # ENTITY_EVOCATION_ILLAGER_AMBIENT
  3135. # ENTITY_EVOCATION_ILLAGER_CAST_SPELL
  3136. # ENTITY_EVOCATION_ILLAGER_DEATH
  3137. # ENTITY_EVOCATION_ILLAGER_HURT
  3138. # ENTITY_EVOCATION_ILLAGER_PREPARE_ATTACK
  3139. # ENTITY_EVOCATION_ILLAGER_PREPARE_SUMMON
  3140. # ENTITY_EVOCATION_ILLAGER_PREPARE_WOLOLO
  3141. # ENTITY_EXPERIENCE_BOTTLE_THROW
  3142. # ENTITY_EXPERIENCE_ORB_PICKUP
  3143. # ENTITY_FIREWORK_BLAST
  3144. # ENTITY_FIREWORK_BLAST_FAR
  3145. # ENTITY_FIREWORK_LARGE_BLAST
  3146. # ENTITY_FIREWORK_LARGE_BLAST_FAR
  3147. # ENTITY_FIREWORK_LAUNCH
  3148. # ENTITY_FIREWORK_SHOOT
  3149. # ENTITY_FIREWORK_TWINKLE
  3150. # ENTITY_FIREWORK_TWINKLE_FAR
  3151. # ENTITY_GENERIC_BIG_FALL
  3152. # ENTITY_GENERIC_BURN
  3153. # ENTITY_GENERIC_DEATH
  3154. # ENTITY_GENERIC_DRINK
  3155. # ENTITY_GENERIC_EAT
  3156. # ENTITY_GENERIC_EXPLODE
  3157. # ENTITY_GENERIC_EXTINGUISH_FIRE
  3158. # ENTITY_GENERIC_HURT
  3159. # ENTITY_GENERIC_SMALL_FALL
  3160. # ENTITY_GENERIC_SPLASH
  3161. # ENTITY_GENERIC_SWIM
  3162. # ENTITY_GHAST_AMBIENT
  3163. # ENTITY_GHAST_DEATH
  3164. # ENTITY_GHAST_HURT
  3165. # ENTITY_GHAST_SCREAM
  3166. # ENTITY_GHAST_SHOOT
  3167. # ENTITY_GHAST_WARN
  3168. # ENTITY_GUARDIAN_AMBIENT
  3169. # ENTITY_GUARDIAN_AMBIENT_LAND
  3170. # ENTITY_GUARDIAN_ATTACK
  3171. # ENTITY_GUARDIAN_DEATH
  3172. # ENTITY_GUARDIAN_DEATH_LAND
  3173. # ENTITY_GUARDIAN_FLOP
  3174. # ENTITY_GUARDIAN_HURT
  3175. # ENTITY_GUARDIAN_HURT_LAND
  3176. # ENTITY_HORSE_AMBIENT
  3177. # ENTITY_HORSE_ANGRY
  3178. # ENTITY_HORSE_ARMOR
  3179. # ENTITY_HORSE_BREATHE
  3180. # ENTITY_HORSE_DEATH
  3181. # ENTITY_HORSE_EAT
  3182. # ENTITY_HORSE_GALLOP
  3183. # ENTITY_HORSE_HURT
  3184. # ENTITY_HORSE_JUMP
  3185. # ENTITY_HORSE_LAND
  3186. # ENTITY_HORSE_SADDLE
  3187. # ENTITY_HORSE_STEP
  3188. # ENTITY_HORSE_STEP_WOOD
  3189. # ENTITY_HOSTILE_BIG_FALL
  3190. # ENTITY_HOSTILE_DEATH
  3191. # ENTITY_HOSTILE_HURT
  3192. # ENTITY_HOSTILE_SMALL_FALL
  3193. # ENTITY_HOSTILE_SPLASH
  3194. # ENTITY_HOSTILE_SWIM
  3195. # ENTITY_HUSK_AMBIENT
  3196. # ENTITY_HUSK_DEATH
  3197. # ENTITY_HUSK_HURT
  3198. # ENTITY_HUSK_STEP
  3199. # ENTITY_ILLUSION_ILLAGER_AMBIENT
  3200. # ENTITY_ILLUSION_ILLAGER_CAST_SPELL
  3201. # ENTITY_ILLUSION_ILLAGER_DEATH
  3202. # ENTITY_ILLUSION_ILLAGER_HURT
  3203. # ENTITY_ILLUSION_ILLAGER_MIRROR_MOVE
  3204. # ENTITY_ILLUSION_ILLAGER_PREPARE_BLINDNESS
  3205. # ENTITY_ILLUSION_ILLAGER_PREPARE_MIRROR
  3206. # ENTITY_IRONGOLEM_ATTACK
  3207. # ENTITY_IRONGOLEM_DEATH
  3208. # ENTITY_IRONGOLEM_HURT
  3209. # ENTITY_IRONGOLEM_STEP
  3210. # ENTITY_ITEMFRAME_ADD_ITEM
  3211. # ENTITY_ITEMFRAME_BREAK
  3212. # ENTITY_ITEMFRAME_PLACE
  3213. # ENTITY_ITEMFRAME_REMOVE_ITEM
  3214. # ENTITY_ITEMFRAME_ROTATE_ITEM
  3215. # ENTITY_ITEM_BREAK
  3216. # ENTITY_ITEM_PICKUP
  3217. # ENTITY_LEASHKNOT_BREAK
  3218. # ENTITY_LEASHKNOT_PLACE
  3219. # ENTITY_LIGHTNING_IMPACT
  3220. # ENTITY_LIGHTNING_THUNDER
  3221. # ENTITY_LINGERINGPOTION_THROW
  3222. # ENTITY_LLAMA_AMBIENT
  3223. # ENTITY_LLAMA_ANGRY
  3224. # ENTITY_LLAMA_CHEST
  3225. # ENTITY_LLAMA_DEATH
  3226. # ENTITY_LLAMA_EAT
  3227. # ENTITY_LLAMA_HURT
  3228. # ENTITY_LLAMA_SPIT
  3229. # ENTITY_LLAMA_STEP
  3230. # ENTITY_LLAMA_SWAG
  3231. # ENTITY_MAGMACUBE_DEATH
  3232. # ENTITY_MAGMACUBE_HURT
  3233. # ENTITY_MAGMACUBE_JUMP
  3234. # ENTITY_MAGMACUBE_SQUISH
  3235. # ENTITY_MINECART_INSIDE
  3236. # ENTITY_MINECART_RIDING
  3237. # ENTITY_MOOSHROOM_SHEAR
  3238. # ENTITY_MULE_AMBIENT
  3239. # ENTITY_MULE_CHEST
  3240. # ENTITY_MULE_DEATH
  3241. # ENTITY_MULE_HURT
  3242. # ENTITY_PAINTING_BREAK
  3243. # ENTITY_PAINTING_PLACE
  3244. # ENTITY_PARROT_AMBIENT
  3245. # ENTITY_PARROT_DEATH
  3246. # ENTITY_PARROT_EAT
  3247. # ENTITY_PARROT_FLY
  3248. # ENTITY_PARROT_HURT
  3249. # ENTITY_PARROT_IMITATE_BLAZE
  3250. # ENTITY_PARROT_IMITATE_CREEPER
  3251. # ENTITY_PARROT_IMITATE_ELDER_GUARDIAN
  3252. # ENTITY_PARROT_IMITATE_ENDERDRAGON
  3253. # ENTITY_PARROT_IMITATE_ENDERMAN
  3254. # ENTITY_PARROT_IMITATE_ENDERMITE
  3255. # ENTITY_PARROT_IMITATE_EVOCATION_ILLAGER
  3256. # ENTITY_PARROT_IMITATE_GHAST
  3257. # ENTITY_PARROT_IMITATE_HUSK
  3258. # ENTITY_PARROT_IMITATE_ILLUSION_ILLAGER
  3259. # ENTITY_PARROT_IMITATE_MAGMACUBE
  3260. # ENTITY_PARROT_IMITATE_POLAR_BEAR
  3261. # ENTITY_PARROT_IMITATE_SHULKER
  3262. # ENTITY_PARROT_IMITATE_SILVERFISH
  3263. # ENTITY_PARROT_IMITATE_SKELETON
  3264. # ENTITY_PARROT_IMITATE_SLIME
  3265. # ENTITY_PARROT_IMITATE_SPIDER
  3266. # ENTITY_PARROT_IMITATE_STRAY
  3267. # ENTITY_PARROT_IMITATE_VEX
  3268. # ENTITY_PARROT_IMITATE_VINDICATION_ILLAGER
  3269. # ENTITY_PARROT_IMITATE_WITCH
  3270. # ENTITY_PARROT_IMITATE_WITHER
  3271. # ENTITY_PARROT_IMITATE_WITHER_SKELETON
  3272. # ENTITY_PARROT_IMITATE_WOLF
  3273. # ENTITY_PARROT_IMITATE_ZOMBIE
  3274. # ENTITY_PARROT_IMITATE_ZOMBIE_PIGMAN
  3275. # ENTITY_PARROT_IMITATE_ZOMBIE_VILLAGER
  3276. # ENTITY_PARROT_STEP
  3277. # ENTITY_PIG_AMBIENT
  3278. # ENTITY_PIG_DEATH
  3279. # ENTITY_PIG_HURT
  3280. # ENTITY_PIG_SADDLE
  3281. # ENTITY_PIG_STEP
  3282. # ENTITY_PLAYER_ATTACK_CRIT
  3283. # ENTITY_PLAYER_ATTACK_KNOCKBACK
  3284. # ENTITY_PLAYER_ATTACK_NODAMAGE
  3285. # ENTITY_PLAYER_ATTACK_STRONG
  3286. # ENTITY_PLAYER_ATTACK_SWEEP
  3287. # ENTITY_PLAYER_ATTACK_WEAK
  3288. # ENTITY_PLAYER_BIG_FALL
  3289. # ENTITY_PLAYER_BREATH
  3290. # ENTITY_PLAYER_BURP
  3291. # ENTITY_PLAYER_DEATH
  3292. # ENTITY_PLAYER_HURT
  3293. # ENTITY_PLAYER_HURT_DROWN
  3294. # ENTITY_PLAYER_HURT_ON_FIRE
  3295. # ENTITY_PLAYER_LEVELUP
  3296. # ENTITY_PLAYER_SMALL_FALL
  3297. # ENTITY_PLAYER_SPLASH
  3298. # ENTITY_PLAYER_SWIM
  3299. # ENTITY_POLAR_BEAR_AMBIENT
  3300. # ENTITY_POLAR_BEAR_BABY_AMBIENT
  3301. # ENTITY_POLAR_BEAR_DEATH
  3302. # ENTITY_POLAR_BEAR_HURT
  3303. # ENTITY_POLAR_BEAR_STEP
  3304. # ENTITY_POLAR_BEAR_WARNING
  3305. # ENTITY_RABBIT_AMBIENT
  3306. # ENTITY_RABBIT_ATTACK
  3307. # ENTITY_RABBIT_DEATH
  3308. # ENTITY_RABBIT_HURT
  3309. # ENTITY_RABBIT_JUMP
  3310. # ENTITY_SHEEP_AMBIENT
  3311. # ENTITY_SHEEP_DEATH
  3312. # ENTITY_SHEEP_HURT
  3313. # ENTITY_SHEEP_SHEAR
  3314. # ENTITY_SHEEP_STEP
  3315. # ENTITY_SHULKER_AMBIENT
  3316. # ENTITY_SHULKER_BULLET_HIT
  3317. # ENTITY_SHULKER_BULLET_HURT
  3318. # ENTITY_SHULKER_CLOSE
  3319. # ENTITY_SHULKER_DEATH
  3320. # ENTITY_SHULKER_HURT
  3321. # ENTITY_SHULKER_HURT_CLOSED
  3322. # ENTITY_SHULKER_OPEN
  3323. # ENTITY_SHULKER_SHOOT
  3324. # ENTITY_SHULKER_TELEPORT
  3325. # ENTITY_SILVERFISH_AMBIENT
  3326. # ENTITY_SILVERFISH_DEATH
  3327. # ENTITY_SILVERFISH_HURT
  3328. # ENTITY_SILVERFISH_STEP
  3329. # ENTITY_SKELETON_AMBIENT
  3330. # ENTITY_SKELETON_DEATH
  3331. # ENTITY_SKELETON_HORSE_AMBIENT
  3332. # ENTITY_SKELETON_HORSE_DEATH
  3333. # ENTITY_SKELETON_HORSE_HURT
  3334. # ENTITY_SKELETON_HURT
  3335. # ENTITY_SKELETON_SHOOT
  3336. # ENTITY_SKELETON_STEP
  3337. # ENTITY_SLIME_ATTACK
  3338. # ENTITY_SLIME_DEATH
  3339. # ENTITY_SLIME_HURT
  3340. # ENTITY_SLIME_JUMP
  3341. # ENTITY_SLIME_SQUISH
  3342. # ENTITY_SMALL_MAGMACUBE_DEATH
  3343. # ENTITY_SMALL_MAGMACUBE_HURT
  3344. # ENTITY_SMALL_MAGMACUBE_SQUISH
  3345. # ENTITY_SMALL_SLIME_DEATH
  3346. # ENTITY_SMALL_SLIME_HURT
  3347. # ENTITY_SMALL_SLIME_JUMP
  3348. # ENTITY_SMALL_SLIME_SQUISH
  3349. # ENTITY_SNOWBALL_THROW
  3350. # ENTITY_SNOWMAN_AMBIENT
  3351. # ENTITY_SNOWMAN_DEATH
  3352. # ENTITY_SNOWMAN_HURT
  3353. # ENTITY_SNOWMAN_SHOOT
  3354. # ENTITY_SPIDER_AMBIENT
  3355. # ENTITY_SPIDER_DEATH
  3356. # ENTITY_SPIDER_HURT
  3357. # ENTITY_SPIDER_STEP
  3358. # ENTITY_SPLASH_POTION_BREAK
  3359. # ENTITY_SPLASH_POTION_THROW
  3360. # ENTITY_SQUID_AMBIENT
  3361. # ENTITY_SQUID_DEATH
  3362. # ENTITY_SQUID_HURT
  3363. # ENTITY_STRAY_AMBIENT
  3364. # ENTITY_STRAY_DEATH
  3365. # ENTITY_STRAY_HURT
  3366. # ENTITY_STRAY_STEP
  3367. # ENTITY_TNT_PRIMED
  3368. # ENTITY_VEX_AMBIENT
  3369. # ENTITY_VEX_CHARGE
  3370. # ENTITY_VEX_DEATH
  3371. # ENTITY_VEX_HURT
  3372. # ENTITY_VILLAGER_AMBIENT
  3373. # ENTITY_VILLAGER_DEATH
  3374. # ENTITY_VILLAGER_HURT
  3375. # ENTITY_VILLAGER_NO
  3376. # ENTITY_VILLAGER_TRADING
  3377. # ENTITY_VILLAGER_YES
  3378. # ENTITY_VINDICATION_ILLAGER_AMBIENT
  3379. # ENTITY_VINDICATION_ILLAGER_DEATH
  3380. # ENTITY_VINDICATION_ILLAGER_HURT
  3381. # ENTITY_WITCH_AMBIENT
  3382. # ENTITY_WITCH_DEATH
  3383. # ENTITY_WITCH_DRINK
  3384. # ENTITY_WITCH_HURT
  3385. # ENTITY_WITCH_THROW
  3386. # ENTITY_WITHER_AMBIENT
  3387. # ENTITY_WITHER_BREAK_BLOCK
  3388. # ENTITY_WITHER_DEATH
  3389. # ENTITY_WITHER_HURT
  3390. # ENTITY_WITHER_SHOOT
  3391. # ENTITY_WITHER_SKELETON_AMBIENT
  3392. # ENTITY_WITHER_SKELETON_DEATH
  3393. # ENTITY_WITHER_SKELETON_HURT
  3394. # ENTITY_WITHER_SKELETON_STEP
  3395. # ENTITY_WITHER_SPAWN
  3396. # ENTITY_WOLF_AMBIENT
  3397. # ENTITY_WOLF_DEATH
  3398. # ENTITY_WOLF_GROWL
  3399. # ENTITY_WOLF_HOWL
  3400. # ENTITY_WOLF_HURT
  3401. # ENTITY_WOLF_PANT
  3402. # ENTITY_WOLF_SHAKE
  3403. # ENTITY_WOLF_STEP
  3404. # ENTITY_WOLF_WHINE
  3405. # ENTITY_ZOMBIE_AMBIENT
  3406. # ENTITY_ZOMBIE_ATTACK_DOOR_WOOD
  3407. # ENTITY_ZOMBIE_ATTACK_IRON_DOOR
  3408. # ENTITY_ZOMBIE_BREAK_DOOR_WOOD
  3409. # ENTITY_ZOMBIE_DEATH
  3410. # ENTITY_ZOMBIE_HORSE_AMBIENT
  3411. # ENTITY_ZOMBIE_HORSE_DEATH
  3412. # ENTITY_ZOMBIE_HORSE_HURT
  3413. # ENTITY_ZOMBIE_HURT
  3414. # ENTITY_ZOMBIE_INFECT
  3415. # ENTITY_ZOMBIE_PIG_AMBIENT
  3416. # ENTITY_ZOMBIE_PIG_ANGRY
  3417. # ENTITY_ZOMBIE_PIG_DEATH
  3418. # ENTITY_ZOMBIE_PIG_HURT
  3419. # ENTITY_ZOMBIE_STEP
  3420. # ENTITY_ZOMBIE_VILLAGER_AMBIENT
  3421. # ENTITY_ZOMBIE_VILLAGER_CONVERTED
  3422. # ENTITY_ZOMBIE_VILLAGER_CURE
  3423. # ENTITY_ZOMBIE_VILLAGER_DEATH
  3424. # ENTITY_ZOMBIE_VILLAGER_HURT
  3425. # ENTITY_ZOMBIE_VILLAGER_STEP
  3426. # ITEM_ARMOR_EQUIP_CHAIN
  3427. # ITEM_ARMOR_EQUIP_DIAMOND
  3428. # ITEM_ARMOR_EQUIP_ELYTRA
  3429. # ITEM_ARMOR_EQUIP_GENERIC
  3430. # ITEM_ARMOR_EQUIP_GOLD
  3431. # ITEM_ARMOR_EQUIP_IRON
  3432. # ITEM_ARMOR_EQUIP_LEATHER
  3433. # ITEM_BOTTLE_EMPTY
  3434. # ITEM_BOTTLE_FILL
  3435. # ITEM_BOTTLE_FILL_DRAGONBREATH
  3436. # ITEM_BUCKET_EMPTY
  3437. # ITEM_BUCKET_EMPTY_LAVA
  3438. # ITEM_BUCKET_FILL
  3439. # ITEM_BUCKET_FILL_LAVA
  3440. # ITEM_CHORUS_FRUIT_TELEPORT
  3441. # ITEM_ELYTRA_FLYING
  3442. # ITEM_FIRECHARGE_USE
  3443. # ITEM_FLINTANDSTEEL_USE
  3444. # ITEM_HOE_TILL
  3445. # ITEM_SHIELD_BLOCK
  3446. # ITEM_SHIELD_BREAK
  3447. # ITEM_SHOVEL_FLATTEN
  3448. # ITEM_TOTEM_USE
  3449. # MUSIC_CREATIVE
  3450. # MUSIC_CREDITS
  3451. # MUSIC_DRAGON
  3452. # MUSIC_END
  3453. # MUSIC_GAME
  3454. # MUSIC_MENU
  3455. # MUSIC_NETHER
  3456. # RECORD_11
  3457. # RECORD_13
  3458. # RECORD_BLOCKS
  3459. # RECORD_CAT
  3460. # RECORD_CHIRP
  3461. # RECORD_FAR
  3462. # RECORD_MALL
  3463. # RECORD_MELLOHI
  3464. # RECORD_STAL
  3465. # RECORD_STRAD
  3466. # RECORD_WAIT
  3467. # RECORD_WARD
  3468. # UI_BUTTON_CLICK
  3469. # UI_TOAST_CHALLENGE_COMPLETE
  3470. # UI_TOAST_IN
  3471. # UI_TOAST_OUT
  3472. # WEATHER_RAIN
  3473. # WEATHER_RAIN_ABOVE
  3474.  
  3475. #*******************
  3476. # Sound list [1.8]
  3477. #*******************
  3478. # AMBIENCE_CAVE
  3479. # AMBIENCE_RAIN
  3480. # AMBIENCE_THUNDER
  3481. # ANVIL_BREAK
  3482. # ANVIL_LAND
  3483. # ANVIL_USE
  3484. # ARROW_HIT
  3485. # BURP
  3486. # CHEST_CLOSE
  3487. # CHEST_OPEN
  3488. # CLICK
  3489. # DOOR_CLOSE
  3490. # DOOR_OPEN
  3491. # DRINK
  3492. # EAT
  3493. # EXPLODE
  3494. # FALL_BIG
  3495. # FALL_SMALL
  3496. # FIRE
  3497. # FIRE_IGNITE
  3498. # FIZZ
  3499. # FUSE
  3500. # GLASS
  3501. # HURT_FLESH
  3502. # ITEM_BREAK
  3503. # ITEM_PICKUP
  3504. # LAVA
  3505. # LAVA_POP
  3506. # LEVEL_UP
  3507. # MINECART_BASE
  3508. # MINECART_INSIDE
  3509. # NOTE_BASS
  3510. # NOTE_PIANO
  3511. # NOTE_BASS_DRUM
  3512. # NOTE_STICKS
  3513. # NOTE_BASS_GUITAR
  3514. # NOTE_SNARE_DRUM
  3515. # NOTE_PLING
  3516. # ORB_PICKUP
  3517. # PISTON_EXTEND
  3518. # PISTON_RETRACT
  3519. # PORTAL
  3520. # PORTAL_TRAVEL
  3521. # PORTAL_TRIGGER
  3522. # SHOOT_ARROW
  3523. # SPLASH
  3524. # SPLASH2
  3525. # STEP_GRASS
  3526. # STEP_GRAVEL
  3527. # STEP_LADDER
  3528. # STEP_SAND
  3529. # STEP_SNOW
  3530. # STEP_STONE
  3531. # STEP_WOOD
  3532. # STEP_WOOL
  3533. # SWIM
  3534. # WATER
  3535. # WOOD_CLICK
  3536. # BAT_DEATH
  3537. # BAT_HURT
  3538. # BAT_IDLE
  3539. # BAT_LOOP
  3540. # BAT_TAKEOFF
  3541. # BLAZE_BREATH
  3542. # BLAZE_DEATH
  3543. # BLAZE_HIT
  3544. # CAT_HISS
  3545. # CAT_HIT
  3546. # CAT_MEOW
  3547. # CAT_PURR
  3548. # CAT_PURREOW
  3549. # CHICKEN_IDLE
  3550. # CHICKEN_HURT
  3551. # CHICKEN_EGG_POP
  3552. # CHICKEN_WALK
  3553. # COW_IDLE
  3554. # COW_HURT
  3555. # COW_WALK
  3556. # CREEPER_HISS
  3557. # CREEPER_DEATH
  3558. # ENDERDRAGON_DEATH
  3559. # ENDERDRAGON_GROWL
  3560. # ENDERDRAGON_HIT
  3561. # ENDERDRAGON_WINGS
  3562. # ENDERMAN_DEATH
  3563. # ENDERMAN_HIT
  3564. # ENDERMAN_IDLE
  3565. # ENDERMAN_TELEPORT
  3566. # ENDERMAN_SCREAM
  3567. # ENDERMAN_STARE
  3568. # GHAST_SCREAM
  3569. # GHAST_SCREAM2
  3570. # GHAST_CHARGE
  3571. # GHAST_DEATH
  3572. # GHAST_FIREBALL
  3573. # GHAST_MOAN
  3574. # IRONGOLEM_DEATH
  3575. # IRONGOLEM_HIT
  3576. # IRONGOLEM_THROW
  3577. # IRONGOLEM_WALK
  3578. # MAGMACUBE_WALK
  3579. # MAGMACUBE_WALK2
  3580. # MAGMACUBE_JUMP
  3581. # PIG_IDLE
  3582. # PIG_DEATH
  3583. # PIG_WALK
  3584. # SHEEP_IDLE
  3585. # SHEEP_SHEAR
  3586. # SHEEP_WALK
  3587. # SILVERFISH_HIT
  3588. # SILVERFISH_KILL
  3589. # SILVERFISH_IDLE
  3590. # SILVERFISH_WALK
  3591. # SKELETON_IDLE
  3592. # SKELETON_DEATH
  3593. # SKELETON_HURT
  3594. # SKELETON_WALK
  3595. # SLIME_ATTACK
  3596. # SLIME_WALK
  3597. # SLIME_WALK2
  3598. # SPIDER_IDLE
  3599. # SPIDER_DEATH
  3600. # SPIDER_WALK
  3601. # WITHER_DEATH
  3602. # WITHER_HURT
  3603. # WITHER_IDLE
  3604. # WITHER_SHOOT
  3605. # WITHER_SPAWN
  3606. # WOLF_BARK
  3607. # WOLF_DEATH
  3608. # WOLF_GROWL
  3609. # WOLF_HOWL
  3610. # WOLF_HURT
  3611. # WOLF_PANT
  3612. # WOLF_SHAKE
  3613. # WOLF_WALK
  3614. # WOLF_WHINE
  3615. # ZOMBIE_METAL
  3616. # ZOMBIE_WOOD
  3617. # ZOMBIE_WOODBREAK
  3618. # ZOMBIE_IDLE
  3619. # ZOMBIE_DEATH
  3620. # ZOMBIE_HURT
  3621. # ZOMBIE_INFECT
  3622. # ZOMBIE_UNFECT
  3623. # ZOMBIE_REMEDY
  3624. # ZOMBIE_WALK
  3625. # ZOMBIE_PIG_IDLE
  3626. # ZOMBIE_PIG_ANGRY
  3627. # ZOMBIE_PIG_DEATH
  3628. # ZOMBIE_PIG_HURT
  3629. # DIG_WOOL
  3630. # DIG_GRASS
  3631. # DIG_GRAVEL
  3632. # DIG_SAND
  3633. # DIG_SNOW
  3634. # DIG_STONE
  3635. # DIG_WOOD
  3636. # FIREWORK_BLAST
  3637. # FIREWORK_BLAST2
  3638. # FIREWORK_LARGE_BLAST
  3639. # FIREWORK_LARGE_BLAST2
  3640. # FIREWORK_TWINKLE
  3641. # FIREWORK_TWINKLE2
  3642. # FIREWORK_LAUNCH
  3643. # SUCCESSFUL_HIT
  3644. # HORSE_ANGRY
  3645. # HORSE_ARMOR
  3646. # HORSE_BREATHE
  3647. # HORSE_DEATH
  3648. # HORSE_GALLOP
  3649. # HORSE_HIT
  3650. # HORSE_IDLE
  3651. # HORSE_JUMP
  3652. # HORSE_LAND
  3653. # HORSE_SADDLE
  3654. # HORSE_SOFT
  3655. # HORSE_WOOD
  3656. # DONKEY_ANGRY
  3657. # DONKEY_DEATH
  3658. # DONKEY_HIT
  3659. # DONKEY_IDLE
  3660. # HORSE_SKELETON_DEATH
  3661. # HORSE_SKELETON_HIT
  3662. # HORSE_SKELETON_IDLE
  3663. # HORSE_ZOMBIE_DEATH
  3664. # HORSE_ZOMBIE_HIT
  3665. # HORSE_ZOMBIE_IDLE
  3666. # VILLAGER_DEATH
  3667. # VILLAGER_HAGGLE
  3668. # VILLAGER_HIT
  3669. # VILLAGER_IDLE
  3670. # VILLAGER_NO
  3671. # VILLAGER_YES
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement