{"id":165255,"date":"2026-06-09T20:37:36","date_gmt":"2026-06-09T17:37:36","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/varizoo\/"},"modified":"2026-06-09T20:37:36","modified_gmt":"2026-06-09T17:37:36","slug":"varizoo","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/varizoo\/","title":{"rendered":"VariZoo"},"content":{"rendered":"<p>This is a very simple yet practical plugin that expands the gameplay of Minecraft.<\/p>\n<p>After the introduction of the &#8220;scale&#8221; (body size) attribute in Minecraft, I couldn&#8217;t wait to create this plugin. After several months of my own testing and expansion, the final product of this plugin is now presented to you.<\/p>\n<p>Having said so much, what exactly does it do?<br \/>\nThis plugin introduces body size transformation for all animals. Initially, this body size change is barely noticeable. However, you can breed animals by raising them, enabling the offspring to inherit the body size. After several generations of inheritance, your chickens can become even larger than the Ender Dragon! Yes, this is the real &#8220;Chicken Jockey&#8221;.<\/p>\n<p>The plugin has been highly optimized and hardly has any negative impact on the server.<\/p>\n<p>Unlike other similar plugins, all values of this plugin can be customized, and it can increase dropped items, mob health, etc. Considered and designed from multiple aspects. Currently, no bugs have been found.<\/p>\n<details>\n<summary>config.yml<\/summary>\n<p>&#8220;`<br \/>\n# Do not modify this.<br \/>\nversion: 3<br \/>\n# enabled the plugin<br \/>\nenabled: true<br \/>\nanimal-spawn:<br \/>\n  basic:<br \/>\n    # The probability of animals being generated with body size attached<br \/>\n    # Set to 0 or a negative number to disable. The maximum is 100<br \/>\n    apply: 50.0<br \/>\n    # Body size change value<br \/>\n    # The &#8216;degree&#8217; can be filled with a range or multiple numbers<br \/>\n    degree: 0.86-1.16<br \/>\n  # Secondary mutation on the basis<br \/>\n  mutant:<br \/>\n    # Particle effects produced when triggering mutation<br \/>\n    particle:<br \/>\n      # Leave blank to disable<br \/>\n      type: GLOW<br \/>\n      # Particle Quantity<br \/>\n      count: 20<br \/>\n    # The probability of mutation<br \/>\n    # Set to 0 or a negative number to disable. The maximum is 100<br \/>\n    apply: 3.0<br \/>\n    # MULTIPLY: Simple multiplication<br \/>\n    # MORE: Adaptive. Bigger gets even bigger, smaller gets even smaller<br \/>\n    mode: MORE<br \/>\n    # Change value<br \/>\n    # The &#8216;degree&#8217; can be filled with a range or multiple numbers<br \/>\n    degree: 0.77, 1.3<br \/>\n  black-list:<br \/>\n    # Animals Unaffected<br \/>\n    # https:\/\/hub.spigotmc.org\/javadocs\/spigot\/org\/bukkit\/entity\/EntityType.html<br \/>\n    animal: []<br \/>\n    # The Worlds Unaffected<br \/>\n    world: []<br \/>\n    # The Uninfluenced Spawning Reasons<br \/>\n    # https:\/\/hub.spigotmc.org\/javadocs\/spigot\/org\/bukkit\/event\/entity\/CreatureSpawnEvent.SpawnReason.html<br \/>\n    spawn-reason:<br \/>\n    &#8211; SPAWNER<br \/>\nbreed:<br \/>\n  # Whether animals&#8217; babies inherit the body size when giving birth<br \/>\n  inheritance:<br \/>\n    # The influence of parents on the body size of children<br \/>\n    # Complex formulas can be used. Disable when left blank<br \/>\n    # Available variables: {father}, {mother} for the body size of parents, {degree} corresponding to the proportion below<br \/>\n    final-scale: ({father} * 1.1 + {mother} * 1.2) \/ {degree}<br \/>\n    # Used in conjunction with the previous &#8216;final-scale&#8217;<br \/>\n    degree: 2.1-2.5<br \/>\n    # Enabling this option will make the babies not be affected by the secondary body size change of animal-spawn<br \/>\n    skip-animal-spawn: false<br \/>\n    # The prompt when breeding a baby<br \/>\n    # Only supports MiniMessage color format. Disable when left blank<br \/>\n    # Available variables: {scale} baby scale, {baby} baby name, {player} player name<br \/>\n    actionbar: <white>\u65b0\u751f\u547d\u8bde\u751f\u5566! \u662f\u4f53\u578b\u4e3a<green> {scale} <\/green>\u7684{baby}\u5b9d\u5b9d~<\/white><br \/>\n  # Multiple Birth<br \/>\n  multiple:<br \/>\n    # The probability of multiple births<br \/>\n    # Prohibited when set to 0 or a negative number. The maximum is 100<br \/>\n    # Note that it should not be too high. The determination of multiple births is triggered every time breeding occurs. If it is too high, it will keep giving birth to children and cause the server to lag<br \/>\n    apply: 9.0<br \/>\n    # The interval between each childbirth<br \/>\n    # The unit is ticks, 20 ticks = 1 second<br \/>\n    delay: 3<br \/>\n    # When enabling multiple births, in order to limit breeding, the following amount of health will be deducted each time breeding occurs<br \/>\n    # Complex formulas can be used. Disable when left blank<br \/>\n    # Available variables: {health} current health, {max_health} maximum health<br \/>\n    hurt: &#8216;{health} * 0.05&#8217;<br \/>\n  # Blacklist<br \/>\n  # Granting players the varizoo.skip.breed permission can separately turn off the inheritance function to prevent some biological pastures from being destroyed<br \/>\n  black-list:<br \/>\n    # Animals Unaffected<br \/>\n    animal:<br \/>\n    &#8211; BEE<br \/>\n    # The Worlds Unaffected<br \/>\n    world: []<br \/>\nother:<br \/>\n  # The influence of scale on maximum health. Health points will change proportionally<br \/>\n  effect-health: true<br \/>\n  # Whether the scale is retained when the animal transforms.<br \/>\n  # For example, when a pig is struck by lightning and turns into a Piglin, the scale will still be inherited<br \/>\n  transform: true<br \/>\n  # Axolotls and fish will lose their original body size when released after being put into buckets<br \/>\n  #  This function can retain the body size and will correct fish buckets and dispensers<br \/>\n  bucket-fish-fix: true<br \/>\n  # Multiply the number of dropped items of animals by the following value<br \/>\n  # Complex formulas can be used. Disable when left blank<br \/>\n  # Available variables: {scale} Creature body size<br \/>\n  increase-drops: sqrt({scale})<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>Note: The plugin makes use of the &#8220;scale&#8221; attribute of mobs. Just like a mob&#8217;s health, attack, and speed, this &#8220;scale&#8221; attribute is native to the game. You can&#8217;t reverse the applied size transformations simply by deleting the plugin.<\/p>\n<p>### If you have any new ideas or suggestions, I&#8217;ll do my best to implement them.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Create your own mini or giant zoo!<\/p>\n","protected":false},"featured_media":165256,"template":"","meta":{"_minecraft_slug":"varizoo","_minecraft_project_id":"vpw1BHJ0","_minecraft_author":"Noogear","_minecraft_license":"MIT","_minecraft_downloads":81,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"varizoo.zip","_minecraft_size_bytes":143231,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T20:09:57.987035Z","_minecraft_date_created":"2025-01-13T08:51:05.909935Z","_minecraft_date_modified":"2025-01-14T17:05:13.760335Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/varizoo","_minecraft_icon_attachment_id":165256,"_minecraft_imported_at":"2026-06-09T17:37:36+00:00","_minecraft_import_hash":"fe80d68fdcb9d4eed826c8beea876206","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,125,89,127,128],"mod_loader":[131,132,133],"minecraft_version":[62,37,73,74,38],"class_list":["post-165255","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-folia","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_loader-folia","mod_loader-paper","mod_loader-purpur","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>VariZoo - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/varizoo\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"VariZoo - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Create your own mini or giant zoo!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/varizoo\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/varizoo\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/varizoo\\\/\",\"name\":\"VariZoo - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/varizoo\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/varizoo\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/varizoo-icon-2e8adc254d9a8cb8093b0902c1c5277b13375d07_96.webp\",\"datePublished\":\"2026-06-09T17:37:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/varizoo\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/varizoo\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/varizoo\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/varizoo-icon-2e8adc254d9a8cb8093b0902c1c5277b13375d07_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/varizoo-icon-2e8adc254d9a8cb8093b0902c1c5277b13375d07_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/varizoo\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"VariZoo\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"VariZoo - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/varizoo\/","og_locale":"en_US","og_type":"article","og_title":"VariZoo - Minecraft","og_description":"Create your own mini or giant zoo!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/varizoo\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/varizoo\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/varizoo\/","name":"VariZoo - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/varizoo\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/varizoo\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/varizoo-icon-2e8adc254d9a8cb8093b0902c1c5277b13375d07_96.webp","datePublished":"2026-06-09T17:37:36+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/varizoo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/varizoo\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/varizoo\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/varizoo-icon-2e8adc254d9a8cb8093b0902c1c5277b13375d07_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/varizoo-icon-2e8adc254d9a8cb8093b0902c1c5277b13375d07_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/varizoo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"VariZoo"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/165255","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/165256"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=165255"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=165255"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=165255"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=165255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}