minecraft server init
This commit is contained in:
48
config/Guide-API/Guide-API.cfg
Normal file
48
config/Guide-API/Guide-API.cfg
Normal file
@ -0,0 +1,48 @@
|
||||
# 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=false
|
||||
|
||||
##########################################################################################################
|
||||
# spawn
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# If true, the user will spawn with the book.
|
||||
# This defaults to the value the book owner has set and is overridden by this config.
|
||||
##########################################################################################################
|
||||
|
||||
spawn {
|
||||
# [default: false]
|
||||
B:"bloodmagic:guide"=false
|
||||
B:"crossroads:crossroadsmainguide"=false
|
||||
B:"crossroads:info_guide"=false
|
||||
|
||||
# [default: true]
|
||||
B:"cyclicmagic:guide"=false
|
||||
|
||||
# [default: false]
|
||||
B:"modularrouters:guidebook"=false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# general
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Miscellaneous settings.
|
||||
##########################################################################################################
|
||||
|
||||
general {
|
||||
# Enables extra information being printed to the console. [default: true]
|
||||
B:enableLogging=false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user