Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LilsFarming

A lightweight quality-of-life farming plugin for Paper that makes vanilla farming faster and more enjoyable without replacing Minecraft's normal crop mechanics.

Features

  • 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

Supported Crops

  • Wheat
  • Carrots
  • Potatoes
  • Beetroot
  • Nether Wart
  • Cocoa

Hoe Harvesting

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.

Commands

Command Description Permission
/farming reload Reloads the configuration lilsfarming.admin
/lfarming reload Alias of /farming reload lilsfarming.admin

Configuration

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

Requirements

  • Paper 26.2+
  • Java 25

Building

Clone the repository and run:

./gradlew build

On Windows:

.\gradlew.bat build

The compiled plugin will be available in:

build/libs/

License

LilsFarming is licensed under the MIT License.

About

Lightweight farming QoL for Paper with right-click harvesting, automatic replanting, and tiered hoe area harvesting.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages