Configuration

Settings

This is the default configuration file created (found in plugins/DwarfForge/config.yml):

# DwarfForge 2.11 by [Don Redhorse]
#
# Configuration File for DwarfForge.
#
# For detailed assistance please visit: http://dev.bukkit.org/server-mods/dwarfforge

#------- Default Configuration

# Configuration Version
configVer: '2.5'

# Error Log Enabled
# Enable logging to server console
# Warning and Severe will still be logged.
errorLogEnabled: true

# Debug Log Enabled
# Enable more logging.. could be messy!
DebugLogEnabled: false

# Check for Update
# Will check if there is a new version of the plugin out.
checkForUpdate: true

# Auto Update Config
# This will overwrite any changes outside the configuration parameters!
autoUpdateConfig: false

# Save Config
# This will overwrite any changes outside the configuration parameters!
# Only needed if you use ingame commands to change the configuration.
saveConfig: false

#-------- Plugin Configuration

# The time to cook/smelt an item in seconds. 9.25 secs is the Minecraft default.
cooking-time: 9.25

# Set to true to require fuel (coal, wood, etc.) in the input chest.
# The forge will continue to automate un/loading of goods and fuel.
require-fuel: false

# When set to false, only the following fuels are burned: coal/charcoal, wood, saplings,
# sticks, logs, lava buckets. When true, these additional items are counted as fuel:
# fence, wood stairs, trap doors, chests, note blocks, jukeboxes and bookshelves.
allow-crafted-items: false

# How far to the left or right a forge may be to access an input/output chest (through other forges).
# Horizontally "stacked" forges still require lava underneath to function.
stack-limit-horizontal: 1

# How far above the lava (through other forges) a furnace may be and still be considered a forge.
stack-limit-vertical: 3

# Allow for flowing lava to be used under forge. This will fix weird behaviour of forges getting
# stuck, not toggling correctly and some other stuff.

# Note: This can be exploited by users not having the right to build forges.
allow-lava-exploit: false

Comments

Posts Quoted:
Reply
Clear All Quotes