modded7/overrides/config/brandon3055/BrandonsCore.cfg

31 lines
1.1 KiB
INI
Raw Normal View History

2022-01-23 23:35:02 +08: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
}