Advertisement
The_Munchkin

MobHeads config

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