minecraft server init
This commit is contained in:
29
config/conarm.cfg
Normal file
29
config/conarm.cfg
Normal 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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user