14 lines
343 B
TOML
14 lines
343 B
TOML
|
|
#Common configurations settings
|
|
[common]
|
|
#Enables extra information being printed to the console.
|
|
enableLogging = true
|
|
#Allows books to spawn with new players.
|
|
#This is a global override for all books if set to false.
|
|
canSpawnWithBook = true
|
|
|
|
#If the player should spawn with this book
|
|
[common.spawnBook]
|
|
vampirism-guidebook = true
|
|
|