byond - Modules - Types

code/controllers/configuration/entries/general.dm

/datum/config_entry/string/centcom_ban_dbURL for the CentCom Galactic Ban DB API
/datum/config_entry/string/webmap_hostHost of the webmap
/datum/config_entry/flag/log_speech_indicatorslog speech indicators(started/stopped speaking)
/datum/config_entry/flag/log_mechalog mech data
/datum/config_entry/flag/log_job_debuglog roundstart divide occupations debug information to a file
/datum/config_entry/flag/log_as_human_readableLog human readable versions of json log entries
/datum/config_entry/flag/popup_admin_pmGives the ability to send players a maptext popup.
/datum/config_entry/number/panic_bunker_livingliving time in minutes that a player needs to pass the panic bunker
/datum/config_entry/number/tgui_max_chunk_countTgui ui_act payloads larger than 2kb are split into chunks a maximum of 1kb in size. This flag represents the maximum chunk count the server is willing to receive.