HarvestHelper
A Minecraft Spigot plugin that allows players to harvest and replant crops in one action by right-clicking.
- Right-click to harvest and instantly replant crops
- Support for multiple crop types (wheat, carrots, potatoes, beetroot, nether wart, and more)
- Configurable tool requirements (hoe only, any tool, or bare hands)
- Optional particle effects and sounds on successful harvest
- Statistics tracking for harvested crops
- Configurable permissions system
- Reload configuration without server restart
- Enable/disable plugin functionality on the fly
Installation
- Download the latest release
- Place the .jar in your server's `plugins` folder
- Restart your server
- Configure the plugin in the `config.yml` file
Usage
Right-click on fully grown crops to harvest and automatically replant them. The drops will be added to your inventory or dropped on the ground based on your configuration.
Commands
- `/harvesthelper toggle` - Enable or disable the plugin
- `/harvesthelper reload` - Reload the configuration
- `/harvesthelper stats` - View your harvest statistics
- `/harvesthelper stats server` - View server-wide statistics (admin only)
Permissions
- `harvesthelper.use` - Ability to use the harvest-replant feature (default: true)
- `harvesthelper.admin` - Access to admin commands (default: op)
Configuration
The plugin's configuration file (config.yml) is organized into logical sections:
Code (YAML):
# General Settings - Enable/disable plugin and debug mode
enabled
: true
debug
: false
# Harvesting Settings - Tool requirements and item drop behavior
tool-requirements:
enabled
: true
require-hoe
: false
drops:
drop-on-ground
: false
# Effects - Particles and sounds
effects:
particles
: true
sounds
: true
# Permissions and Statistics
permissions:
require-permission
: false
permission-node
:
"harvesthelper.use"
statistics:
enabled
: true
For detailed configuration options, see the comments in the generated config.yml file.
Made with ❤️ by McKenzieJDan