mirror of
https://github.com/SmallJoker/bitchange.git
synced 2025-01-29 03:10:20 +01:00
27 lines
969 B
Plaintext
27 lines
969 B
Plaintext
-- General configuration - BitChange
|
|
-- Created by Krock
|
|
|
|
bitchange_initial_give = 2
|
|
-- Enable/Disable whole nodes
|
|
bitchange_enable_exchangeshop = true
|
|
bitchange_enable_moneychanger = true
|
|
bitchange_enable_warehouse = false
|
|
|
|
-- Set this variable to false if you have a supported currency enabled
|
|
-- and if you want to disable the exchanging/converting point - the bank
|
|
-- Supported: money (by kotolegokot), money2 (by Bad Command), currency (by Dan Duncombe)
|
|
bitchange_enable_bank = true
|
|
|
|
-- Tin converting/generation
|
|
bitchange_use_moreores_tin = false -- Activate support
|
|
bitchange_need_generate_tin = false -- Generate if needed
|
|
-- Zinc converting/generation
|
|
bitchange_use_technic_zinc = false -- Activate support
|
|
bitchange_need_generate_zinc = false -- Generate if needed
|
|
|
|
-- Pipeworks support
|
|
bitchange_exchangeshop_pipeworks = false
|
|
bitchange_warehouse_pipeworks = false
|
|
|
|
-- Advanced generation settings
|
|
-- Change in 'minecoins.lua', starting at line 101 |