Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Auto Farm Regions
PluginMIT

Auto Farm Regions

A farming plugin that auto-replants and grows crops, with support for WorldGuard regions and customizable tools.

789
Downloads
2
Followers
1 years ago
Updated
📦
4
Versions
adventurefoodutilitybukkitfoliapaperpurpurspigot
Download Latestv1.3View on Modrinth

📖About Auto Farm Regions

Automatically manage crops in protected farming areas

A lightweight plugin that automates crop harvesting and regrowth inside WorldGuard regions. When a player breaks a mature crop, it's instantly replanted and sent to their inventory. Crops can also regrow automatically after a set time. Immature crops can’t be broken, and harvesting can be limited to specific tools like hoes.

Features:

  • Instantly replants and adds crops to inventory on break
  • Automatically grows crops after a configurable delay
  • Blocks immature crops from being broken
  • Tool restrictions (e.g. hoes only)
  • Fully region-based via WorldGuard
  • Lightweight and open source

All features are restricted to defined WorldGuard regions, ideal for public farms or spawn zones.

Why use this plugin?

I personally use RegionFarm on my EarthSMP server's spawn, where there's a public farm. It keeps the area clean by auto-replanting crops and speeds up growth in that specific region. It’s hands-off farming that fits well into shared spaces and public zones.

Click to expand configuration example
# AutoFarmRegions Configuration
# Version: 1.1
# Support: https://discord.primalmc.fun
#
# This plugin automates farming tasks within WorldGuard regions.
# For help and support, join our Discord server: https://discord.primalmc.fun

# List of WorldGuard region names where auto-farming is enabled
# Example: enabled-regions: [farm1, farm2, wheat-farm]
enabled-regions:
- farm

# Auto-replant settings
auto-replant:
  # Enable or disable automatic replanting of crops
  enabled: true
  
  # If true, crop drops will be added directly to the player's inventory
  # If false, drops will be dropped on the ground
  add-to-inventory: true
  
  # If true and inventory is full, drops will be dropped on the ground
  # If false and inventory is full, drops will be lost
  drop-if-full: false
  
  # Settings for inventory full notifications
  inventory-full-notification:
    # Show a title message when inventory is full
    show-title: false
    
    # Show an action bar message when inventory is full
    show-action-bar: true
    
    # Duration of the title message in ticks (20 ticks = 1 second)
    title-duration: 40

# Automatic crop growth settings
growth:
  # Enable or disable automatic crop growth
  enabled: true
  
  # Time in seconds for crops to grow to maturity
  interval: 60
  
  # Show particle effects when crops grow
  show-particles: true
  
  # Particle type to show when crops grow
  # Available particles: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
  particle: VILLAGER_HAPPY

# Crop protection settings
protection:
  # Prevent players from breaking immature crops
  prevent-immature-break: true
  
  # Show a message when players try to break immature crops
  show-immature-message: false
  
  # Require specific tools to break crops
  require-tools: false
  
  # List of tools that can be used to break crops
  # Only used if require-tools is true
  allowed-tools:
  - WOODEN_HOE
  - STONE_HOE
  - IRON_HOE
  - GOLDEN_HOE
  - DIAMOND_HOE
  - NETHERITE_HOE

Servers Currently Using This Plugin
play.primalmc.fun

Contact us on our Discord server to add your server here.

Support:

Join our Discord for faster help and plugin discussions. Questions get answered quicker there than on other platforms.

RegionFarm is open source, feel free to contribute! If your changes are valuable, we’ll consider merging them into the main release.

👥 Team & Contributors

ShackInTheMiddle
ShackInTheMiddleOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitfoliapaperpurpurspigot
Minecraft Versions
1.191.19.11.19.21.19.31.19.41.201.20.11.20.2+10 more

🔗 Links

Modrinth Page