Super Farming
🟠 Updated over a year agoPreview

🔍 Analysis
- 🏆 #1272 of 1317 bukkit mods in this game by downloads
📋 About This Mod
# Super Farming (README_CN.md) Super Farming is a Minecraft plugin designed for Folia/Paper/Spigot servers that introduces an advanced, automated farming system. It allows players to craft special "Super Hoes" that can be used to create fully automatic farms, handling everything from tilling and planting to fertilizing and harvesting. ## Features - **Tiered Super Hoes**: Craft different levels of hoes with customizable abilities. - **Fully Automatic Farms**: Place a Tier 2 Super Hoe on a composter to create a farm that works automatically. - **Customizable via Anvil**: Use an anvil to upgrade your hoe's range, mode (fertilizing), and bone meal usage. - **Configurable**: Server administrators can adjust key parameters like processing speed, farm range, and bone meal limits via `config.yml`. - **Folia Compatible**: Built with Folia's multi-threaded environment in mind, ensuring thread-safe operations and server stability. - **Permissions Support**: Fine-grained control over who can use the plugin's features. - **Multi-language Support**: Comes with English and Chinese language files by default. ## How to Get Started ### 1. Craft a Super Hoe (Tier 1) You can craft a Tier 1 Super Hoe using the following recipe in a crafting table (this recipe can be customized): - Top Row: Diamond, Netherite Ingot, Diamond - Middle Row: Diamond, Netherite Hoe, Diamond - Bottom Row: Air, Netherite Ingot, Air ### 2. Upgrade the Hoe (Optional) You can customize your Super Hoe on an anvil: - **Rename**: Give your hoe a custom name. - **Combine with Echo Shard**: Increases the **Y-axis range** of the hoe's farming operations. - **Combine with Bone Meal**: Sets the **maximum amount of bone meal** the automatic farm will use per cycle. - **Combine with Redstone**: Toggles the **fertilizer mode** on or off. ### 3. Craft a Tier 2 Super Hoe To create an automatic farm, you need a Tier 2 Super Hoe. Craft it using the following recipe: - Place a **Tier 1 Super Hoe** in the center of a Smithing Table. - Add a **Nether Star** to the upgrade slot. ### 4. Create an Automatic Farm 1. Place a **Composter** block on the ground. This will be the center of your farm. 2. Hold the **Tier 2 Super Hoe**. 3. **Sneak and right-click** the Composter. The hoe will be placed in an invisible armor stand, and the farm will activate, automatically farming the area around the composter. ### 5. Deactivate the Farm To get your hoe back and stop the farm, simply **break the Composter block**. If you are the owner, the hoe will be returned to your inventory. ## Commands - `/super_farming reload` - Reloads the plugin's `config.yml` and language files. - `/super_farming give <player> <item_name>` - Gives a player a specific Super Farming item (e.g., `super_hoe_tier1`). ## Permissions - `super_farming.reload`: Allows a player to use the `/super_farming reload` command. - `super_farming.give`: Allows a player to use the `/super_farming give` command. - `super_farming.admin.bypass`: Allows a player to break or retrieve farms they do not own. ## Configuration (`config.yml`) The `config.yml` file allows you to customize various aspects of the plugin: ```yaml # How often the farm processing task runs (in ticks). 20 ticks = 1 second. farm-processing-interval: 20 # The maximum Y-level range a farm can search for blocks to farm. # This can be upgraded on a hoe using an Echo Shard. max-y-range: 5 # The maximum amount of bone meal an automatic farm can use per cycle. # This can be set on a hoe by combining it with bone meal in an anvil. max-bonemeal-amount: 10
# Super Farming
[中文文档 (Chinese README)](README_CN.md)
Super Farming is a Minecraft plugin designed for Folia/Paper/Spigot servers that introduces an advanced, automated farming system. It allows players to craft special "Super Hoes" that can be used to create fully automatic farms, handling everything from tilling and planting to fertilizing and harvesting.
## Features
- Tiered Super Hoes: Craft different levels of hoes with customizable abilities.
- Fully Automatic Farms: Place a Tier 2 Super Hoe on a composter to create a farm that works automatically.
- Customizable via Anvil: Use an anvil to upgrade your hoe's range, mode (fertilizing), and bone meal usage.
- Configurable: Server administrators can adjust key parameters like processing speed, farm range, and bone meal limits via `config.yml`.
- Folia Compatible: Built with Folia's multi-threaded environment in mind, ensuring thread-safe operations and server stability.
- Permissions Support: Fine-grained control over who can use the plugin's features.
- Multi-language Support: Comes with English and Chinese language files by default.
## How to Get Started
### 1. Craft a Super Hoe (Tier 1)
You can craft a Tier 1 Super Hoe using the following recipe in a crafting table (this recipe can be customized):
- Top Row: Diamond, Netherite Ingot, Diamond
- Middle Row: Diamond, Netherite Hoe, Diamond
- Bottom Row: Air, Netherite Ingot, Air
### 2. Upgrade the Hoe (Optional)
You can customize your Super Hoe on an anvil:
- Rename: Give your hoe a custom name.
- Combine with Echo Shard: Increases the Y-axis range of the hoe's farming operations.
- Combine with Bone Meal: Sets the maximum amount of bone meal the automatic farm will use per cycle.
- Combine with Redstone: Toggles the fertilizer mode on or off.
### 3. Craft a Tier 2 Super Hoe
To create an automatic farm, you need a Tier 2 Super Hoe. Craft it using the following recipe:
- Place a Tier 1 Super Hoe in the center of a Smithing Table.
- Add a Nether Star to the upgrade slot.
### 4. Create an Automatic Farm
1. Place a Composter block on the ground. This will be the center of your farm. 2. Hold the Tier 2 Super Hoe. 3. Sneak and right-click the Composter.
The hoe will be placed in an invisible armor stand, and the farm will activate, automatically farming the area around the composter.
### 5. Deactivate the Farm
To get your hoe back and stop the farm, simply break the Composter block. If you are the owner, the hoe will be returned to your inventory.
## Commands
- `/super_farming reload` - Reloads the plugin's `config.yml` and language files.
- `/super_farming give
` - Gives a player a specific Super Farming item (e.g., `super_hoe_tier1`).
## Permissions
- `super_farming.reload`: Allows a player to use the `/super_farming reload` command.
- `super_farming.give`: Allows a player to use the `/super_farming give` command.
- `super_farming.admin.bypass`: Allows a player to break or retrieve farms they do not own.
## Configuration (`config.yml`)
The `config.yml` file allows you to customize various aspects of the plugin:
```yaml # How often the farm processing task runs (in ticks). 20 ticks = 1 second. farm-processing-interval: 20
# The maximum Y-level range a farm can search for blocks to farm. # This can be upgraded on a hoe using an Echo Shard. max-y-range: 5
# The maximum amount of bone meal an automatic farm can use per cycle. # This can be set on a hoe by combining it with bone meal in an anvil. max-bonemeal-amount: 10
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- Little100
- Version
- 1.0.1
- Downloads
- 169
- Endorsements
- 2
- Category
- bukkit
- Created
- 9/8/2025
- Updated
- 9/20/2025
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- food, game-mechanics, technology
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does Super Farming support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of Super Farming?
Version 1.0.1, published 2025-09-20 with 169 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await