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
- Download the latest release from Spigot or GitHub Releases
- Place the JAR file in your server's
pluginsfolder - Restart your server
- Configure the plugin in the
config.ymlfile
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.
/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)
harvesthelper.use- Ability to use the harvest-replant feature (default: true)harvesthelper.admin- Access to admin commands (default: op)
The plugin's configuration file (config.yml) is organized into logical sections:
# 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: trueFor detailed configuration options, see the comments in the generated config.yml file.
- Spigot/Paper 1.21.6
- Java 17+
SuegoFaults - A friendly, adult-run Minecraft server where HarvestHelper keeps farming effortless and community gardens thriving.
If you find this plugin helpful, consider buying me a coffee ☕
Made with ❤️ by McKenzieJDan