Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 939 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 939 Bytes

FarmControl

Hangar | Modrinth | Spigot

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

git clone https://github.com/froobynooby/FarmControl
cd FarmControl
./gradlew clean build

2. Find jar in FarmControl/build/libs