harvester/README.md
bunchy7s 40faf76928 v1.1 - mcMMO Herbalism integration
- Added reflection-based McMMOIntegration utility
- Added McMMO_Integration toggle to config (default: true)
- Added mcMMO Herbalism XP award per harvest (will try to read from mcMMO's experience.yml, i think)
- Added Double Drops passive skill support (scales to level 1000)
- Added Verdant Bounty passive skill support (scales to level 10000)
- Added particle effects (HAPPY_VILLAGER + HEART) on skill procs
2026-06-21 17:14:36 -05:00

31 lines
926 B
Markdown

# Right Click Harvester
simple plugin to right click harvest crops
## features
- easy harvest
- Replants automatically
- Supports foila and paper! Mostly tested!
- Can be configured with the json (check below)
- mcmmo integration
## configuration
The plugin generates a `harvester.json` file in its data folder:
- `Drop_Seeds`: (true/false) Whether to drop seeds when harvesting.
- `Use_Durability`: (true/false) Whether the hoe should lose durability.
- `DropTo`: ('ground' or 'inventory') Where to put harvested items.
- `Require_Hoe`: (true/false) Whether a hoe is required to harvest.
- `Inventory Full Notification`: If `DropTo` is set to `inventory` and the player's inventory is full, an action bar message will appear and items will drop to the ground.
- `McMMO_Integration`: (true/false): enables integration with McMMO.
## supported Crops
- Wheat
- Carrots
- Potatoes
- Beetroots
- Nether Wart
- Cocoa Beans