Harvester - Replant Crops Automatically! icon

Harvester - Replant Crops Automatically! -----

Vanilla compatible auto-planter for crops. Whenever they're ready, right click them!



Configuration
Harvester’s config is designed for ease of use, letting you customize every aspect:
  • Crop Control: Toggle crops individually e.g.
    Code (Text):
    - wheat: true
    Code (Text):
    - carrots: false
  • Effects: Enable/disable particles (e.g., VILLAGER_HAPPY) and sounds (e.g., BLOCK_CROP_BREAK), with adjustable count, volume, and pitch.
  • Permissions: Require permission node for access, perfect for ranks, perks, etc.
    Code (Text):
    harvester.use

Code (Text):

# Harvester Configuration
#
# Crops supported by Harvester:
# - wheat: Planted on farmland, uses wheat seeds. Drops 1 wheat, 0-3 seeds; consumes 1 seed to replant.
# - carrots: Planted on farmland, uses carrots as seeds. Drops 1-4 carrots; consumes 1 carrot to replant.
# - potatoes: Planted on farmland, uses potatoes as seeds. Drops 1-4 potatoes, 2% chance for poisonous potato; consumes 1 potato to replant.
# - beetroots: Planted on farmland, uses beetroot seeds. Drops 1 beetroot, 0-3 seeds; consumes 1 seed to replant.
# - nether_wart: Planted on soul sand, uses nether wart as seeds. Drops 2-4 nether wart; consumes 1 nether wart to replant.
#
crops:
  enabled:
    - wheat: true
    - carrots: true
    - potatoes: true
    - beetroots: true
    - nether_wart: true
require_hoe: true
hoe_durability: true
effects:
  particles:
    enabled: true
    type: VILLAGER_HAPPY
    count: 10
  sound:
    enabled: true
    type: BLOCK_CROP_BREAK
    volume: 1.0
    pitch: 1.0
permissions:
  require_permission: false
  permission_node: harvester.use
messages:
  no_permission: "&cYou don't have permission to harvest here!"
  no_hoe: "&cYou must hold a hoe to harvest crops!"
  update_available: "&eA new version of Harvester is available!"
auto_updater:
  enabled: true
  notify_permission: harvester.update.notify
bstats:
  enabled: true
 
Resource Information
Author:
----------
Total Downloads: 220
First Release: Apr 17, 2025
Last Update: Apr 22, 2025
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings