Default configuration serveur Build NG RED

This commit is contained in:
2026-02-03 23:09:01 +01:00
commit 53d0c557d0
129 changed files with 21501 additions and 0 deletions

View File

@@ -0,0 +1,140 @@
# Configuration file
####################
# achievements
####################
achievements {
I:"Adamantium Achievement"=5001
I:"Adamantium Pick Achievement"=5004
I:"Iron Pick Achievement"=5003
I:"Mythril Bow Achievement"=5006
I:"Onyx Achievement"=5002
I:"Onyx Bow Achievement"=5007
I:"Onyx Pick Achievement"=5005
I:"SimpleOres Achievement"=5000
}
####################
# armor
####################
armor {
I:"Adamantium Boots"=5215
I:"Adamantium Chestplate"=5213
I:"Adamantium Helmet"=5212
I:"Adamantium Leggings"=5214
I:"Copper Boots"=5203
I:"Copper Chestplate"=5201
I:"Copper Helmet"=5200
I:"Copper Leggings"=5202
I:"Mythril Boots"=5211
I:"Mythril Chestplate"=5209
I:"Mythril Helmet"=5208
I:"Mythril Leggings"=5210
I:"Onyx Boots"=5219
I:"Onyx Chestplate"=5217
I:"Onyx Helmet"=5216
I:"Onyx Leggings"=5218
I:"Tin Boots"=5207
I:"Tin Chestplate"=5205
I:"Tin Helmet"=5204
I:"Tin Leggings"=5206
}
####################
# blocks
####################
blocks {
I:"Adamantium Bars"=4078
I:"Adamantium Block"=497
I:"Adamantium Ore"=496
I:"Copper Bars"=4081
I:"Copper Block"=491
I:"Copper Door"=4083
I:"Copper Ore"=490
I:"Mythril Bars"=4079
I:"Mythril Block"=495
I:"Mythril Furnace"=4092
I:"Mythril Furnace On"=4088
I:"Mythril Ore"=494
I:"Onyx Bars"=4077
I:"Onyx Block"=499
I:"Onyx Door"=4082
I:"Onyx Furnace"=4087
I:"Onyx Furnace On"=4086
I:"Onyx Ore"=498
I:"Tin Bars"=4080
I:"Tin Block"=493
I:"Tin Ore"=492
}
####################
# items
####################
items {
I:"Adamantium Ingot"=5003
I:"Copper Bucket"=5008
I:"Copper Bucket Water"=5009
I:"Copper Door Item"=5023
I:"Copper Ingot"=5000
I:"Mythril Ingot"=5002
I:"Mythril Rod"=5010
I:"Onyx Door Item"=5024
I:"Onyx Gem"=5004
I:"Onyx Rod"=5011
I:"Tin Ingot"=5001
}
####################
# tools
####################
tools {
I:"Adamantium Axe"=5116
I:"Adamantium Hoe"=5119
I:"Adamantium Pickaxe"=5115
I:"Adamantium Shears"=5145
I:"Adamantium Shovel"=5117
I:"Copper Axe"=5101
I:"Copper Hoe"=5104
I:"Copper Pickaxe"=5100
I:"Copper Shovel"=5102
I:"Mythril Axe"=5111
I:"Mythril Hoe"=5114
I:"Mythril Pickaxe"=5110
I:"Mythril Shovel"=5112
I:"Onyx Axe"=5121
I:"Onyx Hoe"=5124
I:"Onyx Pickaxe"=5120
I:"Onyx Shears"=5146
I:"Onyx Shovel"=5122
I:"Tin Axe"=5106
I:"Tin Hoe"=5109
I:"Tin Pickaxe"=5105
I:"Tin Shears"=5144
I:"Tin Shovel"=5107
}
####################
# weapons
####################
weapons {
I:"Adamantium Sword"=5118
I:"Copper Sword"=5103
I:"Mythril Bow"=5140
I:"Mythril Sword"=5113
I:"Onyx Bow"=5141
I:"Onyx Sword"=5123
I:"Tin Sword"=5108
}

View File

@@ -0,0 +1,171 @@
# Configuration file
####################
# achievement descriptions
####################
"achievement descriptions" {
S:AdamantiumAchievement=Dig deep to find some Adamantium.
S:AdamantiumPickAchievement=Make an Adamantium Pickaxe to dig faster than ever.
S:IronPickAchievement=Construct an Iron Pickaxe.
S:MythrilBowAchievement=Forge a new bow with magical properties.
S:OnyxAchievement=Good luck finding some.
S:OnyxBowAchievement=Scorch your enemies with this bow from the Hells.
S:OnyxPickAchievement=There's a good chance it will out-live you.
S:SimpleOresAchievement=Begin your SimpleOres adventure by collection some Copper.
}
####################
# achievement names
####################
"achievement names" {
S:AdamantiumAchievement=The Green One
S:AdamantiumPickAchievement=Lighting Fast!
S:IronPickAchievement=Upgrade MK II
S:MythrilBowAchievement=Mystical Bow
S:OnyxAchievement=The Camouflaged Ore
S:OnyxBowAchievement=Firebug
S:OnyxPickAchievement=The Unbreakable
S:SimpleOresAchievement=Welcome to SimpleOres!
}
####################
# armor names
####################
"armor names" {
S:AdamantiumBootsName=Adamantium Boots
S:AdamantiumChestName=Adamantium Chestplate
S:AdamantiumHelmName=Adamantium Helmet
S:AdamantiumLegsName=Adamantium Leggings
S:CopperBootsName=Copper Boots
S:CopperChestname=Copper Chestplate
S:CopperHelmName=Copper Helmet
S:CopperLegsName=Copper Leggings
S:MythrilBootsName=Mythril Boots
S:MythrilChestName=Mythril Chestplate
S:MythrilHelmName=Mythril Helmet
S:MythrilLegsName=Mythril Leggings
S:OnyxBootsName=Onyx Boots
S:OnyxChestName=Onyx Chestplate
S:OnyxHelmName=Onyx Helmet
S:OnyxLegsName=Onyx Leggings
S:TinBootsName=Tin Boots
S:TinChestname=Tin Chestplate
S:TinHelmName=Tin Helmet
S:TinLegsName=Tin Leggings
}
####################
# block names
####################
"block names" {
S:AdamantiumBarsName=Adamantium Bars
S:AdamantiumBlockName=Adamantium Block
S:AdamantiumOreName=Adamantium Ore
S:CopperBarsName=Copper Bars
S:CopperBlockName=Copper Block
S:CopperDoorName=Copper Door
S:CopperOreName=Copper Ore
S:MythrilBarsName=Mythril Bars
S:MythrilBlockName=Mythril Block
S:MythrilFurnaceName=Mythril Furnace
S:MythrilFurnaceOnName=Mythril Furnace
S:MythrilOreName=Mythril Ore
S:OnyxBarsName=Onyx Bars
S:OnyxBlockName=Onyx Block
S:OnyxDoorName=Onyx Door
S:OnyxFurnaceName=Onyx Furnace
S:OnyxFurnaceOnName=Onyx Furnace
S:OnyxOreName=Onyx Ore
S:TinBarsName=Tin Bars
S:TinBlockName=Tin Block
S:TinOreName=Tin Ore
}
####################
# bow tooltips
####################
"bow tooltips" {
S:DamageTooltip=+Damage
S:EfficiencyTooltip=+Efficiency
S:FlameTooltip=+Flame
S:KnockbackTooltip=+Knockback
S:ZoomTooltip=+Zoom
}
####################
# item names
####################
"item names" {
S:AdamantiumIngotName=Adamantium Ingot
S:CopperBucketName=Copper Bucket
S:CopperBucketWaterName=Copper Bucket of Water
S:CopperDoorName=Copper Door
S:CopperIngotName=Copper Ingot
S:MythrilIngotName=Mythril Ingot
S:MythrilRodName=Mythril Rod
S:OnyxDoorName=Onyx Door
S:OnyxGemName=Onyx
S:OnyxRodName=Onyx Rod
S:SinisiteRodName=Sinisite Rod
S:ThyriumRodName=Thyrium Rod
S:TinIngotName=Tin Ingot
}
####################
# tool names
####################
"tool names" {
S:AdamantiumAxeName=Adamantium Axe
S:AdamantiumHoeName=Adamantium Hoe
S:AdamantiumPickName=Adamantium Pickaxe
S:AdamantiumShearsName=Adamantium Shears
S:AdamantiumShovelName=Adamantium Shovel
S:CopperAxeName=Copper Axe
S:CopperHoeName=Copper Hoe
S:CopperPickName=Copper Pickaxe
S:CopperShovelName=Copper Shovel
S:MythrilAxeName=Mythril Axe
S:MythrilHoeName=Mythril Hoe
S:MythrilPickName=Mythril Pickaxe
S:MythrilShovelName=Mythril Shovel
S:OnyxAxeName=Onyx Axe
S:OnyxHoeName=Onyx Hoe
S:OnyxPickName=Onyx Pickaxe
S:OnyxShearsName=Onyx Shears
S:OnyxShovelName=Onyx Shovel
S:TinAxeName=Tin Axe
S:TinHoeName=Tin Hoe
S:TinPickName=Tin Pickaxe
S:TinShearsName=Tin Shears
S:TinShovelName=Tin Shovel
}
####################
# weapon names
####################
"weapon names" {
S:AdamantiumSwordName=Adamantium Sword
S:CopperSwordName=Copper Sword
S:MythrilBowName=Mythril Bow
S:MythrilSwordName=Mythril Sword
S:OnyxBowName=Onyx Bow
S:OnyxSwordName=Onyx Sword
S:TinSwordName=Tin Sword
}

View File

@@ -0,0 +1,73 @@
# Configuration file
####################
# bow modifiers
####################
"bow modifiers" {
I:"Mythril Bow Damage Modifier"=2
I:"Onyx Bow Damage Modifier"=5
}
####################
# custom furnaces
####################
"custom furnaces" {
I:"Mythril Furnace Fuel Length Multiplier"=2
I:"Onyx Furnace Extra Yield Amount"=1
I:"Onyx Furnace Multi Yield Chance (From 1 to 100)"=33
}
####################
# spawn heights
####################
"spawn heights" {
I:"Adamantium Spawn Height"=20
I:"Copper Spawn Height"=90
I:"Mythril Spawn Height"=35
I:"Onyx Spawn Height"=256
I:"Tin Spawn Height"=90
}
####################
# spawn rates
####################
"spawn rates" {
I:"Adamantium Spawn Rate"=4
I:"Copper Spawn Rate"=35
I:"Mythril Spawn Rate"=8
I:"Onyx Spawn Rate"=5
I:"Tin Spawn Rate"=30
}
####################
# toggles
####################
toggles {
B:"Enable Update Checker?"=true
B:"Use Old (Configurable) Localisation?"=false
B:"Use Separate Creative Tabs?"=true
}
####################
# vein sizes
####################
"vein sizes" {
I:"Adamantium Vein Size"=4
I:"Copper Vein Size"=7
I:"Mythril Vein Size"=4
I:"Onyx Vein Size"=7
I:"Tin Vein Size"=7
}