Advertisement
Guest User

timmety

a guest
Aug 18th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.05 KB | None | 0 0
  1. #############################################################
  2. # +-------------------------------------------------------+ #
  3. # | Configuration file for plugin Mob Heads - CyberDrain | #
  4. # +-------------------------------------------------------+ #
  5. #############################################################
  6.  
  7. #Only change the values. If you change any of the variable names, the plugin might not work correctly.
  8.  
  9.  
  10. #A few general settings
  11.  
  12. #Should baby variants of mobs drop their head? true/false
  13. support_baby_mobs: false
  14.  
  15. #Should a broadcast message message be sent when a player skull is dropped? true/false
  16. player_skull_broadcast_message: false
  17.  
  18. #If for some reason your console is spammed with messages from this plugin, you can surpress these warnings in here
  19. surpress_warning: false
  20. surpress_error: false
  21.  
  22. #Put this on true if you have a plugin (or keepInventory) which prevents player heads from dropping
  23. drop_player_heads_outside_inventory: false
  24.  
  25. #Put this on true if you want players to be able to "farm" their own heads. For example when shooting yourself with arrows
  26. allow_self_player_head_farming: false
  27.  
  28.  
  29.  
  30. #These are the messages that are sent to players when the plugin is active.
  31. #For certain commands there will be extra variables such as [player], these will be mentioned for each message.
  32. #Color formats are allowed! For a list of format codes, see: https://minecraft.gamepedia.com/Formatting_codes
  33. Messages:
  34. Error:
  35. #Shown when a player has no permission to a command
  36. No-permission: "&3You do not have permission to use this command!"
  37.  
  38. #Shown when a player tries to give a skull to a player, but the player does not exist.
  39. #[given-player-name] will be replaced with the given player name.
  40. No-such-player: "&3Could not find player &b[given-player-name]"
  41.  
  42. #Player was given a skull (by command), but their inventory is full, so the skull dropped at their feet.
  43. Inventory-full: "&3Your inventory is full, the head is dropped on the ground!"
  44.  
  45. Success:
  46. #Shown when a player runs the "/mobheads reload" command
  47. Reload: "&3The config file has been successfully reloaded!"
  48.  
  49. #Shown to the sender of the "/mobheads give" command
  50. Head-given-sender: "&3Successfully gave &b[mobname] & to &b[receiver]!"
  51.  
  52. #Player was given a skull and it was added to their inventory.
  53. #[mobname] will be replaced by the name of the mobhead.
  54. Mob-head-given-receiver: "&3You have been given a &b[mobname]&3!"
  55.  
  56. #Player was given a skull and it was added to their inventory.
  57. #[mobname] will be replaced by the name of the mobhead.
  58. Player-head-given-receiver: "&3You have been given &b[playername]&3's player head!"
  59.  
  60. #When a player gets a mob head and the broadcastMessage option is enable for this mobtype, the following message is broadcastMessageed to the whole server.
  61. #[playername] will be replaced with the corresponding player.
  62. #[mobnames will be replaced with the corresponding mobname.
  63. #NOTE, if you added a color to the displayName of a head, it will also show that color in the broadcast.
  64. broadcastMessageMob: "&b[playername] &3just looted a &b[mobname]!"
  65.  
  66. #When a player kills another player and obtains their head, the following message will be broadcastMessageed.
  67. #[killer] will be replaced with the name of the killer.
  68. #[victim] will be replaced with the name of the victim.
  69. broadcastMessagePlayer: "&b[killer] &3has beheaded &b[victim]"
  70.  
  71. Commands-usage:
  72. #Shown when a player incorrectly use the "/mobshead give" command
  73. Give: "&3Usage: &b/mobheads give <playername> <mobname>"
  74.  
  75. #Shown together with the give command when a player types "/mobaheads help"
  76. Reload: "&3Usage: &b/mobheads reload"
  77.  
  78. #Shown when a player typed in an invalid head to give with the "/mobheads give" command.
  79. #[list-of-all-mobs] will be replaced with a list of all supported mob heads.
  80. Show-all-supported-heads: "&3The following mobs are supported: &b[list-of-all-mobs]"
  81.  
  82. #When a player tries to give a skull to a player which has multiple sub skulls. The following message will be shown.
  83. #[input] will be replaced with the skull name that was used in the command.
  84. #[skull-list] will be replaced with a list of possible sub skulls.
  85. Show-sub-skulls: "&3There are multiple variants for the &b[input] &3skull. Try to use one of the following sub skulls: &b[skull-list]"
  86.  
  87.  
  88. #List of all mobs that are supported in this plugin.
  89. #dropChance = the chance of the mob dropping their corresponding head.
  90. #lootingBonus = the added drop bonus when the mob was killed by a sword with looting. This value is multiplied by the level of looting and added to the dropChance.
  91. #broadcastMessage = when a player kills a mob and it drops their head, it will broadcastMessage a message to the server. You might want to disable the broadcastMessage option for mobs that are easily farmable, such as an enderman farm.
  92. ListOfMobs:
  93. Bat:
  94. dropChance: 20.0%
  95. lootingBonus: 25.0%
  96. broadcastMessage: true
  97. dropOnChargedCreeperDeath: false
  98. displayName: "Bat Head"
  99. random_uuid: e4c5dfef-bbcc-4012-9f74-879d28fff431
  100. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGNmMWIzYjNmNTM5ZDJmNjNjMTcyZTk0Y2FjZmFhMzkxZThiMzg1Y2RkNjMzZjNiOTkxYzc0ZTQ0YjI4In19fQ==
  101. advancements:
  102. - "mobheads:firstmobhead first_mob_head"
  103. - "mobheads:thelegend27 bat"
  104. Blaze:
  105. dropChance: 20.0%
  106. lootingBonus: 25.0%
  107. dropOnChargedCreeperDeath: false
  108. broadcastMessage: true
  109. displayName: "Blaze Head"
  110. random_uuid: e4d745ba-8ad2-4059-b047-0f1fe48f2425
  111. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ==
  112. advancements:
  113. - "mobheads:firstmobhead first_mob_head"
  114. - "mobheads:thelegend27 blaze"
  115. - "mobheads:nether_dimension blaze"
  116. Black_Cat:
  117. dropChance: 20.0%
  118. lootingBonus: 25.0%
  119. dropOnChargedCreeperDeath: false
  120. broadcastMessage: true
  121. displayName: "Black Cat Head"
  122. random_uuid: 30696a4b-b87b-4446-a821-5bc127ba4993
  123. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjJhNjYyZjJhZTdkZWJlZTY1MjkyYzJiZjQyZmJiMDliOTdiMmZmYmRiMjcwNTIwYzJkYjk2ZTUxZDg5NDUifX19
  124. advancements:
  125. - "mobheads:firstmobhead first_mob_head"
  126. - "mobheads:thelegend27 black_cat"
  127. - "mobheads:cat black_cat"
  128. Ginger_Cat:
  129. dropChance: 20.1%
  130. lootingBonus: 25.04%
  131. dropOnChargedCreeperDeath: false
  132. broadcastMessage: true
  133. displayName: "Ginger Cat Head"
  134. random_uuid: ae801ca9-fcf0-4f21-b4dd-1281b868e796
  135. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTc1NWU3ZGYwNGQxOGIzMWQ2M2MxN2Y0YTdiNGM3MzkyNGJkNjI2NWRhNjllMTEzZWRkZDk3NTE2ZmM3In19fQ==
  136. advancements:
  137. - "mobheads:firstmobhead first_mob_head"
  138. - "mobheads:thelegend27 ginger_cat"
  139. - "mobheads:cat ginger_cat"
  140. Siamese_Cat:
  141. dropChance: 20.1%
  142. lootingBonus: 25.04%
  143. dropOnChargedCreeperDeath: false
  144. broadcastMessage: true
  145. displayName: "Siamese Cat Head"
  146. random_uuid: 2030a11c-21ae-49f0-acd2-49552fa99d73
  147. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWI4ODFjMzliM2FmZGNjNzlmOTFmZTVkZTNjZGQwMTViYzMzNTM4NDNmNTkxZjRkMjNjZDMwMjdkZTRlNiJ9fX0=
  148. advancements:
  149. - "mobheads:firstmobhead first_mob_head"
  150. - "mobheads:thelegend27 siamese_cat"
  151. - "mobheads:cat siamese_cat"
  152. Cave_Spider:
  153. dropChance: 20.1%
  154. lootingBonus: 25.04%
  155. dropOnChargedCreeperDeath: false
  156. broadcastMessage: true
  157. displayName: "Cave Spider Head"
  158. random_uuid: b0b18a7e-49af-452e-afae-56554ac259d1
  159. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDE2NDVkZmQ3N2QwOTkyMzEwN2IzNDk2ZTk0ZWViNWMzMDMyOWY5N2VmYzk2ZWQ3NmUyMjZlOTgyMjQifX19
  160. advancements:
  161. - "mobheads:firstmobhead first_mob_head"
  162. - "mobheads:thelegend27 cave_spider"
  163. Chicken:
  164. dropChance: 20.1%
  165. lootingBonus: 25.04%
  166. dropOnChargedCreeperDeath: false
  167. broadcastMessage: true
  168. displayName: "Chicken Head"
  169. random_uuid: 0d579158-bfd4-4845-beb3-7b5eb056987f
  170. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTYzODQ2OWE1OTljZWVmNzIwNzUzNzYwMzI0OGE5YWIxMWZmNTkxZmQzNzhiZWE0NzM1YjM0NmE3ZmFlODkzIn19fQ==
  171. advancements:
  172. - "mobheads:firstmobhead first_mob_head"
  173. - "mobheads:thelegend27 chicken"
  174. Cow:
  175. dropChance: 20.1%
  176. lootingBonus: 25.04%
  177. dropOnChargedCreeperDeath: false
  178. broadcastMessage: true
  179. displayName: "Cow Head"
  180. random_uuid: b32d23be-aeca-4f40-a813-a13fbbec4372
  181. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWQ2YzZlZGE5NDJmN2Y1ZjcxYzMxNjFjNzMwNmY0YWVkMzA3ZDgyODk1ZjlkMmIwN2FiNDUyNTcxOGVkYzUifX19
  182. advancements:
  183. - "mobheads:firstmobhead first_mob_head"
  184. - "mobheads:thelegend27 cow"
  185. Charged_Creeper:
  186. dropChance: 20%
  187. lootingBonus: 25%
  188. dropOnChargedCreeperDeath: false
  189. broadcastMessage: true
  190. displayName: "Charged Creeper Head"
  191. random_uuid: 46f5c80a-e615-4f1f-ac8c-e02d7c67d710
  192. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjJjZWIzOWRkNGRlMjRhN2FkZmUyOTFhM2EwY2ZjN2NmNGY2NDVkZTU5YjYwM2ZjZmUwNmM2YjVhMDZlMjYifX19
  193. advancements:
  194. - "mobheads:firstmobhead first_mob_head"
  195. - "mobheads:thelegend27 charged_creeper"
  196. Donkey:
  197. dropChance: 20.1%
  198. lootingBonus: 25.04%
  199. dropOnChargedCreeperDeath: false
  200. broadcastMessage: true
  201. displayName: "Donkey Head"
  202. random_uuid: aab32140-51d3-4b1f-80e3-6d0963a8e65c
  203. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGZiNmMzYzA1MmNmNzg3ZDIzNmEyOTE1ZjgwNzJiNzdjNTQ3NDk3NzE1ZDFkMmY4Y2JjOWQyNDFkODhhIn19fQ==
  204. advancements:
  205. - "mobheads:firstmobhead first_mob_head"
  206. - "mobheads:thelegend27 donkey"
  207. Elder_Guardian:
  208. dropChance: 20%
  209. lootingBonus: 25.5%
  210. dropOnChargedCreeperDeath: false
  211. broadcastMessage: true
  212. displayName: "Elder Guardian Head"
  213. random_uuid: effa6786-a077-42f2-8775-2ead63c4ea4c
  214. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWM3OTc0ODJhMTRiZmNiODc3MjU3Y2IyY2ZmMWI2ZTZhOGI4NDEzMzM2ZmZiNGMyOWE2MTM5Mjc4YjQzNmIifX19
  215. advancements:
  216. - "mobheads:firstmobhead first_mob_head"
  217. - "mobheads:thelegend27 elder_guardian"
  218. - "mobheads:ocean_monument elder_guardian"
  219. Enderman:
  220. dropChance: 20.1%
  221. lootingBonus: 25.04%
  222. dropOnChargedCreeperDeath: false
  223. broadcastMessage: true
  224. displayName: "Enderman Head"
  225. random_uuid: dedaf353-b99a-44a3-b654-2e7e099764ce
  226. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0=
  227. advancements:
  228. - "mobheads:firstmobhead first_mob_head"
  229. - "mobheads:thelegend27 enderman"
  230. - "mobheads:end_dimension enderman"
  231. - "mobheads:nether_dimension enderman"
  232. Endermite:
  233. dropChance: 20.1%
  234. lootingBonus: 25.04%
  235. dropOnChargedCreeperDeath: false
  236. broadcastMessage: true
  237. displayName: "Endermite Head"
  238. random_uuid: 6938b147-1eb7-441e-9056-8c4707b93ed4
  239. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODRhYWZmYTRjMDllMmVhZmI4NWQzNTIyMTIyZGIwYWE0NTg3NGJlYTRlM2Y1ZTc1NjZiNGQxNjZjN2RmOCJ9fX0=
  240. advancements:
  241. - "mobheads:firstmobhead first_mob_head"
  242. - "mobheads:thelegend27 endermite"
  243. - "mobheads:end_dimension endermite"
  244. Evoker:
  245. dropChance: 20.2%
  246. lootingBonus: 25.1%
  247. dropOnChargedCreeperDeath: false
  248. broadcastMessage: true
  249. displayName: "Evoker Head"
  250. random_uuid: 4acf06c3-e591-41b7-b895-115b3bc791b1
  251. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzQzMzMyMmUyY2NiZDljNTVlZjQxZDk2ZjM4ZGJjNjY2YzgwMzA0NWIyNDM5MWFjOTM5MWRjY2FkN2NkIn19fQ==
  252. advancements:
  253. - "mobheads:firstmobhead first_mob_head"
  254. - "mobheads:thelegend27 evoker"
  255. - "mobheads:woodland_mansion evoker"
  256. Ghast:
  257. dropChance: 20.1%
  258. lootingBonus: 25.04%
  259. dropOnChargedCreeperDeath: false
  260. broadcastMessage: true
  261. displayName: "Ghast Head"
  262. random_uuid: e8c871a0-dbd4-4d75-9ff7-f1b2c0e8d27e
  263. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGI2YTcyMTM4ZDY5ZmJiZDJmZWEzZmEyNTFjYWJkODcxNTJlNGYxYzk3ZTVmOTg2YmY2ODU1NzFkYjNjYzAifX19
  264. advancements:
  265. - "mobheads:firstmobhead first_mob_head"
  266. - "mobheads:thelegend27 ghast"
  267. - "mobheads:nether_dimension ghast"
  268. Guardian:
  269. dropChance: 20.1%
  270. lootingBonus: 25.04%
  271. dropOnChargedCreeperDeath: false
  272. broadcastMessage: true
  273. displayName: "Guardian Head"
  274. random_uuid: 1ba7f8ee-b511-48d1-a498-a8499d37b26f
  275. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGZiNjc1Y2I1YTdlM2ZkMjVlMjlkYTgyNThmMjRmYzAyMGIzZmE5NTAzNjJiOGJjOGViMjUyZTU2ZTc0In19fQ==
  276. advancements:
  277. - "mobheads:firstmobhead first_mob_head"
  278. - "mobheads:thelegend27 guardian"
  279. - "mobheads:ocean_monument guardian"
  280. Black_Horse:
  281. dropChance: 20.1%
  282. lootingBonus: 25.04%
  283. dropOnChargedCreeperDeath: false
  284. broadcastMessage: true
  285. displayName: "Black Horse Head"
  286. random_uuid: d7e5febe-38f8-45b3-b4c1-02293affa78f
  287. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjRiN2ZjNWY3YTlkZGZkZDFhYTc5MzE3NDEwZmMxOTI5ZjkxYmRkZjk4NTg1OTM4YTJhNTYxOTlhNjMzY2MifX19
  288. advancements:
  289. - "mobheads:firstmobhead first_mob_head"
  290. - "mobheads:thelegend27 black_horse"
  291. - "mobheads:horse black_horse"
  292. Brown_Horse:
  293. dropChance: 20.1%
  294. lootingBonus: 25.04%
  295. dropOnChargedCreeperDeath: false
  296. broadcastMessage: true
  297. displayName: "Brown Horse Head"
  298. random_uuid: a9870478-3026-49ab-b64b-da127754a798
  299. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGE1ZmFiYmNiYzU0ODE5NzZmYjkzOGE1MTllYWQ1OWVlZWUyYTA3MWRmMjk3Mzg0YThmZTk2Nzg4YTlkZjVhNiJ9fX0=
  300. advancements:
  301. - "mobheads:firstmobhead first_mob_head"
  302. - "mobheads:thelegend27 brown_horse"
  303. - "mobheads:horse brown_horse"
  304. Chestnut_Horse:
  305. dropChance: 20.1%
  306. lootingBonus: 25.04%
  307. dropOnChargedCreeperDeath: false
  308. broadcastMessage: true
  309. displayName: "Chestnut Horse Head"
  310. random_uuid: deafd397-245c-4a90-8220-7280178632a4
  311. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY2YjJiMzJkMzE1MzljNzM4M2Q5MjNiYWU0ZmFhZjY1ZGE2NzE1Y2Q1MjZjMzVkMmU0ZTY4MjVkYTExZmIifX19
  312. advancements:
  313. - "mobheads:firstmobhead first_mob_head"
  314. - "mobheads:thelegend27 chestnut_horse"
  315. - "mobheads:horse chestnut_horse"
  316. Creamy_Horse:
  317. dropChance: 20.1%
  318. lootingBonus: 25.04%
  319. dropOnChargedCreeperDeath: false
  320. broadcastMessage: true
  321. displayName: "Creamy Horse Head"
  322. random_uuid: 00025a2a-eff7-40a5-8489-d8a8f40d7989
  323. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjI4ZDFhYjRiZTFlMjhiN2I0NjFmZGVhNDYzODFhYzM2M2E3ZTVjMzU5MWM5ZTVkMjY4M2ZiZTFlYzlmY2QzIn19fQ==
  324. advancements:
  325. - "mobheads:firstmobhead first_mob_head"
  326. - "mobheads:thelegend27 creamy_horse"
  327. - "mobheads:horse creamy_horse"
  328. Dark_Brown_Horse:
  329. dropChance: 20.1%
  330. lootingBonus: 25.04%
  331. dropOnChargedCreeperDeath: false
  332. broadcastMessage: true
  333. displayName: "Dark Brown Horse Head"
  334. random_uuid: 8eed27c5-8d0d-4e56-b9a9-ec2a8b207e2c
  335. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDJlYjk2N2FiOTRmZGQ0MWE2MzI1ZjEyNzdkNmRjMDE5MjI2ZTVjZjM0OTc3ZWVlNjk1OTdmYWZjZjVlIn19fQ==
  336. advancements:
  337. - "mobheads:firstmobhead first_mob_head"
  338. - "mobheads:thelegend27 dark_brown_horse"
  339. - "mobheads:horse dark_brown_horse"
  340. Gray_Horse:
  341. dropChance: 20.1%
  342. lootingBonus: 25.04%
  343. dropOnChargedCreeperDeath: false
  344. broadcastMessage: true
  345. displayName: "Gray Horse Head"
  346. random_uuid: beb5a0a0-0a96-4315-9fdc-4c5c59c97fce
  347. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDEzODEzZGQ0NWVkMGVmODM4NDQ4Y2Y2ZjYzMWMxNTdjMjNmOTY1MGM1YWU0NTFlOTc4YTUzMzgzMzEyZmUifX19
  348. advancements:
  349. - "mobheads:firstmobhead first_mob_head"
  350. - "mobheads:thelegend27 gray_horse"
  351. - "mobheads:horse gray_horse"
  352. White_Horse:
  353. dropChance: 20.1%
  354. lootingBonus: 25.04%
  355. dropOnChargedCreeperDeath: false
  356. broadcastMessage: true
  357. displayName: "White Horse Head"
  358. random_uuid: 7ade5a13-ec58-4341-9ff6-9501e44e33e3
  359. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjBhMmRiMmYxZWI5M2U1OTc4ZDJkYzkxYTc0ZGY0M2Q3Yjc1ZDllYzBlNjk0ZmQ3ZjJhNjUyZmJkMTUifX19
  360. advancements:
  361. - "mobheads:firstmobhead first_mob_head"
  362. - "mobheads:thelegend27 white_horse"
  363. - "mobheads:horse white_horse"
  364. Skeleton_Horse:
  365. dropChance: 100.1%
  366. lootingBonus: 25.04%
  367. dropOnChargedCreeperDeath: false
  368. broadcastMessage: true
  369. displayName: "Skeleton Horse Head"
  370. random_uuid: c59c4764-93b0-457f-8706-31dcffd77ac2
  371. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDdlZmZjZTM1MTMyYzg2ZmY3MmJjYWU3N2RmYmIxZDIyNTg3ZTk0ZGYzY2JjMjU3MGVkMTdjZjg5NzNhIn19fQ==
  372. advancements:
  373. - "mobheads:firstmobhead first_mob_head"
  374. - "mobheads:thelegend27 skeleton_horse"
  375. - "mobheads:horse skeleton_horse"
  376. #Does not spawn naturally
  377. Zombie_Horse:
  378. dropChance: 100%
  379. lootingBonus: 0%
  380. dropOnChargedCreeperDeath: false
  381. broadcastMessage: true
  382. displayName: "Zombie Horse Head"
  383. random_uuid: 1e43546c-8667-4305-be50-0ab0f8e4c3e0
  384. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDIyOTUwZjJkM2VmZGRiMThkZTg2ZjhmNTVhYzUxOGRjZTczZjEyYTZlMGY4NjM2ZDU1MWQ4ZWI0ODBjZWVjIn19fQ==
  385. advancements:
  386. - "mobheads:firstmobhead first_mob_head"
  387. - "mobheads:zombiehorse zombie_horse"
  388. Husk:
  389. dropChance: 20.1%
  390. lootingBonus: 25.04%
  391. dropOnChargedCreeperDeath: false
  392. broadcastMessage: true
  393. displayName: "Husk Head"
  394. random_uuid: da422aa3-9025-445f-ae0e-a6a8f4b24d1a
  395. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzc3MDY4MWQxYTI1NWZiNGY3NTQ3OTNhYTA1NWIyMjA0NDFjZGFiOWUxMTQxZGZhNTIzN2I0OTkzMWQ5YjkxYyJ9fX0=
  396. advancements:
  397. - "mobheads:firstmobhead first_mob_head"
  398. - "mobheads:thelegend27 husk"
  399. #Does not spawn naturally
  400. Illusioner:
  401. dropChance: 100%
  402. lootingBonus: 0%
  403. dropOnChargedCreeperDeath: false
  404. broadcastMessage: true
  405. displayName: "Illusioner Head"
  406. random_uuid: 3e6c1253-7016-4db2-ac31-2bc0f8c0657b
  407. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWM2NzhjOWY0YzZkZDRkOTkxOTMwZjgyZTZlN2Q4Yjg5YjI4OTFmMzVjYmE0OGE0YjE4NTM5YmJlN2VjOTI3In19fQ==
  408. advancements:
  409. - "mobheads:firstmobhead first_mob_head"
  410. - "mobheads:illusioner illusioner"
  411. Iron_Golem:
  412. dropChance: 100.1%
  413. lootingBonus: 0.04%
  414. dropOnChargedCreeperDeath: false
  415. broadcastMessage: true
  416. displayName: "Iron Golem Head"
  417. random_uuid: d23f3607-25a0-4c22-860a-0e6fb9a16412
  418. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODkwOTFkNzllYTBmNTllZjdlZjk0ZDdiYmE2ZTVmMTdmMmY3ZDQ1NzJjNDRmOTBmNzZjNDgxOWE3MTQifX19
  419. advancements:
  420. - "mobheads:firstmobhead first_mob_head"
  421. - "mobheads:thelegend27 iron_golem"
  422. Brown_Llama:
  423. dropChance: 20.1%
  424. lootingBonus: 25.04%
  425. dropOnChargedCreeperDeath: false
  426. broadcastMessage: true
  427. displayName: "Brown Llama Head"
  428. random_uuid: 9953b3aa-c25c-40ae-b9d4-216d61464cd0
  429. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJiMWVjZmY3N2ZmZTNiNTAzYzMwYTU0OGViMjNhMWEwOGZhMjZmZDY3Y2RmZjM4OTg1NWQ3NDkyMTM2OCJ9fX0=
  430. advancements:
  431. - "mobheads:firstmobhead first_mob_head"
  432. - "mobheads:thelegend27 brown_llama"
  433. - "mobheads:llama brown_llama"
  434. Creamy_Llama:
  435. dropChance: 20.1%
  436. lootingBonus: 25.04%
  437. dropOnChargedCreeperDeath: false
  438. broadcastMessage: true
  439. displayName: "Creamy Llama Head"
  440. random_uuid: 4607d400-aaa1-47c6-9e22-fff78ddf50e0
  441. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGQ2N2ZkNGJmZjI5MzI2OWNiOTA4OTc0ZGNhODNjMzM0ODVlNDM1ZWQ1YThlMWRiZDY1MjFjNjE2ODcxNDAifX19
  442. advancements:
  443. - "mobheads:firstmobhead first_mob_head"
  444. - "mobheads:thelegend27 creamy_llama"
  445. - "mobheads:llama creamy_llama"
  446. Gray_Llama:
  447. dropChance: 20.1%
  448. lootingBonus: 25.04%
  449. dropOnChargedCreeperDeath: false
  450. broadcastMessage: true
  451. displayName: "Gray Llama Head"
  452. random_uuid: 93f9568a-c230-482b-a26a-8e2a74fe7690
  453. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2YyNGU1NmZkOWZmZDcxMzNkYTZkMWYzZTJmNDU1OTUyYjFkYTQ2MjY4NmY3NTNjNTk3ZWU4MjI5OWEifX19
  454. advancements:
  455. - "mobheads:firstmobhead first_mob_head"
  456. - "mobheads:thelegend27 gray_llama"
  457. - "mobheads:llama gray_llama"
  458. White_Llama:
  459. dropChance: 20.1%
  460. lootingBonus: 25.04%
  461. dropOnChargedCreeperDeath: false
  462. broadcastMessage: true
  463. displayName: "White Llama Head"
  464. random_uuid: 8b2c68f2-d666-445a-acb6-2477471a751c
  465. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODAyNzdlNmIzZDlmNzgxOWVmYzdkYTRiNDI3NDVmN2FiOWE2M2JhOGYzNmQ2Yjg0YTdhMjUwYzZkMWEzNThlYiJ9fX0=
  466. advancements:
  467. - "mobheads:firstmobhead first_mob_head"
  468. - "mobheads:thelegend27 white_llama"
  469. - "mobheads:llama white_llama"
  470. Magma_Cube:
  471. dropChance: 20.1%
  472. lootingBonus: 25.04%
  473. dropOnChargedCreeperDeath: false
  474. broadcastMessage: true
  475. displayName: "Magma Cube Head"
  476. random_uuid: 128b47df-8c26-42fc-91b7-30a846caf40e
  477. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzg5NTdkNTAyM2M5MzdjNGM0MWFhMjQxMmQ0MzQxMGJkYTIzY2Y3OWE5ZjZhYjM2Yjc2ZmVmMmQ3YzQyOSJ9fX0=
  478. advancements:
  479. - "mobheads:firstmobhead first_mob_head"
  480. - "mobheads:thelegend27 magma_cube"
  481. - "mobheads:nether_dimension magma_cube"
  482. Mooshroom:
  483. dropChance: 20.1%
  484. lootingBonus: 25.04%
  485. dropOnChargedCreeperDeath: false
  486. broadcastMessage: true
  487. displayName: "Mooshroom Head"
  488. random_uuid: 0fba3370-1842-40d3-b4a4-06636e068f8b
  489. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDBiYzYxYjk3NTdhN2I4M2UwM2NkMjUwN2EyMTU3OTEzYzJjZjAxNmU3YzA5NmE0ZDZjZjFmZTFiOGRiIn19fQ==
  490. advancements:
  491. - "mobheads:firstmobhead first_mob_head"
  492. - "mobheads:thelegend27 mooshroom"
  493. Mule:
  494. dropChance: 20.1%
  495. lootingBonus: 25.04%
  496. dropOnChargedCreeperDeath: false
  497. broadcastMessage: true
  498. displayName: "Mule Head"
  499. random_uuid: 77ed2b1c-26cf-4006-b6b5-ba09e097e13e
  500. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTA0ODZhNzQyZTdkZGEwYmFlNjFjZTJmNTVmYTEzNTI3ZjFjM2IzMzRjNTdjMDM0YmI0Y2YxMzJmYjVmNWYifX19
  501. advancements:
  502. - "mobheads:firstmobhead first_mob_head"
  503. - "mobheads:thelegend27 mule"
  504. Ocelot:
  505. dropChance: 20.2%
  506. lootingBonus: 25.1%
  507. dropOnChargedCreeperDeath: false
  508. broadcastMessage: true
  509. displayName: "Ocelot Head"
  510. random_uuid: 69ac5cf8-a3e1-49c3-92c7-af7767f1586b
  511. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTY1N2NkNWMyOTg5ZmY5NzU3MGZlYzRkZGNkYzY5MjZhNjhhMzM5MzI1MGMxYmUxZjBiMTE0YTFkYjEifX19
  512. advancements:
  513. - "mobheads:firstmobhead first_mob_head"
  514. - "mobheads:thelegend27 ocelot"
  515. - "mobheads:cat ocelot"
  516. Blue_Parrot:
  517. dropChance: 20.2%
  518. lootingBonus: 25.1%
  519. dropOnChargedCreeperDeath: false
  520. broadcastMessage: true
  521. displayName: "Blue Parrot Head"
  522. random_uuid: 3c35efae-bc44-4497-9175-5d7a3e03109c
  523. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWNhNTgwYjA1MWM2M2JlMjlkYTU0NWE5YWE3ZmY3ZTEzNmRmNzdhODFjNjdkYzFlZTllNjE3MGMxNGZiMzEwIn19fQ==
  524. advancements:
  525. - "mobheads:firstmobhead first_mob_head"
  526. - "mobheads:thelegend27 blue_parrot"
  527. - "mobheads:parrot blue_parrot"
  528. Cyan_Parrot:
  529. dropChance: 20.2%
  530. lootingBonus: 25.1%
  531. dropOnChargedCreeperDeath: false
  532. broadcastMessage: true
  533. displayName: "Cyan Parrot Head"
  534. random_uuid: 26e0a0f4-44fe-46f2-928e-238d2aeacfa2
  535. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmI5NGYyMzZjNGE2NDJlYjJiY2RjMzU4OWI5YzNjNGEwYjViZDVkZjljZDVkNjhmMzdmOGM4M2Y4ZTNmMSJ9fX0=
  536. advancements:
  537. - "mobheads:firstmobhead first_mob_head"
  538. - "mobheads:thelegend27 cyan_parrot"
  539. - "mobheads:parrot cyan_parrot"
  540. Gray_Parrot:
  541. dropChance: 20.2%
  542. lootingBonus: 25.1%
  543. dropOnChargedCreeperDeath: false
  544. broadcastMessage: true
  545. displayName: "Gray Parrot Head"
  546. random_uuid: 78010bcf-d16f-4525-be61-28f4d4194304
  547. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2Q2ZjRhMjFlMGQ2MmFmODI0Zjg3MDhhYzYzNDEwZjFhMDFiYmI0MWQ3ZjRhNzAyZDk0NjljNjExMzIyMiJ9fX0=
  548. advancements:
  549. - "mobheads:firstmobhead first_mob_head"
  550. - "mobheads:thelegend27 gray_parrot"
  551. - "mobheads:parrot gray_parrot"
  552. Green_Parrot:
  553. dropChance: 20.2%
  554. lootingBonus: 25.1%
  555. dropOnChargedCreeperDeath: false
  556. broadcastMessage: true
  557. displayName: "Green Parrot Head"
  558. random_uuid: 9b7d7bcc-21d0-435c-9ccd-dc907008fcbc
  559. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWI5YTM2YzU1ODlmM2EyZTU5YzFjYWE5YjNiODhmYWRhNzY3MzJiZGI0YTc5MjYzODhhOGMwODhiYmJjYiJ9fX0=
  560. advancements:
  561. - "mobheads:firstmobhead first_mob_head"
  562. - "mobheads:thelegend27 green_parrot"
  563. - "mobheads:parrot green_parrot"
  564. Red_Parrot:
  565. dropChance: 20.2%
  566. lootingBonus: 25.1%
  567. dropOnChargedCreeperDeath: false
  568. broadcastMessage: true
  569. displayName: "Red Parrot Head"
  570. random_uuid: fb78b8ea-9c34-4a8c-8eeb-c11d0a3a6ae0
  571. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTRiYThkNjZmZWNiMTk5MmU5NGI4Njg3ZDZhYjRhNTMyMGFiNzU5NGFjMTk0YTI2MTVlZDRkZjgxOGVkYmMzIn19fQ==
  572. advancements:
  573. - "mobheads:firstmobhead first_mob_head"
  574. - "mobheads:thelegend27 red_parrot"
  575. - "mobheads:parrot red_parrot"
  576. Pig:
  577. dropChance: 0.1%
  578. lootingBonus: 0.04%
  579. dropOnChargedCreeperDeath: false
  580. broadcastMessage: true
  581. displayName: "Pig Head"
  582. random_uuid: bffb9c02-b8d0-4358-bac2-4bf8591f1388
  583. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjIxNjY4ZWY3Y2I3OWRkOWMyMmNlM2QxZjNmNGNiNmUyNTU5ODkzYjZkZjRhNDY5NTE0ZTY2N2MxNmFhNCJ9fX0=
  584. advancements:
  585. - "mobheads:firstmobhead first_mob_head"
  586. - "mobheads:thelegend27 pig"
  587. Polar_Bear:
  588. dropChance: 20.1%
  589. lootingBonus: 25.04%
  590. dropOnChargedCreeperDeath: false
  591. broadcastMessage: true
  592. displayName: "Polar Bear Head"
  593. random_uuid: 368419e7-0057-4dc4-862a-caa8d5154796
  594. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDQ2ZDIzZjA0ODQ2MzY5ZmEyYTM3MDJjMTBmNzU5MTAxYWY3YmZlODQxOTk2NjQyOTUzM2NkODFhMTFkMmIifX19
  595. advancements:
  596. - "mobheads:firstmobhead first_mob_head"
  597. - "mobheads:thelegend27 polar_bear"
  598. Black_Rabbit:
  599. dropChance: 20.1%
  600. lootingBonus: 25.04%
  601. dropOnChargedCreeperDeath: false
  602. broadcastMessage: true
  603. displayName: "Black Rabbit Head"
  604. random_uuid: 198fd44f-37be-479b-bdbd-d6b74e20ec69
  605. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzJjNTgxMTZhMTQ3ZDFhOWEyNjI2OTIyNGE4YmUxODRmZThlNWYzZjNkZjliNjE3NTEzNjlhZDg3MzgyZWM5In19fQ==
  606. advancements:
  607. - "mobheads:firstmobhead first_mob_head"
  608. - "mobheads:thelegend27 black_rabbit"
  609. - "mobheads:rabbit black_rabbit"
  610. Black_and_White_Rabbit:
  611. dropChance: 20.1%
  612. lootingBonus: 25.04%
  613. dropOnChargedCreeperDeath: false
  614. broadcastMessage: true
  615. displayName: "Black and White Rabbit Head"
  616. random_uuid: 703b54b8-d40f-487b-a17d-713ba1ea8527
  617. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2I4Y2ZmNGIxNWI4Y2EzN2UyNTc1MGYzNDU3MThmMjg5Y2IyMmM1YjNhZDIyNjI3YTcxMjIzZmFjY2MifX19
  618. advancements:
  619. - "mobheads:firstmobhead first_mob_head"
  620. - "mobheads:thelegend27 black_and_white_rabbit"
  621. - "mobheads:rabbit black_and_white_rabbit"
  622. Brown_Rabbit:
  623. dropChance: 20.1%
  624. lootingBonus: 25.04%
  625. dropOnChargedCreeperDeath: false
  626. broadcastMessage: true
  627. displayName: "Brown Rabbit Head"
  628. random_uuid: 44deb6f8-adc8-4679-a994-c07d77a97da1
  629. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2QxMTY5YjI2OTRhNmFiYTgyNjM2MDk5MjM2NWJjZGE1YTEwYzg5YTNhYTJiNDhjNDM4NTMxZGQ4Njg1YzNhNyJ9fX0=
  630. advancements:
  631. - "mobheads:firstmobhead first_mob_head"
  632. - "mobheads:thelegend27 brown_rabbit"
  633. - "mobheads:rabbit brown_rabbit"
  634. Gold_Rabbit:
  635. dropChance: 20.1%
  636. lootingBonus: 25.04%
  637. dropOnChargedCreeperDeath: false
  638. broadcastMessage: true
  639. displayName: "Gold Rabbit Head"
  640. random_uuid: 30552a92-f7af-42a0-b4b5-eae1d175bbe7
  641. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzk3N2EzMjY2YmYzYjllYWYxN2U1YTAyZWE1ZmJiNDY4MDExNTk4NjNkZDI4OGI5M2U2YzEyYzljYiJ9fX0=
  642. advancements:
  643. - "mobheads:firstmobhead first_mob_head"
  644. - "mobheads:thelegend27 gold_rabbit"
  645. - "mobheads:rabbit gold_rabbit"
  646. Salt_and_Pepper_Rabbit:
  647. dropChance: 20.1%
  648. lootingBonus: 25.04%
  649. dropOnChargedCreeperDeath: false
  650. broadcastMessage: true
  651. displayName: "Salt and Pepper Rabbit Head"
  652. random_uuid: 0a627a07-debd-4225-8afe-bbcb061b6adf
  653. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmZlY2M2YjVlNmVhNWNlZDc0YzQ2ZTc2MjdiZTNmMDgyNjMyN2ZiYTI2Mzg2YzZjYzc4NjMzNzJlOWJjIn19fQ==
  654. advancements:
  655. - "mobheads:firstmobhead first_mob_head"
  656. - "mobheads:thelegend27 salt_and_pepper_rabbit"
  657. - "mobheads:rabbit salt_and_pepper_rabbit"
  658. #Does not spawn naturally
  659. The_Killer_Bunny:
  660. dropChance: 100%
  661. lootingBonus: 0%
  662. dropOnChargedCreeperDeath: false
  663. broadcastMessage: true
  664. displayName: "The Killer Bunny Head"
  665. random_uuid: dc32458c-8ae0-4b7b-abe2-add26204eb56
  666. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWY1OTg1MWRlOTNmNGM2NTQ3ZjgwOWNhM2FlZDE4OWU5NGJiZjRmODg4ZjFmNzUyMDhlOTRjMzczMzg1MmExIn19fQ==
  667. advancements:
  668. - "mobheads:firstmobhead first_mob_head"
  669. - "mobheads:thekillerbunny the_killer_bunny"
  670. Toast_Rabbit:
  671. dropChance: 20.5%
  672. lootingBonus: 25.2%
  673. dropOnChargedCreeperDeath: false
  674. broadcastMessage: true
  675. displayName: "Toast Rabbit Head"
  676. random_uuid: 2c04206a-1dbb-461b-b4d4-9e4bd2901c7f
  677. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzJmYzNiNzQ2NjY1NDVmMmQ0MWJjMmI1MzQwZTFkZjY5ZGQyNWUyYTdlMmIzNGVmZDFhOTUzMTFhN2Q2YyJ9fX0=
  678. advancements:
  679. - "mobheads:firstmobhead first_mob_head"
  680. - "mobheads:thelegend27 toast_rabbit"
  681. - "mobheads:rabbit toast_rabbit"
  682. White_Rabbit:
  683. dropChance: 20.1%
  684. lootingBonus: 25.04%
  685. dropOnChargedCreeperDeath: false
  686. broadcastMessage: true
  687. displayName: "White Rabbit Head"
  688. random_uuid: 3a978cd5-66e8-4824-8020-f9c0bd363c94
  689. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTU0MmQ3MTYwOTg3MTQ4YTVkOGUyMGU0NjliZDliM2MyYTM5NDZjN2ZiNTkyM2Y1NWI5YmVhZTk5MTg1ZiJ9fX0=
  690. advancements:
  691. - "mobheads:firstmobhead first_mob_head"
  692. - "mobheads:thelegend27 white_rabbit"
  693. - "mobheads:rabbit white_rabbit"
  694. Black_Sheep:
  695. dropChance: 20.1%
  696. lootingBonus: 25.04%
  697. dropOnChargedCreeperDeath: false
  698. broadcastMessage: true
  699. displayName: "Black Sheep Head"
  700. random_uuid: ede424d0-f810-4704-9424-db3c4afc402a
  701. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzI2NTIwODNmMjhlZDFiNjFmOWI5NjVkZjFhYmYwMTBmMjM0NjgxYzIxNDM1OTUxYzY3ZDg4MzY0NzQ5ODIyIn19fQ==
  702. advancements:
  703. - "mobheads:firstmobhead first_mob_head"
  704. - "mobheads:thelegend27 black_sheep"
  705. - "mobheads:sheep black_sheep"
  706. Blue_Sheep:
  707. dropChance: 20.1%
  708. lootingBonus: 25.04%
  709. dropOnChargedCreeperDeath: false
  710. broadcastMessage: true
  711. displayName: "Blue Sheep Head"
  712. random_uuid: f69de8f4-a1bd-485e-a587-28c676163442
  713. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDllYzIyODE4ZDFmYmZjODE2N2ZiZTM2NzI4YjI4MjQwZTM0ZTE2NDY5YTI5MjlkMDNmZGY1MTFiZjJjYTEifX19
  714. advancements:
  715. - "mobheads:firstmobhead first_mob_head"
  716. - "mobheads:thelegend27 blue_sheep"
  717. - "mobheads:sheep blue_sheep"
  718. Brown_Sheep:
  719. dropChance: 20.1%
  720. lootingBonus: 25.04%
  721. dropOnChargedCreeperDeath: false
  722. broadcastMessage: true
  723. displayName: "Brown Sheep Head"
  724. random_uuid: 6b15f355-f988-4c09-869a-f6603ac8739a
  725. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTU1YWQ2ZTVkYjU2OTJkODdmNTE1MTFmNGUwOWIzOWZmOWNjYjNkZTdiNDgxOWE3Mzc4ZmNlODU1M2I4In19fQ==
  726. advancements:
  727. - "mobheads:firstmobhead first_mob_head"
  728. - "mobheads:thelegend27 brown_sheep"
  729. - "mobheads:sheep brown_sheep"
  730. Cyan_Sheep:
  731. dropChance: 20.1%
  732. lootingBonus: 25.04%
  733. dropOnChargedCreeperDeath: false
  734. broadcastMessage: true
  735. displayName: "Cyan Sheep Head"
  736. random_uuid: a13f55bf-ee36-4240-9498-2598eaaab4a0
  737. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDZmNmM3ZTdmZDUxNGNlMGFjYzY4NTkzMjI5ZTQwZmNjNDM1MmI4NDE2NDZlNGYwZWJjY2NiMGNlMjNkMTYifX19
  738. advancements:
  739. - "mobheads:firstmobhead first_mob_head"
  740. - "mobheads:thelegend27 cyan_sheep"
  741. - "mobheads:sheep cyan_sheep"
  742. Gray_Sheep:
  743. dropChance: 20.1%
  744. lootingBonus: 25.04%
  745. dropOnChargedCreeperDeath: false
  746. broadcastMessage: true
  747. displayName: "Gray Sheep Head"
  748. random_uuid: e9814a95-7327-4d2b-9fbc-482427168225
  749. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDI4N2ViNTAxMzkxZjI3NTM4OWYxNjZlYzlmZWJlYTc1ZWM0YWU5NTFiODhiMzhjYWU4N2RmN2UyNGY0YyJ9fX0=
  750. advancements:
  751. - "mobheads:firstmobhead first_mob_head"
  752. - "mobheads:thelegend27 gray_sheep"
  753. - "mobheads:sheep gray_sheep"
  754. Green_Sheep:
  755. dropChance: 20.1%
  756. lootingBonus: 25.04%
  757. dropOnChargedCreeperDeath: false
  758. broadcastMessage: true
  759. displayName: "Green Sheep Head"
  760. random_uuid: bd0e32b6-4d05-4940-b3fe-a2be1346d778
  761. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTAxNzIxNWM3ZjhkYjgyMDQwYWEyYzQ3Mjk4YjY2NTQxYzJlYjVmN2Y5MzA0MGE1ZDIzZDg4ZjA2ODdkNGIzNCJ9fX0=
  762. advancements:
  763. - "mobheads:firstmobhead first_mob_head"
  764. - "mobheads:thelegend27 green_sheep"
  765. - "mobheads:sheep green_sheep"
  766. Light_Blue_Sheep:
  767. dropChance: 20.1%
  768. lootingBonus: 25.04%
  769. dropOnChargedCreeperDeath: false
  770. broadcastMessage: true
  771. displayName: "Light Blue Sheep Head"
  772. random_uuid: dfacccb8-18b6-4843-9dd7-6cab888f46d4
  773. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWM4YTk3YTM4ODU2NTE0YTE2NDEzZTJjOTk1MjEyODlmNGM1MzYzZGM4MmZjOWIyODM0Y2ZlZGFjNzhiODkifX19
  774. advancements:
  775. - "mobheads:firstmobhead first_mob_head"
  776. - "mobheads:thelegend27 light_blue_sheep"
  777. - "mobheads:sheep light_blue_sheep"
  778. Lime_Sheep:
  779. dropChance: 20.1%
  780. lootingBonus: 25.04%
  781. dropOnChargedCreeperDeath: false
  782. broadcastMessage: true
  783. displayName: "Lime Sheep Head"
  784. random_uuid: a663374b-47e7-469a-864f-7c5a0d49f6d6
  785. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTJhMjQ0OGY1OGE0OTEzMzI0MzRlODVjNDVkNzg2ZDg3NDM5N2U4MzBhM2E3ODk0ZTZkOTI2OTljNDJiMzAifX19
  786. advancements:
  787. - "mobheads:firstmobhead first_mob_head"
  788. - "mobheads:thelegend27 lime_sheep"
  789. - "mobheads:sheep lime_sheep"
  790. Magenta_Sheep:
  791. dropChance: 20.1%
  792. lootingBonus: 25.04%
  793. dropOnChargedCreeperDeath: false
  794. broadcastMessage: true
  795. displayName: "Magenta Sheep Head"
  796. random_uuid: 3c1a8e29-ed57-4532-b6e0-37b2500ade45
  797. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTgzNjU2NWM3ODk3ZDQ5YTcxYmMxODk4NmQxZWE2NTYxMzIxYTBiYmY3MTFkNDFhNTZjZTNiYjJjMjE3ZTdhIn19fQ==
  798. advancements:
  799. - "mobheads:firstmobhead first_mob_head"
  800. - "mobheads:thelegend27 magenta_sheep"
  801. - "mobheads:sheep magenta_sheep"
  802. Orange_Sheep:
  803. dropChance: 20.1%
  804. lootingBonus: 25.04%
  805. dropOnChargedCreeperDeath: false
  806. broadcastMessage: true
  807. displayName: "Orange Sheep Head"
  808. random_uuid: d8df8e0a-1bc5-46ef-ad5d-87ae578ef818
  809. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjA5ODM5N2EyNzBiNGMzZDJiMWU1NzRiOGNmZDNjYzRlYTM0MDkwNjZjZWZlMzFlYTk5MzYzM2M5ZDU3NiJ9fX0=
  810. advancements:
  811. - "mobheads:firstmobhead first_mob_head"
  812. - "mobheads:thelegend27 orange_sheep"
  813. - "mobheads:sheep orange_sheep"
  814. Pink_Sheep:
  815. dropChance: 20.1%
  816. lootingBonus: 25.04%
  817. dropOnChargedCreeperDeath: false
  818. broadcastMessage: true
  819. displayName: "Pink Sheep Head"
  820. random_uuid: 29c0911d-695a-4c31-817f-3a065a7144b7
  821. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmFjNzRhMmI5YjkxNDUyZTU2ZmExZGRhNWRiODEwNzc4NTZlNDlmMjdjNmUyZGUxZTg0MWU1Yzk1YTZmYzVhYiJ9fX0=
  822. advancements:
  823. - "mobheads:firstmobhead first_mob_head"
  824. - "mobheads:thelegend27 pink_sheep"
  825. - "mobheads:sheep pink_sheep"
  826. Purple_Sheep:
  827. dropChance: 20.1%
  828. lootingBonus: 25.04%
  829. dropOnChargedCreeperDeath: false
  830. broadcastMessage: true
  831. displayName: "Purple Sheep Head"
  832. random_uuid: c2219329-0558-48ec-a0cc-51b07789c184
  833. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWU1Mjg2N2FmZWYzOGJiMTRhMjZkMTQyNmM4YzBmMTE2YWQzNDc2MWFjZDkyZTdhYWUyYzgxOWEwZDU1Yjg1In19fQ==
  834. advancements:
  835. - "mobheads:firstmobhead first_mob_head"
  836. - "mobheads:thelegend27 purple_sheep"
  837. - "mobheads:sheep purple_sheep"
  838. Rainbow_Sheep:
  839. dropChance: 100.5%
  840. lootingBonus: 25.2%
  841. dropOnChargedCreeperDeath: false
  842. broadcastMessage: true
  843. displayName: "Rainbow Sheep Head"
  844. random_uuid: bcea22f3-8e5c-4ce0-bf2e-9099424f3714
  845. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmM0Y2JmMmRhYzQyZGUzYjJjYmZkMGFhMWRjNDAzNjNiNmQzZDViNTczNmIyYTc4OGMwNWQxYjRhYmIxOWU3In19fQ==
  846. advancements:
  847. - "mobheads:firstmobhead first_mob_head"
  848. - "mobheads:thelegend27 rainbow_sheep"
  849. - "mobheads:sheep rainbow_sheep"
  850. Red_Sheep:
  851. dropChance: 20.1%
  852. lootingBonus: 25.04%
  853. dropOnChargedCreeperDeath: false
  854. broadcastMessage: true
  855. displayName: "Red Sheep Head"
  856. random_uuid: 71b8b9d8-fa5b-42df-b15f-e125ae28d9b0
  857. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODM5YWY0NzdlYjYyNzgxNWY3MjNhNTY2MjU1NmVjOWRmY2JhYjVkNDk0ZDMzOGJkMjE0MjMyZjIzZTQ0NiJ9fX0=
  858. advancements:
  859. - "mobheads:firstmobhead first_mob_head"
  860. - "mobheads:thelegend27 red_sheep"
  861. - "mobheads:sheep red_sheep"
  862. Silver_Sheep:
  863. dropChance: 20.1%
  864. lootingBonus: 25.04%
  865. dropOnChargedCreeperDeath: false
  866. broadcastMessage: true
  867. displayName: "Silver Sheep Head"
  868. random_uuid: 597f03f8-654e-42bd-bc0d-d59386606da7
  869. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2UxYWM2ODM5OTNiZTM1NTEyZTFiZTMxZDFmNGY5OGU1ODNlZGIxNjU4YTllMjExOTJjOWIyM2I1Y2NjZGMzIn19fQ==
  870. advancements:
  871. - "mobheads:firstmobhead first_mob_head"
  872. - "mobheads:thelegend27 silver_sheep"
  873. - "mobheads:sheep silver_sheep"
  874. White_Sheep:
  875. dropChance: 20.1%
  876. lootingBonus: 25.04%
  877. dropOnChargedCreeperDeath: false
  878. broadcastMessage: true
  879. displayName: "White Sheep Head"
  880. random_uuid: 5ac388b4-f0b1-4b17-af3c-c2afb4df7e12
  881. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjMxZjljY2M2YjNlMzJlY2YxM2I4YTExYWMyOWNkMzNkMThjOTVmYzczZGI4YTY2YzVkNjU3Y2NiOGJlNzAifX19
  882. advancements:
  883. - "mobheads:firstmobhead first_mob_head"
  884. - "mobheads:thelegend27 white_sheep"
  885. - "mobheads:sheep white_sheep"
  886. Yellow_Sheep:
  887. dropChance: 20.1%
  888. lootingBonus: 25.04%
  889. dropOnChargedCreeperDeath: false
  890. broadcastMessage: true
  891. displayName: "Yellow Sheep Head"
  892. random_uuid: 8bf2ed0c-5ecc-4f39-9c6e-1be94040f5bc
  893. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjZhNDExMmRmMWU0YmNlMmE1ZTI4NDE3ZjNhYWZmNzljZDY2ZTg4NWMzNzI0NTU0MTAyY2VmOGViOCJ9fX0=
  894. advancements:
  895. - "mobheads:firstmobhead first_mob_head"
  896. - "mobheads:thelegend27 yellow_sheep"
  897. - "mobheads:sheep yellow_sheep"
  898. Shulker:
  899. dropChance: 20.2%
  900. lootingBonus: 25.1%
  901. dropOnChargedCreeperDeath: false
  902. broadcastMessage: true
  903. displayName: "Shulker Head"
  904. random_uuid: 1d71be7c-4cf6-4560-973e-36971ddb040e
  905. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjFkMzUzNGQyMWZlODQ5OTI2MmRlODdhZmZiZWFjNGQyNWZmZGUzNWM4YmRjYTA2OWU2MWUxNzg3ZmYyZiJ9fX0=
  906. advancements:
  907. - "mobheads:firstmobhead first_mob_head"
  908. - "mobheads:thelegend27 shulker"
  909. - "mobheads:end_dimension shulker"
  910. Silverfish:
  911. dropChance: 20.1%
  912. lootingBonus: 25.04%
  913. dropOnChargedCreeperDeath: false
  914. broadcastMessage: true
  915. displayName: "Silverfish Head"
  916. random_uuid: 7760f85e-1a3b-4723-8d5c-4e7c8b079f13
  917. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ==
  918. advancements:
  919. - "mobheads:firstmobhead first_mob_head"
  920. - "mobheads:thelegend27 silverfish"
  921. Slime:
  922. dropChance: 20.1%
  923. lootingBonus: 25.04%
  924. dropOnChargedCreeperDeath: false
  925. broadcastMessage: true
  926. displayName: "Slime Head"
  927. random_uuid: a7dfa2a8-4097-45ac-bf2d-b6191ec352ef
  928. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTZhZDIwZmMyZDU3OWJlMjUwZDNkYjY1OWM4MzJkYTJiNDc4YTczYTY5OGI3ZWExMGQxOGM5MTYyZTRkOWI1In19fQ==
  929. advancements:
  930. - "mobheads:firstmobhead first_mob_head"
  931. - "mobheads:thelegend27 slime"
  932. Snow_Golem:
  933. dropChance: 100.1%
  934. lootingBonus: 0.04%
  935. dropOnChargedCreeperDeath: false
  936. broadcastMessage: true
  937. displayName: "Snow Golem Head"
  938. random_uuid: f8184dd2-279c-4e04-8db5-177b63104adb
  939. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWZkZmQxZjc1MzhjMDQwMjU4YmU3YTkxNDQ2ZGE4OWVkODQ1Y2M1ZWY3MjhlYjVlNjkwNTQzMzc4ZmNmNCJ9fX0=
  940. advancements:
  941. - "mobheads:firstmobhead first_mob_head"
  942. - "mobheads:thelegend27 snow_golem"
  943. Spider:
  944. dropChance: 20.1%
  945. lootingBonus: 25.04%
  946. dropOnChargedCreeperDeath: false
  947. broadcastMessage: true
  948. displayName: "Spider Head"
  949. random_uuid: caafc438-4d2c-42f1-a986-ed79d24f143b
  950. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ==
  951. advancements:
  952. - "mobheads:firstmobhead first_mob_head"
  953. - "mobheads:thelegend27 spider"
  954. Squid:
  955. dropChance: 20.1%
  956. lootingBonus: 25.04%
  957. dropOnChargedCreeperDeath: false
  958. broadcastMessage: true
  959. displayName: "Squid Head"
  960. random_uuid: d5187627-541c-4ad6-8020-35e3dffe295f
  961. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMDE0MzNiZTI0MjM2NmFmMTI2ZGE0MzRiODczNWRmMWViNWIzY2IyY2VkZTM5MTQ1OTc0ZTljNDgzNjA3YmFjIn19fQ==
  962. advancements:
  963. - "mobheads:firstmobhead first_mob_head"
  964. - "mobheads:thelegend27 squid"
  965. Stray:
  966. dropChance: 20.1%
  967. lootingBonus: 25.04%
  968. dropOnChargedCreeperDeath: false
  969. broadcastMessage: true
  970. displayName: "Stray Head"
  971. random_uuid: 2bfa9704-7778-4b93-a2e0-444b52cf783a
  972. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzhkZGY3NmU1NTVkZDVjNGFhOGEwYTVmYzU4NDUyMGNkNjNkNDg5YzI1M2RlOTY5ZjdmMjJmODVhOWEyZDU2In19fQ==
  973. advancements:
  974. - "mobheads:firstmobhead first_mob_head"
  975. - "mobheads:thelegend27 stray"
  976. Vex:
  977. dropChance: 20.2%
  978. lootingBonus: 25.1%
  979. dropOnChargedCreeperDeath: false
  980. broadcastMessage: true
  981. displayName: "Vex Head"
  982. random_uuid: 09fc3b6f-5c13-40f2-bd0f-d63d4171bcbb
  983. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWU3MzMwYzdkNWNkOGEwYTU1YWI5ZTk1MzIxNTM1YWM3YWUzMGZlODM3YzM3ZWE5ZTUzYmVhN2JhMmRlODZiIn19fQ==
  984. advancements:
  985. - "mobheads:firstmobhead first_mob_head"
  986. - "mobheads:thelegend27 vex"
  987. - "mobheads:woodland_mansion vex"
  988. Villager:
  989. dropChance: 20.1%
  990. lootingBonus: 25.04%
  991. dropOnChargedCreeperDeath: false
  992. broadcastMessage: true
  993. displayName: "Villager Head"
  994. random_uuid: 834e4f81-46d6-4e90-9e60-39bdf4a68c48
  995. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODIyZDhlNzUxYzhmMmZkNGM4OTQyYzQ0YmRiMmY1Y2E0ZDhhZThlNTc1ZWQzZWIzNGMxOGE4NmU5M2IifX19
  996. advancements:
  997. - "mobheads:firstmobhead first_mob_head"
  998. - "mobheads:thelegend27 villager"
  999. Vindicator:
  1000. dropChance: 20.2%
  1001. lootingBonus: 25.1%
  1002. dropOnChargedCreeperDeath: false
  1003. broadcastMessage: true
  1004. displayName: "Vindicator Head"
  1005. random_uuid: df6eabbb-588b-4820-bacd-025806a8bae8
  1006. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGY2ZmI4OWQxYzYzMWJkN2U3OWZlMTg1YmExYTY3MDU0MjVmNWMzMWE1ZmY2MjY1MjFlMzk1ZDRhNmY3ZTIifX19
  1007. advancements:
  1008. - "mobheads:firstmobhead first_mob_head"
  1009. - "mobheads:thelegend27 vindicator"
  1010. - "mobheads:woodland_mansion vindicator"
  1011. Witch:
  1012. dropChance: 20.1%
  1013. lootingBonus: 25.04%
  1014. dropOnChargedCreeperDeath: false
  1015. broadcastMessage: true
  1016. displayName: "Witch Head"
  1017. random_uuid: a93f8517-c2b3-4bac-81b6-367d8734a79e
  1018. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODllOGI1ZjE1YTliMjlhMWUzODljOTUyMThmZDM3OTVmMzI4NzJlNWFlZTk0NjRhNzY0OTVjNTI3ZDIyNDUifX19
  1019. advancements:
  1020. - "mobheads:firstmobhead first_mob_head"
  1021. - "mobheads:thelegend27 witch"
  1022. Wild_Wolf:
  1023. dropChance: 20.1%
  1024. lootingBonus: 25.04%
  1025. dropOnChargedCreeperDeath: false
  1026. broadcastMessage: true
  1027. displayName: "Wild Wolf Head"
  1028. random_uuid: 0d0cb002-321b-406c-8fec-bae45a85a8d6
  1029. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTk1Y2JiNGY3NWVhODc2MTdmMmY3MTNjNmQ0OWRhYzMyMDliYTFiZDRiOTM2OTY1NGIxNDU5ZWExNTMxNyJ9fX0=
  1030. advancements:
  1031. - "mobheads:firstmobhead first_mob_head"
  1032. - "mobheads:thelegend27 wild_wolf"
  1033. Tamed_Wolf:
  1034. dropChance: 20.1%
  1035. lootingBonus: 25.04%
  1036. dropOnChargedCreeperDeath: false
  1037. broadcastMessage: true
  1038. displayName: "Tamed Wolf Head"
  1039. random_uuid: 38a890f4-8ec6-4e45-8169-4a6c0a5ba32e
  1040. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWQ4MzczMWQ3N2Y1NGY1ZDRmOTNkZGQ5OWI5NDc2ZTRmMWZlNWI3ZTEzMThmMWUxNjI2ZjdkM2ZhM2FhODQ3In19fQ==
  1041. advancements:
  1042. - "mobheads:firstmobhead first_mob_head"
  1043. - "mobheads:thelegend27 tamed_wolf"
  1044. Zombie_Pigman:
  1045. dropChance: 20.1%
  1046. lootingBonus: 25.04%
  1047. dropOnChargedCreeperDeath: false
  1048. broadcastMessage: true
  1049. displayName: "Zombie Pigman Head"
  1050. random_uuid: 3b08d8ef-4c34-4bee-b0a7-a655302c389f
  1051. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOWM2ZTk4NTgyZmZkOGZmOGZlYjMzMjJjZDE4NDljNDNmYjE2YjE1OGFiYjExY2E3YjQyZWRhNzc0M2ViIn19fQ==
  1052. advancements:
  1053. - "mobheads:firstmobhead first_mob_head"
  1054. - "mobheads:thelegend27 zombie_pigman"
  1055. - "mobheads:nether_dimension zombie_pigman"
  1056. Zombie_Butcher_Villager:
  1057. dropChance: 20.1%
  1058. lootingBonus: 25.04%
  1059. dropOnChargedCreeperDeath: false
  1060. broadcastMessage: true
  1061. displayName: "Zombie Butcher Villager Head"
  1062. random_uuid: ba0907e5-5de9-4461-9da7-84ca6f9e7912
  1063. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTYxZjE5ZmZkOGFlNDI1NzkyYzRiMTgxNzU2YWRmZjhkNDgxNzRhZWVmNThhMGYzMjdhMjhjNzQyYzcyNDQyIn19fQ==
  1064. advancements:
  1065. - "mobheads:firstmobhead first_mob_head"
  1066. - "mobheads:thelegend27 zombie_butcher_villager"
  1067. Zombie_Cleric_Villager:
  1068. dropChance: 20.1%
  1069. lootingBonus: 25.04%
  1070. dropOnChargedCreeperDeath: false
  1071. broadcastMessage: true
  1072. displayName: "Zombie Cleric Villager Head"
  1073. random_uuid: 7506a75e-136f-471c-8032-c3950b4a5561
  1074. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTI4YzJiYWQ1Mzg5Y2IzNTkyYjU2NWIzYzQ3ZWNjMTg5ZTA1NDJhODc4MzUwMjhkNjE0OGJiZTMzNDU2NDUifX19
  1075. advancements:
  1076. - "mobheads:firstmobhead first_mob_head"
  1077. - "mobheads:thelegend27 zombie_cleric_villager"
  1078. Zombie_Farmer_Villager:
  1079. dropChance: 20.1%
  1080. lootingBonus: 25.04%
  1081. dropOnChargedCreeperDeath: false
  1082. broadcastMessage: true
  1083. displayName: "Zombie Farmer Villager Head"
  1084. random_uuid: 573bd8d0-f9a1-4885-af08-7c554b45e767
  1085. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2ZmMDQ4MmZkMzJmYWIyY2U5ZjVmYTJlMmQ5YjRkYzc1NjFkYTQyMjE1MmM5OWZjODA0YjkxMzljYWYyNTZiIn19fQ==
  1086. advancements:
  1087. - "mobheads:firstmobhead first_mob_head"
  1088. - "mobheads:thelegend27 zombie_farmer_villager"
  1089. Zombie_Librarian_Villager:
  1090. dropChance: 20.1%
  1091. lootingBonus: 25.04%
  1092. dropOnChargedCreeperDeath: false
  1093. broadcastMessage: true
  1094. displayName: "Zombie Librarian Villager Head"
  1095. random_uuid: fa2368c1-5299-43cb-84c0-40adaa25cb40
  1096. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDRmMDhlYmQ0ZTI1Y2RhM2FkZTQ1Yjg2MzM3OGFkMzc3ZjE4YzUxMGRiNGQyOGU4MmJiMjQ0NTE0MzliMzczNCJ9fX0=
  1097. advancements:
  1098. - "mobheads:firstmobhead first_mob_head"
  1099. - "mobheads:thelegend27 zombie_librarian_villager"
  1100. Zombie_Nitwit_Villager:
  1101. dropChance: 20.1%
  1102. lootingBonus: 25.04%
  1103. dropOnChargedCreeperDeath: false
  1104. broadcastMessage: true
  1105. displayName: "Zombie Nitwit Villager Head"
  1106. random_uuid: 614cb8ea-bb85-4e0a-96fb-f2d83273d06a
  1107. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzdlODM4Y2NjMjY3NzZhMjE3YzY3ODM4NmY2YTY1NzkxZmU4Y2RhYjhjZTljYTRhYzZiMjgzOTdhNGQ4MWMyMiJ9fX0=
  1108. advancements:
  1109. - "mobheads:firstmobhead first_mob_head"
  1110. - "mobheads:thelegend27 zombie_nitwit_villager"
  1111. Zombie_Smith_Villager:
  1112. dropChance: 20.1%
  1113. lootingBonus: 25.04%
  1114. dropOnChargedCreeperDeath: false
  1115. broadcastMessage: true
  1116. displayName: "Zombie Smith Villager Head"
  1117. random_uuid: f061c450-161c-4a7c-bdf7-2a70d42892f6
  1118. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTE2MTU1ZmNmMzY2Y2Y0ZTA2Y2U1ZGZmYzQ4Y2E1NGU4ZWE0OGRmZTUyNTM1OGI2MTJkYzQ0ZmQ0MzIifX19
  1119. advancements:
  1120. - "mobheads:firstmobhead first_mob_head"
  1121. - "mobheads:thelegend27 zombie_smith_villager"
  1122.  
  1123. #Optional skulls, because they also drop in vanilla when killed by a charged creeper.
  1124. Zombie:
  1125. dropChance: 20.1%
  1126. lootingBonus: 25.04%
  1127. dropOnChargedCreeperDeath: false
  1128. broadcastMessage: true
  1129. displayName: "Zombie Head"
  1130. random_uuid: [vanilla]
  1131. textureCode: [vanilla]
  1132. advancements:
  1133. - "mobheads:firstmobhead first_mob_head"
  1134. - "mobheads:thelegend27 zombie"
  1135. Skeleton:
  1136. dropChance: 20.1%
  1137. lootingBonus: 25.04%
  1138. dropOnChargedCreeperDeath: false
  1139. broadcastMessage: true
  1140. displayName: "Skeleton Skull"
  1141. random_uuid: [vanilla]
  1142. textureCode: [vanilla]
  1143. advancements:
  1144. - "mobheads:firstmobhead first_mob_head"
  1145. - "mobheads:thelegend27 skeleton"
  1146. Creeper:
  1147. dropChance: 20.1%
  1148. lootingBonus: 25.04%
  1149. dropOnChargedCreeperDeath: false
  1150. broadcastMessage: true
  1151. displayName: "Creeper Head"
  1152. random_uuid: [vanilla]
  1153. textureCode: [vanilla]
  1154. advancements:
  1155. - "mobheads:firstmobhead first_mob_head"
  1156. - "mobheads:thelegend27 creeper"
  1157. Ender_Dragon:
  1158. dropChance: 100%
  1159. lootingBonus: 0%
  1160. dropOnChargedCreeperDeath: false
  1161. broadcastMessage: true
  1162. displayName: "Dragon Head"
  1163. random_uuid: [vanilla]
  1164. textureCode: [vanilla]
  1165. advancements:
  1166. - "mobheads:firstmobhead first_mob_head"
  1167. - "mobheads:thelegend27 ender_dragon"
  1168. - "mobheads:end_dimension ender_dragon"
  1169.  
  1170. #Skull codes are defined below
  1171. Wither:
  1172. dropChance: 5%
  1173. lootingBonus: 2.5%
  1174. dropOnChargedCreeperDeath: false
  1175. broadcastMessage: true
  1176. skullList:
  1177. Wither1:
  1178. displayName: "Wither 1 Head"
  1179. random_uuid: 078a9627-18e4-4794-a241-2d47643e6219
  1180. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2RmNzRlMzIzZWQ0MTQzNjk2NWY1YzU3ZGRmMjgxNWQ1MzMyZmU5OTllNjhmYmI5ZDZjZjVjOGJkNDEzOWYifX19
  1181. advancements:
  1182. - "mobheads:firstmobhead first_mob_head"
  1183. - "mobheads:thelegend27 wither_1"
  1184. - "mobheads:wither wither_1"
  1185. Wither2:
  1186. displayName: "Wither 2 Head"
  1187. random_uuid: 08c34ceb-d807-4447-adbc-212402e885b9
  1188. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTY0ZTFjM2UzMTVjOGQ4ZmZmYzM3OTg1YjY2ODFjNWJkMTZhNmY5N2ZmZDA3MTk5ZThhMDVlZmJlZjEwMzc5MyJ9fX0=
  1189. advancements:
  1190. - "mobheads:firstmobhead first_mob_head"
  1191. - "mobheads:thelegend27 wither_2"
  1192. - "mobheads:wither wither_2"
  1193. InvulnerableWither1:
  1194. displayName: "Invulnerable Wither 1 Head"
  1195. random_uuid: fc9c80e0-c0e8-4d3b-a630-cafaed52fbe0
  1196. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2U0ZjQ5NTM1YTI3NmFhY2M0ZGM4NDEzM2JmZTgxYmU1ZjJhNDc5OWE0YzA0ZDlhNGRkYjcyZDgxOWVjMmIyYiJ9fX0=
  1197. advancements:
  1198. - "mobheads:firstmobhead first_mob_head"
  1199. - "mobheads:thelegend27 invulnerable_wither_1"
  1200. - "mobheads:wither invulnerable_wither_1"
  1201. InvulnerableWither2:
  1202. displayName: "Invulnerable Wither 2 Head"
  1203. random_uuid: bb05d45e-d7f6-4f7f-8a34-9accf86823e8
  1204. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGRhZmIyM2VmYzU3ZjI1MTg3OGU1MzI4ZDExY2IwZWVmODdiNzljODdiMjU0YTdlYzcyMjk2ZjkzNjNlZjdjIn19fQ==
  1205. advancements:
  1206. - "mobheads:firstmobhead first_mob_head"
  1207. - "mobheads:thelegend27 invulnerable_wither_2"
  1208. - "mobheads:wither invulnerable_wither_2"
  1209.  
  1210. #List of all fish that are supported in this plugin.
  1211. #You can obtain these fish by fishing. When you catch a fish, there is a chance (dropChance) that the player will also catch the corresponding fish head.
  1212. #Instead of looting, the dropchance for fish can be increased by the "Luck of the Sea" enchantment.
  1213. ListOfFish:
  1214. Fish:
  1215. dropChance: 20.5%
  1216. luckOfTheSeaBonus: 25.25%
  1217. broadcastMessage: true
  1218. displayName: "Fish Head"
  1219. random_uuid: 512d6218-cdf1-476c-9507-c9ea98574623
  1220. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmY5OWI1ODBkNDVhNzg0ZTdhOTY0ZTdkM2IxZjk3Y2VjZTc0OTExMTczYmQyMWMxZDdjNTZhY2RjMzg1ZWQ1In19fQ==
  1221. advancements:
  1222. - "mobheads:firstmobhead first_mob_head"
  1223. - "mobheads:thelegend27 fish"
  1224. - "mobheads:fish fish"
  1225. Clownfish:
  1226. dropChance: 20%
  1227. luckOfTheSeaBonus: 25.5%
  1228. broadcastMessage: true
  1229. displayName: "Clownfish Head"
  1230. random_uuid: a93b6156-1558-4043-af43-d6d074191b2f
  1231. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzZkMTQ5ZTRkNDk5OTI5NjcyZTI3Njg5NDllNjQ3Nzk1OWMyMWU2NTI1NDYxM2IzMjdiNTM4ZGYxZTRkZiJ9fX0=
  1232. advancements:
  1233. - "mobheads:firstmobhead first_mob_head"
  1234. - "mobheads:thelegend27 clownfish"
  1235. - "mobheads:fish clownfish"
  1236. Salmon:
  1237. dropChance: 1%
  1238. luckOfTheSeaBonus: 0.5%
  1239. broadcastMessage: true
  1240. displayName: "Salmon Head"
  1241. random_uuid: ff0a9341-3029-4ec0-be34-493607dd3c95
  1242. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWRmYzU3ZDA5MDU5ZTQ3OTlmYTkyYzE1ZTI4NTEyYmNmYWExMzE1NTc3ZmUzYTI3YWVkMzg5ZTRmNzUyMjg5YSJ9fX0=
  1243. advancements:
  1244. - "mobheads:firstmobhead first_mob_head"
  1245. - "mobheads:thelegend27 salmon"
  1246. - "mobheads:fish salmon"
  1247. Pufferfish:
  1248. dropChance: 2.5%
  1249. luckOfTheSeaBonus: 1.25%
  1250. broadcastMessage: true
  1251. displayName: "Pufferfish Head"
  1252. random_uuid: 067a013d-a5a1-4cb4-8e1b-dc5d671110af
  1253. textureCode: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk1NTkzODg5OTNmZTc4MmY2N2JkNThkOThjNGRmNTZiY2Q0MzBlZGNiMmY2NmVmNTc3N2E3M2MyN2RlMyJ9fX0=
  1254. advancements:
  1255. - "mobheads:firstmobhead first_mob_head"
  1256. - "mobheads:thelegend27 pufferfish"
  1257. - "mobheads:fish pufferfish"
  1258.  
  1259. #Whenever a player dies by another player
  1260. Player:
  1261. dropChance: 15%
  1262. lootingBonus: 5%
  1263. dropOnChargedCreeperDeath: false
  1264. advancements:
  1265. - "mobheads:player first_player_head"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement