33 lines
1.0 KiB
INI
33 lines
1.0 KiB
INI
# Configuration file
|
|
|
|
##########################################################################################################
|
|
# books
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# All settings related to Books.
|
|
##########################################################################################################
|
|
|
|
books {
|
|
# Allows books to spawn with new players.
|
|
# This is a global override for all books. [default: true]
|
|
B:canSpawnWithBooks=true
|
|
|
|
spawn {
|
|
B:"bloodmagic:guide"=false
|
|
}
|
|
|
|
}
|
|
|
|
|
|
##########################################################################################################
|
|
# general
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# Miscellaneous settings.
|
|
##########################################################################################################
|
|
|
|
general {
|
|
# Enables extra information being printed to the console. [default: true]
|
|
B:enableLogging=true
|
|
}
|
|
|
|
|