A lightweight quality-of-life farming plugin for Paper that makes vanilla farming faster and more enjoyable without replacing Minecraft's normal crop mechanics.
- Right-click mature crops to harvest and automatically replant them
- Automatically replant mature crops broken normally
- Replanting consumes one seed or crop item from the harvested loot
- Hoe area harvesting with configurable ranges by tool tier
- Hold Shift while using a hoe to harvest only the targeted crop
- Wooden and Golden hoes default to single-crop harvesting
- Optional mixed-crop area harvesting
- Configurable supported crops
- Configurable hoe durability usage
- Runtime configuration reload
- Uses Minecraft's normal crop loot calculations
- No database, scheduled tasks, or persistent player tracking
- Wheat
- Carrots
- Potatoes
- Beetroot
- Nether Wart
- Cocoa
By default:
| Hoe | Radius | Harvest Area |
|---|---|---|
| Wooden | 0 | Single crop |
| Golden | 0 | Single crop |
| Stone | 1 | 3x3 |
| Iron | 2 | 5x5 |
| Diamond | 3 | 7x7 |
| Netherite | 4 | 9x9 |
Holding Shift disables area harvesting and harvests only the targeted crop.
| Command | Description | Permission |
|---|---|---|
/farming reload |
Reloads the configuration | lilsfarming.admin |
/lfarming reload |
Alias of /farming reload |
lilsfarming.admin |
features:
right-click-harvest: true
auto-replant: true
hoe-area-harvest: true
crops:
wheat: true
carrots: true
potatoes: true
beetroot: true
nether-wart: true
cocoa: true
hoe-harvest:
damage-tool: true
radius:
wooden: 0
golden: 0
stone: 1
iron: 2
diamond: 3
netherite: 4
harvest-mixed-crops: true- Paper 26.2+
- Java 25
Clone the repository and run:
./gradlew buildOn Windows:
.\gradlew.bat buildThe compiled plugin will be available in:
build/libs/
LilsFarming is licensed under the MIT License.