minecraft server init

This commit is contained in:
2025-07-23 08:37:00 +03:00
commit ccf1f5f4d0
2460 changed files with 291551 additions and 0 deletions

29
config/conarm.cfg Normal file
View File

@ -0,0 +1,29 @@
# Configuration file
general {
# Set to true to have the Bouncy trait use durability for each bounce
B:"Bouncy Trait Uses Durability"=true
# Set to true to disable the armor preview panel in the Armor Station/Forge GUI
B:"Compact GUI"=false
# Set to true to give an Armory Book to players who enter a world for the first time
B:"Spawn With Book"=false
leveling {
# Base XP needed for armor
I:"Base XP Requirement"=100
# How much to multiply the experience needed for each level
D:"Leveling Multiplier"=2.5
# Maximum achievable levels. If set to 0 or lower there is no upper limit.
I:"Maximum Levels"=-1
# Reduces the amount of modifiers a newly built armor gets if the value is lower than the regular amount of modifiers the armor would have.
I:"Starting Modifier Amount"=1
}
}