mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 02:34:42 +02:00
Huge changes to how config files are loaded/updated, fixes many issues
Fixes #4715
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
#Acrobatics
|
||||
Acrobatics:
|
||||
# turn this to false to disable all subskills for this skill
|
||||
Enabled: true
|
||||
Roll:
|
||||
Enabled: true
|
||||
# turn this to false to disable all subskills for this skill
|
||||
Enabled: true
|
||||
Roll:
|
||||
Enabled: true
|
@ -1,7 +1,6 @@
|
||||
#
|
||||
# Repair configuration
|
||||
#
|
||||
# Any file named repair.*.yml in the mcmmmo folder will be loaded as a repair config
|
||||
# All repair configs have a main section titled "Repairables"
|
||||
# Afterwards, all sub-items are considered a Repairable to be loaded. The names of each subitem should be the exact material name.
|
||||
# The bare minimum of a Repairable is that it have a RepairMaterial and a MaximumDurability
|
||||
|
Reference in New Issue
Block a user