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.
/autoreplant reload.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!"
| Permission Node | Description |
|---|---|
autoReplant.use |
Allows using right-click harvest & replant |
autoReplant.reload |
Allows reloading the plugin config |
| Command | Description |
|---|---|
/autoreplant reload |
Reload the plugin configuration |