11 lines
377 B
TOML
11 lines
377 B
TOML
|
|
#Server configuration settings
|
|
[server]
|
|
#Whether items can be disenchanted. More vanilla like would be false
|
|
allowDisenchantingItems = true
|
|
#Whether incompatible enchantments can be allied together
|
|
allowMixtureEnchantments = true
|
|
#Define the max level for applying enchantments. Format is ["enchantment_id|maxlevel","enchantment_id|maxlevel"]
|
|
maxEnchantmentLevels = []
|
|
|