IF YOU'RE ON VERSION 1.0.1-HOTFIX OF THE PLUGIN, PLEASE DELETE YOUR CONFIG FOLDER FOR ULTIMATE FARMING TO CREATE THE NEW ONE IF YOU'RE UPDATING TO 1.0.3.2-HOTFIX
Ultimate Farming is a new plugin I've been working on, it makes farming fast and easy
What does this plugin offer?
It allows you to plow, plant, harvest and replant with just a few commands
You also have the options to have the crops always hydrated meaning you DON'T need to have water source blocks around plowed fields (configurable in the config.yml)
This plugin also prevents crop trampling which you can disable in the config as well if you don't want that, you can also configure the max plot radius 5 is default. You can also force grow all the crops in a connected plot if you stand in that plot
Please note this plugin is still in its testing stages
Suggestions for the plugin are always appreciated
Code (Text):
commands:
ultimatefarming:
description: Main command for UltimateFarming
aliases: [uf]
usage: |
/ultimatefarming plow <radius>
/ultimatefarming plant <radius>
/ultimatefarming harvest
/ultimatefarming grow
permissions:
ultimatefarming.plow:
description: Allows players to use the plow command
default: op
ultimatefarming.harvest:
description: Allows players to use the harvest command
default: op
ultimatefarming.plant:
description: Allows players to use the plant command
default: op
ultimatefarming.grow:
description: Allows players to use the grow command
default: op
Config.yml
Code (Text):
# Maximum radius for the plow command
max-plow-radius: 5
# Maximum radius for the plant command
max-plant-radius: 5
# Whether farmland should always be hydrated
always-hydrated: true
# Whether to automatically replant crops when harvesting
harvest-replant: true
# Whether to enable crop protection (prevents trampling)
enable-crop-protection: true
If you have an issue with the plugin, please contact me on the discussion page or send me a direct message, you can even join the discord server https://discord.gg/pybtVsugJG , the reviews section is NOT for issues/support, please don't leave a negative review before contacting me first!