Modpack-1.12.2/config/brandon3055/BrandonsCore.cfg

31 lines
1.1 KiB
INI
Raw Normal View History

2022-11-01 18:40:32 +01:00
# Configuration file
##########################################################################################################
# Misc
#--------------------------------------------------------------------------------------------------------#
# Comment for category: Misc
##########################################################################################################
Misc {
# Enable DEV log output.
B:devLog=false
# Allows you to disable the tpx command.
B:enableTpx=true
}
##########################################################################################################
# Server
#--------------------------------------------------------------------------------------------------------#
# Comment for category: Server
##########################################################################################################
Server {
# This disables the gui that is shown to clients if a server side config that cant be hot swapped has changed.
# It is replaced by a chat message that has an option to open the gui
B:disableInvasiveConfigGui=false
}