-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcofh_core-server.toml
38 lines (33 loc) · 1.47 KB
/
cofh_core-server.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[Commands]
#The required permission level for the '/cofh heal' command.
#Range: 0 ~ 4
"Heal Permission Level" = 2
#The required permission level for the '/cofh crafting' command.
#Range: 0 ~ 4
"Crafting 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 enderchest' command.
#Range: 0 ~ 4
"EnderChest Permission Level" = 2
#The required permission level for the '/cofh repair' command.
#Range: 0 ~ 4
"Repair Permission Level" = 2
[Enchantments]
#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
#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
[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]
#This option sets the growth factor for saplings - they will only grow 1 in N times.
#Range: > 1
"Sapling Growth Reduction Factor" = 4
#If TRUE, Sapling growth will be slowed by a configurable factor.
"Sapling Growth Reduction" = false