Fellies/defaultconfigs[default]/cofh_core-server.toml

39 lines
1.4 KiB
TOML

[Commands]
#The required permission level for the '/cofh crafting' command.
#Range: 0 ~ 4
"Crafting Permission Level" = 2
#The required permission level for the '/cofh enderchest' command.
#Range: 0 ~ 4
"EnderChest Permission Level" = 2
#The required permission level for the '/cofh heal' command.
#Range: 0 ~ 4
"Heal Permission Level" = 2
#The required permission level for the '/cofh ignite' command.
#Range: 0 ~ 4
"Ignite Permission Level" = 2
#The required permission level for the '/cofh repair' command.
#Range: 0 ~ 4
"Repair Permission Level" = 2
[Enchantments]
#If TRUE, Feather Falling will prevent Farmland from being trampled. This option will work with alternative versions (overrides) of Feather Falling.
"Improved Feather Falling" = true
#If TRUE, Mending behavior is altered so that XP orbs always repair items if possible, and the most damaged item is prioritized. This option may not work with alternative versions (overrides) of Mending.
"Improved Mending" = true
[Fishing]
#If TRUE, Fishing will cause exhaustion.
"Fishing Exhaustion" = false
#This option sets the amount of exhaustion caused by fishing, if enabled.
#Range: 0.0 ~ 10.0
"Fishing Exhaustion Amount" = 0.125
[World]
#If TRUE, Sapling growth will be slowed by a configurable factor.
"Sapling Growth Reduction" = false
#This option sets the growth factor for saplings - they will only grow 1 in N times.
#Range: > 1
"Sapling Growth Reduction Factor" = 4