Auto Replant
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: folia paper purpur
标签: food game-mechanics utility
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
```yaml
# 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: "✘ Usage: /autoreplant reload"
noPermissionToReload: "✘ You don't have permission to reload Config!"
configReloaded: "✔ 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 |
请登录后举报
暂无评论,抢个沙发吧~