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.
- Host: GitHub
- URL: https://github.com/froobynooby/FarmControl
- Owner: froobynooby
- License: mit
- Created: 2020-12-21T01:32:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T20:14:52.000Z (over 1 year ago)
- Last Synced: 2024-12-22T21:23:05.485Z (over 1 year ago)
- Topics: bukkit-plugin, minecraft, paper-plugin, spigot-plugin
- Language: Java
- Homepage: https://ci.froobworld.com/job/FarmControl/
- Size: 268 KB
- Stars: 43
- Watchers: 4
- Forks: 13
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-minecraft - FarmControl
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`