
AreaPlanter
Minecraft plugin enabling planting crops in a configurable area (default 3x3) with one right-click.
- Загрузки
- 913
- Подписчики
- 4
- Обновлён
- 20 мая 2026 г.
- Лицензия
- MIT
Опубликован 5 августа 2024 г.
AreaPlanter
Plant crops in a configurable area with a single right-click!
AreaPlanter is a Bukkit/Spigot/Paper plugin that enhances the farming experience in Minecraft by allowing players to plant crops in a specified area with a single right-click. No more tedious block-by-block planting!
Example of Planting with radius set to 5:
Features
- Area Planting: Right-click on farmland with seeds to plant crops in a configurable area around the clicked block.
- Customizable Radius: Server admins can easily adjust the planting radius by editing the
config.ymlfile. - Seed Efficiency: The plugin consumes only the necessary number of seeds based on the actual planting area and available farmland.
- Vanilla Seed Support: Supports all vanilla Minecraft seeds that can be planted on farmland.
- Prioritized Seed Consumption: Seeds are consumed from the player's inventory first, preserving the stack in their hand whenever possible.
Installation
- Download: Download the latest
AreaPlanter.jarfile from the Releases page. - Install: Place the
AreaPlanter.jarfile into your server'spluginsfolder. - Start/Reload: Start or reload your server to enable the plugin.
- Configure: Adjust the planting radius and seed consumption behavior in the generated
config.ymlfile within theplugins/AreaPlanterfolder.
Configuration
The config.yml file in the plugins/AreaPlanter folder allows you to customize the plugin's behavior:
- planting-radius: Sets the default planting radius (default: 3). Make sure to use an odd number to ensure a central planting block.
- consume-from-inventory-first: Enables or disables prioritizing seed consumption from the inventory (default:
true).
How it Works
- Right-Click: When a player right-clicks on farmland with seeds in their hand, the plugin checks the surrounding area based on the configured radius.
- Planting: If there's enough farmland and seeds available, the plugin plants crops around the clicked block.
- Seed Consumption:
- If
consume-from-inventory-firstis enabled, the plugin will first attempt to consume seeds from the player's inventory, leaving the stack in their hand intact if possible. - Otherwise, it will consume seeds directly from the player's hand.
- If
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests on GitHub.
License
This plugin is licensed under the MIT License. See the LICENSE file for details.
Ченджлог
1.6Релиз26.1.2 · 20 мая 2026 г.
Support 26.1.2
1.4Релиз1.21.6, 1.21.7, 1.21.8 · 7 сентября 2025 г.
Updated to support 1.21.8
1.3Релиз1.21 · 8 августа 2024 г.
1.3 8/8/2024
New Feature: Prioritized Seed Consumption
Added the ability to consume seeds from the player's inventory first when planting, preserving the stack in their hand whenever possible.
This behavior can be controlled through the consume-from-inventory-first option in the config.yml file (default: true).
1.2Релиз1.21 · 5 августа 2024 г.
Version 1
Комментарии
Загружаем…