An open API service indexing awesome lists of open source software.

https://github.com/froobynooby/FarmControl

A plugin for controlling the size and other properties of farms.
https://github.com/froobynooby/FarmControl

bukkit-plugin minecraft paper-plugin spigot-plugin

Last synced: 10 days ago
JSON representation

A plugin for controlling the size and other properties of farms.

Awesome Lists containing this project

README

          

# FarmControl
[Hangar](https://hangar.papermc.io/froobynooby/FarmControl) | [Modrinth](https://modrinth.com/plugin/farmcontrol) | [Spigot](https://www.spigotmc.org/resources/86923/)

## About
FarmControl is a Bukkit plugin that allows you to control certain properties of farms on your server.

**Features**:
* Disable breeding in oversized animal farms and villager breeders.
* Reduce unnecessary random movement within mob farms.
* Disable the AI of mobs in farms.
* Limit the number of entities allowed in an area.
* Highly configurable - allowing you to tailor the plugin to your needs.
* Low impact - with the brunt of the plugin's processing performed asynchronously.

## Building
If you would like to build the plugin yourself you can follow these steps.

1\. Clone FarmControl and build
```bash
git clone https://github.com/froobynooby/FarmControl
cd FarmControl
./gradlew clean build
```

2\. Find jar in `FarmControl/build/libs`