Plugin page: https://www.spigotmc.org/resources/86923/
FarmControl is a Bukkit plugin that allows you to control certain properties of farms on your server. Among other things, you can limit the size of mob farms, remove the ability of mobs in farms to collide and perform random movements, or completely disable the AI of mobs in farms.
- Install dependency NabConfiguration to maven local
git clone https://github.com/froobynooby/nab-configuration
cd nab-configuration
./gradlew clean install
- Clone FarmControl and build
git clone https://github.com/froobynooby/FarmControl
cd FarmControl
./gradlew clean build
- Find jar in
FarmControl/build/libs