Перейти к содержимому
Mineforgian

Данные могли устареть: источник временно недоступен, показан кэш.

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:

Minecraft2024 08 05-14 58 28 11-ezgif com-optimize

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.yml file.
  • 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

  1. Download: Download the latest AreaPlanter.jar file from the Releases page.
  2. Install: Place the AreaPlanter.jar file into your server's plugins folder.
  3. Start/Reload: Start or reload your server to enable the plugin.
  4. Configure:  Adjust the planting radius and seed consumption behavior in the generated config.yml file within the plugins/AreaPlanter folder.

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

  1. 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.
  2. Planting: If there's enough farmland and seeds available, the plugin plants crops around the clicked block.
  3. Seed Consumption:
    • If consume-from-inventory-first is 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.

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

Комментарии

Загружаем…