Advertisement
Guest User

Untitled

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