Description:
This plugin automates the process of farming greatly, in an extremely lightweight manner. Not completely - there still is human interaction involved, but now tasks such as planting and re-planting crops are much less tedious and much more simple.
Features:
This plugin has two main features: auto-planting and auto-replanting. You can have one without the other, simply check the config.
This currently works with wheat, carrots, potatoes, melons, pumpkins and nether wart.
Auto-planting occurs when you first till the soil, or in the case of nether wart, on placement of soul sand. According to what mode you have set, (see the commands section), it will place seeds on the soil, and remove them from your inventory for you. If you don't have the correct seeds, you get a message telling you so, and nothing happens.
Auto-replanting is the automation of replanting crops. This means that upon harvesting a crop, if it drops a seed, the seed is removed from the drop and automatically placed back onto the soil. You collect the harvest as usual. If the plant doesn't drop a seed, then nothing happens.
This can also be configured to only work with a specific item, and remove a certain durability from that item.
Commands:
There are currently three commands, all based of /autofarm, or its alias, /af.
Permissions:
There are three main permissions. If you don't have the permission, the command doesn't show in the command help:
They all default to everyone.
Configuration:
Very self-explanatory:
Suggestions:
I highly appreciate any feedback, good or bad, so leave comment in the discussion section, or PM if you want a feature added, or a bug fixed.
Source:
You can find the source code for this plugin on GitHub, here.
This plugin automates the process of farming greatly, in an extremely lightweight manner. Not completely - there still is human interaction involved, but now tasks such as planting and re-planting crops are much less tedious and much more simple.
Features:
This plugin has two main features: auto-planting and auto-replanting. You can have one without the other, simply check the config.
This currently works with wheat, carrots, potatoes, melons, pumpkins and nether wart.
Auto-planting occurs when you first till the soil, or in the case of nether wart, on placement of soul sand. According to what mode you have set, (see the commands section), it will place seeds on the soil, and remove them from your inventory for you. If you don't have the correct seeds, you get a message telling you so, and nothing happens.
Auto-replanting is the automation of replanting crops. This means that upon harvesting a crop, if it drops a seed, the seed is removed from the drop and automatically placed back onto the soil. You collect the harvest as usual. If the plant doesn't drop a seed, then nothing happens.
This can also be configured to only work with a specific item, and remove a certain durability from that item.
Commands:
There are currently three commands, all based of /autofarm, or its alias, /af.
- /af mode <wheat|carrot|potato|melon|pumpkin|netherwart> - select/change your auto-planting mode.
- /af toggle - toggle all auto-farming on or off.
- /af reload - reload the config.
Permissions:
There are three main permissions. If you don't have the permission, the command doesn't show in the command help:
- autofarm.mode - Gives access to /af mode. Defaults to everyone.
- autofarm.toggle - Gives access to /af toggle. Defaults to everyone.
- autofarm.reload - Gives access to /af reload. Defaults to op.
They all default to everyone.
- autofarm.crop.wheat
- autofarm.crop.carrot
- autofarm.crop.potato
- autofarm.crop.melon
- autofarm.crop.pumpkin
- autofarm.crop.netherwart
Configuration:
Very self-explanatory:
Spoiler: Config
Code (Text):
# Configuration file for AutoFarm
###################
# #
# General #
# #
###################
defaultToggle: true
# The default toggle for all auto-farming.
# Resets on login to this.
###################
# #
# Auto-replant #
# #
###################
autoreplant:
enabled: true
item:
enabled: false
# Should players have to use an item to auto-replant?
material: DIAMOND_HOE
# Material of said item
durabilityLoss: 2
# The durability lost upon a successfull auto-farm
replantMessage:
- '&6Automatically replanted!'
- '&6See &4/af &6for more info!'
# Message(s) to display to players upon an auto-replant
###################
# #
# Auto-plant #
# #
###################
autoplant:
enabled: true
defaultMode: wheat
# The default mode for auto-planting.
# Resets on login to this.
# Possible values: wheat, carrot, potato, melon, pumpkin, netherwart
autoPlantMessage:
- '&6Automatically planted!'
- '&6See &4/af &6for more info!'
# Message to display to players upon an auto-plant
###################
# #
# General #
# #
###################
defaultToggle: true
# The default toggle for all auto-farming.
# Resets on login to this.
###################
# #
# Auto-replant #
# #
###################
autoreplant:
enabled: true
item:
enabled: false
# Should players have to use an item to auto-replant?
material: DIAMOND_HOE
# Material of said item
durabilityLoss: 2
# The durability lost upon a successfull auto-farm
replantMessage:
- '&6Automatically replanted!'
- '&6See &4/af &6for more info!'
# Message(s) to display to players upon an auto-replant
###################
# #
# Auto-plant #
# #
###################
autoplant:
enabled: true
defaultMode: wheat
# The default mode for auto-planting.
# Resets on login to this.
# Possible values: wheat, carrot, potato, melon, pumpkin, netherwart
autoPlantMessage:
- '&6Automatically planted!'
- '&6See &4/af &6for more info!'
# Message to display to players upon an auto-plant
Suggestions:
I highly appreciate any feedback, good or bad, so leave comment in the discussion section, or PM if you want a feature added, or a bug fixed.
Source:
You can find the source code for this plugin on GitHub, here.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
AutoFarm is a free Minecraft Java mod. Downloaded 30,219 times (via Spigot). Download it and open it directly in the game.