Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
Auto Replant – Right-Click Harvest & Auto-Replant Plugin
Auto Replant lets players harvest and instantly replant crops with a right-click, supports Fortune enchantment, and offers full configurability with hot-reload via /autoreplant reload
.
Join our Discord — discover other cool plugins, suggest new features, or get help with configurations.
Features ✨
-
Right-Click Harvest & Replant
Instantly collect and replant crops with a simple right-click. -
Fortune Enchantment Support
Automatically applies Fortune for extra drops when harvesting. -
Crop Whitelist
Control which crops are auto-replanted (WHEAT, BEETROOTS, NETHER_WART, CARROTS, POTATOES). -
Optional Item Requirement
Require a specific item (e.g., DIAMOND_HOE) to use Auto Replant. -
Survival-Only Mode
Restrict functionality to Survival mode players. -
Bone Meal Skip
Skip replanting when holding bone meal to allow manual growth boosts. -
Hot Reload
Reload the plugin config on-the-fly with/autoreplant reload
.
Main config (config.yml
) ⚙️
config.yml
# Join our discord - https://discord.gg/YGzA4UxzFB you can find other cool plugins there.
# Permissions
# "autoReplant.reload" - permission required to use "/autoreplant reload" command
# permission required to use AutoReplant
permission: "autoReplant.use"
# if true, player must be in Survival mode to use AutoReplant
onlyInSurvival: true
# if true, plugin will skip replanting if item in hand is bone meal
# because the player most likely intended to grow the crop
skipBoneMeal: true
# if true, AutoReplant will consider Fortune enchantment
considerFortune: true
# only these crops will be replanted
validCrops:
- WHEAT
- BEETROOTS
- NETHER_WART
- CARROTS
- POTATOES
# if true, plugin will require specific items to use AutoReplant
requireMaterial: false
items:
- DIAMOND_HOE
# supports MiniMessage
usage: "<red>✘ <white>Usage: /autoreplant reload"
noPermissionToReload: "<red>✘ <white>You don't have permission to reload Config!"
configReloaded: "<green>✔ <white>Config reloaded!"
Permissions 🔐
Permission Node | Description |
---|---|
autoReplant.use |
Allows using right-click harvest & replant |
autoReplant.reload |
Allows reloading the plugin config |
Commands 📟
Command | Description |
---|---|
/autoreplant reload |
Reload the plugin configuration |