> For the complete documentation index, see [llms.txt](https://docs.rivaldev.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rivaldev.xyz/rival-tools/rival-harvester-hoes/harvester-hoe-plugin-for-minecraft.md).

# Harvester Hoe Plugin for Minecraft

The **Rival Harvester Hoes** is a feature-rich Minecraft plugin that transforms farming on your server. Give players enchanted hoes that automatically harvest and replant crops, compete on leaderboards, and earn rewards making crop farming faster, more competitive, and more rewarding than ever.

***

### What is the Harvester Hoe Plugin?

The Harvester Hoe plugin adds custom, upgradeable hoes to your Minecraft server that automatically harvest crops and replant seeds in a single click. Designed for survival, SkyBlock, and prison servers, it turns repetitive crop farming into an engaging progression system with levels, prestige, XP, and economy integration.

Whether you're running a small community server or a large network, the Harvester Hoe plugin scales to fit  with per-player crop tracking, farming zones, leaderboards, and a fully configurable drop system.

***

### Key Features

#### 🌾 Auto-Harvest & Replant

Harvester Hoes automatically break fully grown crops and replant them instantly, saving players time and making large farms viable without manual effort.

#### ⬆️ Hoe Levels & Prestige

Players level up their hoe through farming, unlocking better drops, higher sell prices, and custom item tiers. A prestige system extends progression for your most dedicated players.

#### 🏆 Crop Leaderboards

Built-in leaderboards track crop totals per player across daily, weekly, and monthly timeframes. Supports all crop types individually or combined with the `ALL` material selector.

#### 🎲 Custom Drops

Define custom item drops per crop per hoe level. Give higher-level players enchanted crop variants with glows, custom names, lore, NBT data, and higher sell prices — fully configurable in `config.yml`.

#### 🌀 Harvester Events

Time-limited server-wide farming events where players compete to farm the most crops within a set window. Tracks positions in real time with PlaceholderAPI support.

#### 🗺️ Farming Zones

Create WorldGuard regions where crops automatically regenerate after a configurable time. Supports per-player packet-based crop rendering so multiple players can farm the same zone simultaneously.

#### 💰 AutoSell Integration

Automatically sell harvested crops at configurable per-crop, per-level prices. Works seamlessly with popular economy plugins.

#### 📊 PlaceholderAPI Support

Expose hoe stats, crop counts, leaderboard positions, and event data to any plugin that supports PlaceholderAPI — perfect for scoreboards, holograms, and chat formatting.

***

### Supported Server Types

* **SkyBlock** — crop tracking and farming zone support
* **Survival** — region-based farming zones with WorldGuard
* **Prison** — crop economy with AutoSell and level progression
* **Factions / Towny** — competitive leaderboards and harvester events

***

### Requirements

| Dependency                                                                  | Required                   |
| --------------------------------------------------------------------------- | -------------------------- |
| [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/)   | Recommended                |
| [WorldGuard](https://enginehub.org/worldguard/)                             | For Farming Zones          |
| [PacketEvents](https://www.spigotmc.org/resources/packetevents-api.80279/)  | For Packet Crops (v2.1.2+) |
| [HolographicDisplays](https://dev.bukkit.org/projects/holographic-displays) | For Hologram Leaderboards  |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rivaldev.xyz/rival-tools/rival-harvester-hoes/harvester-hoe-plugin-for-minecraft.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
