Harvest Fortune icon

Harvest Fortune -----

Make Fortune work on all crops with right-click harvest, per-crop config, and drop caps!



HarvestFortune

Make Fortune work on ALL crops! Instantly right-click to harvest and replant, set per-crop drop rates, Fortune multipliers, allowed tools, and drop caps—all from a simple YAML config.
Perfect for survival, SMP, or any server where farming matters!

Features
  • Fortune increases crop drops for all major crops (wheat, carrots, potatoes, beetroot, nether wart, cocoa, berries, and more)
  • Right-click to instantly harvest & replant (toggle in config)
  • Per-crop configuration: drop formula, Fortune multiplier, drop cap, allowed tools
  • Reload config with /hf reload
  • Permission support: harvestfortune.use, harvestfortune.reload
  • No mods required for players

Installation
  1. Upload the plugin jar to your /plugins/ folder.
  2. Start your server (or reload plugins).
  3. Edit /plugins/HarvestFortune/config.yml as desired.
  4. Use /hf reload to apply config changes instantly.

Example Config
Code (YAML):

global_permission
: harvestfortune.use
right_click_harvest
: true

enabled_crops
:
  WHEAT
:
    base_drop
: 1
    fortune_multiplier
: 1.0
    formula
: linear
    max_drop
: 8
    allowed_tools
:
     - WOODEN_HOE
      - STONE_HOE
      - IRON_HOE
      - GOLDEN_HOE
      - DIAMOND_HOE
      - NETHERITE_HOE
  CARROTS
:
    base_drop
: 1
    fortune_multiplier
: 1.0
    formula
: random
    max_drop
: 8
    allowed_tools
:
     - WOODEN_HOE
      - STONE_HOE
      - IRON_HOE
      - GOLDEN_HOE
      - DIAMOND_HOE
      - NETHERITE_HOE
  # ...more crops!
 

Formula types:
  • linear: base_drop + (fortune_level × fortune_multiplier)
  • random: random between base_drop and base_drop + (fortune_level × fortune_multiplier)
  • fixed: always gives base_drop (ignores fortune)

Supported Crops: Wheat, Carrots, Potatoes, Beetroots, Nether Wart, Cocoa, Sweet Berries, Glow Berries, Pitcher Crop, Torchflower Crop
( Add more in config if needed)

---

Links:
Resource Information
Author:
----------
Total Downloads: 61
First Release: Jun 25, 2025
Last Update: 22 mins ago
Category: ---------------
All-Time Rating:
1 ratings
Find more info at saltyy.at...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings