AutonomousBreeding
Overview
Description:
AutonomousBreeding is a plugin that automates animal breeding across various chunks. It automatically selects loaded chunks and pairs same-type animals for breeding without any player intervention. Breeding events are randomized and occur at regular intervals. The latest update includes a built-in update checker and expanded configuration options for even more control over breeding mechanics.
Features:
- Automates animal breeding without player interaction
- Breeds same-type animals in nearby chunks
- Supports multiple animal types like cows, pigs, sheep, and more
- Multiple breeding events occur in one cycle
- Reduces manual breeding workload for players
- Built-in update checker for seamless plugin updates
- Enhanced configuration options for customizable breeding behavior
- Command system for easy and precise server setting adjustments
Animal Types:
Spoiler: Click to view supported animals
- Pig
- Cow
- Chicken
- Sheep
- Wolf
- Rabbit
- Horse
- Donkey
- Llama
- Turtle
- Cat
- Fox
Command-Tree
Spoiler: Command-Tree
/ab
├── settings
│ ├── default
│ ├── reload
│ ├── cycles_per_tick
│ │ ├── <integer value> (e.g., 4, 10, 20)
│ │ └── default
│ ├── max_breeding_distance
│ │ ├── <double value> (e.g., 10.0, 15.5)
│ │ └── default
│ ├── love_mode_ticks
│ │ ├── <integer value> (e.g., 20000)
│ │ └── default
│ ├── interval_in_ticks
│ │ ├── <integer value> (e.g., 600)
│ │ └── default
│ ├── continue_without_players
│ │ ├── true
│ │ ├── false
│ │ └── default
│ ├── breedable_animals
│ │ ├── add
│ │ │ ├── <animal> (suggests animals not already in the list)
│ │ │ └── all
│ │ ├── remove
│ │ │ ├── <animal> (suggests animals currently in the list)
│ │ │ └── all
│ │ ├── list
│ │ └── default
└── reload
├── settings
│ ├── default
│ ├── reload
│ ├── cycles_per_tick
│ │ ├── <integer value> (e.g., 4, 10, 20)
│ │ └── default
│ ├── max_breeding_distance
│ │ ├── <double value> (e.g., 10.0, 15.5)
│ │ └── default
│ ├── love_mode_ticks
│ │ ├── <integer value> (e.g., 20000)
│ │ └── default
│ ├── interval_in_ticks
│ │ ├── <integer value> (e.g., 600)
│ │ └── default
│ ├── continue_without_players
│ │ ├── true
│ │ ├── false
│ │ └── default
│ ├── breedable_animals
│ │ ├── add
│ │ │ ├── <animal> (suggests animals not already in the list)
│ │ │ └── all
│ │ ├── remove
│ │ │ ├── <animal> (suggests animals currently in the list)
│ │ │ └── all
│ │ ├── list
│ │ └── default
└── reload
Changelog
v1.2:
- Implemented command-tree for ease-of-use setting changes and command reload.
- Enhanced UpdateChecker and fixed String conversion issues that caused error "[AutonomousBreeding] Error checking for updates: For input string: "V1""
Spoiler: v1.1
- Update Checker: Added functionality to automatically check for plugin updates.
- Config.yml Enhancements: Added new configuration options:
Code (Text):
breeding:
cycles_per_tick: 4 # Number of chunks to process in each breeding cycle [default: 4]
max_breeding_distance: 10 # Maximum distance for animals to breed (in blocks). [default: 10]
love_mode_ticks: 20000 # Number of ticks animals stay in love mode [default: 20000]
interval_in_ticks: 600 # Breeding cycle interval (100 ticks = 5 seconds) [default: 600]
continue_without_players: false # Should the cycles continue if no players are online? [default: false]
breedable_animals: # List of animals that can breed [Adding entities without breeding mechanics will cause issues.]
- PIG
- COW
- CHICKEN
- SHEEP
- WOLF
- RABBIT
- HORSE
- DONKEY
- LLAMA
- TURTLE
- CAT
- FOX
Spoiler: v1.0
Initial release of AutonomousBreeding, including support for autonomous same-type animal breeding and randomized chunk selection.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20, 1.20.6, 1.21
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.
AutonomousBreeding is a free Minecraft Java mod. Compatible with Minecraft 1.20, 1.20.6, 1.21. Downloaded 214 times (via Spigot). Download it and open it directly in the game.