Config.yml Example

#########################################################################
#~~~~~~~Please, only edit the nodes in this (settings) section!~~~~~~~~~#
#########################################################################

settings:
    #<true|false> Set to true if you want users to be automatic 
    #QuickFarmer users on login or server start up if they were 
    #QuickFarmer users prior to the server reset or log out.
    auto_register: true
    
    #<true|false> Set to true if you want QuickFarmer to work on
    #that type of seed/plant.
    seeds:
        #Carrots, melon, potatoes, pumpkin, and wheat can only 
        #be placed on Tilled soil
        carrots: true
        melon: true
        potatoes: true
        pumpkin: true
        wheat: true
        #Dead bush / shrubs can only be placed on sand
        dead_bush: true
        #Tall grass, ferns, flowers, and saplings can be placed on 
        #dirt or grass. The flowers node includes both red and yellow
        #flowers. The saplings node includes oak, pine, jungle, and 
        #birch saplings.
        grass_and_ferns: true
        flowers: true
        saplings: true
        #Mushrooms must have a block at least two above the block 
        #it is placed on and light must be <= 13, unless mycelium
        #The mushroom node includes both red and brown mushrooms.
        mushrooms: true
        #Sugarcane must be placed on dirt, grass, or sand that 
        #is adjacent to at least one stationary or flowing water bloc.
        sugarcane: true
        #Netherwart can only be placed on soul sand
        netherwart: true

    length: 
        #length.max is that maximum size that a player is allowed to set 
        #QuickFarmer. max must be between 2 and 64
        max: 16
        #length.default is the value used when a player activates 
        #QuickFarmer by entering: /<quickfarmer|qf>. This must be 
        #smaller than, or equal to, the value set in settings.length.max.
        default: 8

######################################################################
#~~~~~~~~~~PLEASE, DO NOT EDIT THE NODES IN USERS!~~~~~~~~~~~~~~~~~~~#
######################################################################

#Stores all the players that have used or are using QuickFarmer. 
#This allows the to remain users after the server reloads/restarts.
users:
    dupsmckracken:
        length: 0

Comments

Posts Quoted:
Reply
Clear All Quotes