Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 770 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 770 Bytes

FarmControl

Plugin page: https://www.spigotmc.org/resources/86923/

About

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.

Building

  1. Install dependency NabConfiguration to maven local
git clone https://github.com/froobynooby/nab-configuration
cd nab-configuration
./gradlew clean install
  1. Clone FarmControl and build
git clone https://github.com/froobynooby/FarmControl
cd FarmControl
./gradlew clean build
  1. Find jar in FarmControl/build/libs