Add Coal Cents economy
This commit is contained in:
152
CoalGov/src/main/resources/config.yml
Normal file
152
CoalGov/src/main/resources/config.yml
Normal file
@@ -0,0 +1,152 @@
|
||||
economy:
|
||||
starting_balance: 0
|
||||
deposit_coal: true
|
||||
deposit_coal_blocks: true
|
||||
|
||||
government:
|
||||
taxes:
|
||||
market_sale_percent: 5.0
|
||||
market_purchase_percent: 5.0
|
||||
|
||||
npc:
|
||||
ai:
|
||||
enabled: true
|
||||
api_key: ""
|
||||
model: "openai/gpt-4.1-mini"
|
||||
timeout_ms: 4000
|
||||
trader:
|
||||
max_discount_percent: 15
|
||||
max_surcharge_percent: 20
|
||||
worker:
|
||||
tick_interval_seconds: 20
|
||||
produce_material: BREAD
|
||||
produce_amount: 2
|
||||
|
||||
claims:
|
||||
resale:
|
||||
min_condition_multiplier: 0.25
|
||||
resource_values:
|
||||
COBBLESTONE: 0.02
|
||||
COAL: 1.0
|
||||
COAL_BLOCK: 9.0
|
||||
RAW_COPPER: 0.5
|
||||
COPPER_INGOT: 1.0
|
||||
RAW_IRON: 1.0
|
||||
IRON_INGOT: 2.0
|
||||
RAW_GOLD: 2.0
|
||||
GOLD_INGOT: 4.0
|
||||
DIAMOND: 32.0
|
||||
EMERALD: 12.0
|
||||
homestead:
|
||||
base_cost: 32
|
||||
cost_per_block: 0.05
|
||||
max_radius: 45
|
||||
first_claim:
|
||||
free: true
|
||||
max_radius: 12
|
||||
industrial:
|
||||
base_cost: 128
|
||||
cost_per_block: 0.15
|
||||
max_radius: 96
|
||||
|
||||
permits:
|
||||
mining:
|
||||
cost: 64
|
||||
duration_hours: 72
|
||||
|
||||
divining_rod:
|
||||
scan_radius: 4
|
||||
scan_depth: 48
|
||||
cooldown_seconds: 5
|
||||
|
||||
market:
|
||||
dynamic:
|
||||
initial_stock: 1024
|
||||
target_stock: 1024
|
||||
min_multiplier: 0.35
|
||||
max_multiplier: 3.0
|
||||
sell_multiplier: 0.85
|
||||
buy_multiplier: 1.15
|
||||
initial_stock:
|
||||
WHEAT: 0
|
||||
BREAD: 0
|
||||
APPLE: 0
|
||||
CARROT: 0
|
||||
POTATO: 0
|
||||
BAKED_POTATO: 0
|
||||
BEETROOT: 0
|
||||
MELON_SLICE: 0
|
||||
SWEET_BERRIES: 0
|
||||
GLOW_BERRIES: 0
|
||||
COOKIE: 0
|
||||
PUMPKIN_PIE: 0
|
||||
COOKED_CHICKEN: 0
|
||||
COOKED_PORKCHOP: 0
|
||||
COOKED_BEEF: 0
|
||||
COOKED_MUTTON: 0
|
||||
COOKED_RABBIT: 0
|
||||
COOKED_COD: 0
|
||||
prices:
|
||||
DIRT: 0.01
|
||||
COBBLESTONE: 0.02
|
||||
SAND: 0.05
|
||||
GRAVEL: 0.04
|
||||
OAK_LOG: 0.25
|
||||
SPRUCE_LOG: 0.25
|
||||
BIRCH_LOG: 0.25
|
||||
TORCH: 0.10
|
||||
COAL: 1.0
|
||||
COAL_BLOCK: 9.0
|
||||
RAW_COPPER: 0.5
|
||||
COPPER_INGOT: 1.0
|
||||
RAW_IRON: 1.0
|
||||
IRON_INGOT: 2.0
|
||||
RAW_GOLD: 2.0
|
||||
GOLD_INGOT: 4.0
|
||||
DIAMOND: 32.0
|
||||
EMERALD: 12.0
|
||||
WHEAT: 0.35
|
||||
BREAD: 1.25
|
||||
APPLE: 0.75
|
||||
CARROT: 0.25
|
||||
POTATO: 0.20
|
||||
BAKED_POTATO: 0.45
|
||||
BEETROOT: 0.20
|
||||
MELON_SLICE: 0.15
|
||||
SWEET_BERRIES: 0.20
|
||||
GLOW_BERRIES: 0.35
|
||||
COOKIE: 0.25
|
||||
PUMPKIN_PIE: 1.0
|
||||
COOKED_CHICKEN: 1.25
|
||||
COOKED_PORKCHOP: 1.5
|
||||
COOKED_BEEF: 1.75
|
||||
COOKED_MUTTON: 1.5
|
||||
COOKED_RABBIT: 1.25
|
||||
COOKED_COD: 1.0
|
||||
|
||||
land:
|
||||
default_land_class: FREEHOLD
|
||||
deny_mining_in_government: true
|
||||
deny_mining_in_protected_preserve: true
|
||||
deny_mining_in_border_zone: true
|
||||
|
||||
spawn:
|
||||
protection_radius: 32
|
||||
guide:
|
||||
create_government_region: true
|
||||
lines:
|
||||
- "COALGOV BASIN"
|
||||
- "Free first"
|
||||
- "homestead:"
|
||||
- "/claim buy"
|
||||
- "Use /claim wand"
|
||||
- "for polygons"
|
||||
- "Coal seams:"
|
||||
- "redwood ridges"
|
||||
- "Permits:"
|
||||
- "/permit buy"
|
||||
- "mining <region>"
|
||||
- "/market trades"
|
||||
|
||||
messages:
|
||||
prefix: "&8[&6CoalGov&8]&r "
|
||||
Reference in New Issue
Block a user