HomeJavaModsAutonomousBreeding
AutonomousBreeding
[​IMG]

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:

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

Changelog

v1.2:

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.

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

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.

Explore more