30 lines
1.1 KiB
INI
30 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
|
|
}
|
|
|
|
|