bitchange/config.default.txt

31 lines
993 B
Plaintext
Raw Normal View History

2014-01-08 17:02:04 +01:00
-- General configuration - BitChange
-- Created by Krock
bitchange.initial_give = 2
2014-01-08 17:02:04 +01:00
-- Enable/Disable whole nodes
bitchange.enable_exchangeshop = true
bitchange.enable_moneychanger = true
bitchange.enable_warehouse = false
bitchange.enable_toolrepair = true
bitchange.enable_donationbox = true
2014-01-08 17:02:04 +01:00
2014-01-17 15:24:46 +01:00
-- Set this variable to false if you have a supported currency enabled
-- and if you want to disable the exchanging/converting point - the bank
2014-01-08 17:02:04 +01:00
-- Supported: money (by kotolegokot), money2 (by Bad Command), currency (by Dan Duncombe)
bitchange.enable_bank = false
2014-01-08 17:02:04 +01:00
2014-01-18 15:39:01 +01:00
-- Converting other ores to MineCoins
-- Tin moreores
-- Zinc technic_worldgen
-- Quartz quartz
bitchange.use_moreores_tin = false
bitchange.use_technic_zinc = false
bitchange.use_quartz = false
2014-01-08 17:02:04 +01:00
-- Pipeworks support
bitchange.exchangeshop_pipeworks = false
bitchange.warehouse_pipeworks = false
2014-01-08 17:02:04 +01:00
-- Advanced generation settings
2014-02-07 13:33:59 +01:00
-- Change in 'minecoins.lua', starting at line 101
bitchange.enable_generation = true