sarhatabaot / FarmAssistReboot

Automatically replant your crops
https://www.spigotmc.org/resources/farmassistreboot.64064/
MIT License
3 stars 1 forks source link
1-13-2 minecraft spigot-plugin

FarmAssistReboot

Maintainability Rating Java CI with Maven Crowdin

A 1.13.2-1.20.1 version of FarmAssist.

Commands:

Permissions:

Placeholders:

%farmassist_toggle% - Show global farmassist state

%farmassist_player_toggle% - Show current player toggle state. Useful for guis.

%farmassist_player_<uuid|name> - Show specific player toggle state. Can be a name or an uuid.

Configuration (config.yml):

##################################################################
#                          FarmAssist                            #
##################################################################
use-permissions: true
##################################################################
#                        Global Settings                         #
##################################################################
# Anything set under global settings will be globally set,
# Even if you give the permission these settings will override it.
# Example:
# player has farmassist.wheat
# wheat:
#   Enabled: false
# player won't be able to auto-replant wheat.
wheat:
    enabled: true
    replant-when-ripe: false
    plant-on-till: true
sugar_cane:
    enabled: true
nether_wart:
    enabled: true
    replant-when-ripe: false
cocoa:
    enabled: true
    replant-when-ripe: false
carrots:
    enabled: true
    replant-when-ripe: false
potatoes:
    enabled: true
    replant-when-ripe: false
beetroots:
    enabled: true
    replant-when-ripe: false
cactus:
    enabled: true
worlds:
    enable-per-world: false
    enabled-worlds:
    - ExampleWorld
check-for-updates: true
debug: false