notex2/src/overrides/config/brandon3055/BrandonsCore.cfg
2022-05-26 13:08:46 +02:00

31 lines
1.1 KiB
INI

# 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
}