Files
meatballcraft/config/Guide-API/Guide-API.cfg
T
2023-11-14 07:09:40 -08:00

37 lines
1.2 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:"bloodarsenal:guide"=false
B:"bloodmagic:guide"=false
B:"cyclicmagic:guide"=true
B:"modularrouters:guidebook"=false
B:"woot:guide"=false
}
}
##########################################################################################################
# general
#--------------------------------------------------------------------------------------------------------#
# Miscellaneous settings.
##########################################################################################################
general {
# Enables extra information being printed to the console. [default: true]
B:enableLogging=true
}