Config File

NexDistanceFarm will generate a config file under plugins/NexDistanceFarm/config.yml

DEFAULT VALUES

debug: false
GrowthCooldown: 300
worlds:
  world:
    growthRateModifier: 1.0
    crops: true
    netherwarts: true
    melons: true
    pumpkins: true
    cacti: true
    sugarcanes: true
    saplings: true
    potatoes: true
    carrots: true
    cocoabean: false

debug: bool - Debug flag for NDF, turning this on will cause NDF to spew many debug messages to console. GrowthCooldown: int - Minimum time to grow chunks in seconds, default set to 5 min

worlds : List - All world specific Data

world : List - Default Over-world values (used for all worlds without set values)
growthRateModifier : float - Value to accelerate growth past standard MC speeds.
crops: bool - Allow Grow wheat
netherwarts: bool - Allow Grow netherwarts
melons: bool - Allow Grow melons
pumpkins: bool - Allow Grow pumpkins
cacti: bool - Allow Grow cactus
sugarcanes: bool - Allow Grow sugar cane
saplings: bool - Allow Grow trees
potatoes: bool - Allow Grow potatoes
carrots: bool - Allow Grow carrots
cocoabean: bool - Allow Grow cocoa CURRENTLY BROKEN, LEAVE FALSE





Adding Custom World Values

debug: false
GrowthCooldown: 300
worlds:
  world:
    growthRateModifier: 1.0
    crops: true
    netherwarts: true
    melons: true
    pumpkins: true
    cacti: true
    sugarcanes: true
    saplings: true
    potatoes: true
    carrots: true
    cocoabean: false
  world_the_end: //Your world name
    growthRateModifier: 2.0
    crops: true
    netherwarts: true
    melons: false
    pumpkins: true
    cacti: true
    sugarcanes: true
    saplings: true
    potatoes: true
    carrots: true
    cocoabean: false

Comments

Posts Quoted:
Reply
Clear All Quotes