The Metachickens Plugin is a Minecraft plugin designed to enhance gameplay by introducing genetic modifications and unique mechanics involving chickens and mob spawners. This plugin provides new crafting recipes, interaction mechanics, and random effects to make your Minecraft world more dynamic and fun.
- DNA Bottles: Collect DNA from mobs by right-clicking with a glass bottle, used for genetic modifications.
- Genetically Modified Chickens: Inject DNA into baby chickens to create "Metachickens" with random damage or death risks.
- Dynamic Spawn Eggs: DNA-modified chickens lay spawn eggs of the injected entity type instead of regular eggs.
- Spawner Recipes: Craft spawners using 8 iron bars and a spawn egg of the desired mob.
- Silk Touch Spawners: Harvest spawners with Silk Touch while retaining the entity type.
To build and run this plugin, you will need:
- Git
- JDK (Java Development Kit) 21.0.4 or higher
- Gradle 8.10.1 or higher
-
Clone the Repository
Clone the project repository from GitHub:git clone https://github.com/beduality/metachickens cd metachickens
-
Build the Plugin
Run the following command to build the plugin:gradle build
-
Locate the Built Plugin
The compiled plugin will be located atbuild/libs/metachickens-*.jar
. -
Add to Your Server
Move themetachickens-*.jar
file into theplugins
folder of your Minecraft server. -
Start the Server
Restart your server if it's already running. The plugin will automatically enable itself. -
Verify Installation
Check your server logs for the message:[Metachickens] Metachickens Plugin Enabled
No additional configuration is required! The plugin works out of the box.
- Minecraft Version: 1.20 or higher
- API: Built using the Bukkit/Spigot API.
- Right-click a mob with a glass bottle to collect its DNA.
- DNA bottles display the type of DNA collected.
- Right-click a baby chicken with a DNA bottle.
- The chicken becomes a "Metachicken" with the injected DNA:
- It lays spawn eggs of the injected mob.
- It has a small chance of dying or taking damage during modification.
- Gather 8 iron bars and the spawn egg of the mob you want to spawn.
- Use the crafting table to create the spawner using the following recipe:
III
IEI
III
I
: Iron BarsE
: Spawn Egg
- Use a Silk Touch-enchanted tool to break a spawner.
- The spawner will drop as an item that retains the entity type.
We welcome contributions!
Feel free to fork the project, submit pull requests, or report issues on our GitHub repository.