/tg/ Station 13 - Modules - Types

code/controllers/configuration/entries/general.dm

/datum/config_entry/flag/autoadminif autoadmin is enabled
/datum/config_entry/string/autoadmin_rankthe rank given to autoadmins
/datum/config_entry/string/servernameserver name (the name of the game window)
/datum/config_entry/string/serversqlnameshort form server name used for the DB
/datum/config_entry/string/stationnamestation name (the name of the station in-game)
/datum/config_entry/number/lobby_countdownCountdown between lobby and the round starting.
/datum/config_entry/number/round_end_countdownPost round murder death kill countdown.
/datum/config_entry/flag/hubif the game appears on the hub or not
/datum/config_entry/number/max_hub_popPop requirement for the server to be removed from the hub
/datum/config_entry/flag/log_ooclog messages sent in OOC
/datum/config_entry/flag/log_accesslog login/logout
/datum/config_entry/flag/log_suspicious_loginConfig entry which special logging of failed logins under suspicious circumstances.
/datum/config_entry/flag/log_saylog client say
/datum/config_entry/flag/log_adminlog admin actions
/datum/config_entry/flag/log_prayerlog prayers
/datum/config_entry/flag/log_internet_requestLog Music Requests
/datum/config_entry/flag/log_siliconlog silicons
/datum/config_entry/flag/log_toolslog usage of tools
/datum/config_entry/flag/log_gamelog game events
/datum/config_entry/flag/log_mechalog mech data
/datum/config_entry/flag/log_viruslog virology data
/datum/config_entry/flag/log_assetlog assets
/datum/config_entry/flag/log_votelog voting
/datum/config_entry/flag/log_zone_switchlog manual zone switching
/datum/config_entry/flag/log_whisperlog client whisper
/datum/config_entry/flag/log_attacklog attack messages
/datum/config_entry/flag/log_emotelog emotes
/datum/config_entry/flag/log_econlog economy actions
/datum/config_entry/flag/log_traitorlog traitor objectives
/datum/config_entry/flag/log_adminchatlog admin chat messages
/datum/config_entry/flag/log_pdalog pda messages
/datum/config_entry/flag/log_uplinklog uplink/spellbook/codex ciatrix purchases and refunds
/datum/config_entry/flag/log_telecommslog telecomms messages
/datum/config_entry/flag/log_speech_indicatorslog speech indicators(started/stopped speaking)
/datum/config_entry/flag/log_twitterlog certain expliotable parrots and other such fun things in a JSON file of twitter valid phrases.
/datum/config_entry/flag/log_world_topiclog all world.Topic() calls
/datum/config_entry/flag/log_manifestlog crew manifest to separate file
/datum/config_entry/flag/log_job_debuglog roundstart divide occupations debug information to a file
/datum/config_entry/flag/log_shuttlelog shuttle related actions, ie shuttle computers, shuttle manipulator, emergency console
/datum/config_entry/flag/log_timers_on_bucket_resetlogs all timers in buckets on automatic bucket reset (Useful for timer debugging)
/datum/config_entry/flag/log_as_human_readableLog human readable versions of json log entries
/datum/config_entry/flag/allow_admin_ooccolorallows admins with relevant permissions to have their own ooc colour
/datum/config_entry/flag/allow_admin_asaycolorallows admins with relevant permissions to have a personalized asay color
/datum/config_entry/flag/allow_vote_restartallow votes to restart
/datum/config_entry/flag/allow_vote_mapallow votes to change map
/datum/config_entry/flag/allow_rock_the_voteallow players to vote to re-do the map vote
/datum/config_entry/number/max_rocking_votesthe number of times we allow players to rock the vote
/datum/config_entry/number/vote_delayminimum time between voting sessions (deciseconds, 10 minute default)
/datum/config_entry/number/vote_periodlength of voting period (deciseconds, default 1 minute)
/datum/config_entry/flag/default_no_voteIf disabled, non-voters will automatically have their votes added to certain vote options (For example: restart votes will default to "no restart", map votes will default to their preferred map / default map, rocking the vote will default to "no")
/datum/config_entry/flag/no_dead_votePrevents dead people from voting.
/datum/config_entry/flag/popup_admin_pmGives the ability to send players a maptext popup.
/datum/config_entry/flag/allow_respawnDetermines if a player can respawn after dying. 0 / RESPAWN_FLAG_DISABLED = Cannot respawn (default) 1 / RESPAWN_FLAG_FREE = Can respawn 2 / RESPAWN_FLAG_NEW_CHARACTER = Can respawn if choosing a different character
/datum/config_entry/number/respawn_delayDetermines how long (in deciseconds) before a player is allowed to respawn.
/datum/config_entry/flag/use_exp_restrictions_headsEnables head jobs time restrictions.
/datum/config_entry/flag/use_exp_restrictions_otherEnables non-head jobs time restrictions.
/datum/config_entry/flag/panic_bunker_interviewFlag for requiring players who would otherwise be denied access by the panic bunker to complete a written interview
/datum/config_entry/flag/forbid_preferences_exportAllows players to export their own preferences as a JSON file. Left as a config toggle in case it needs to be turned off due to server-specific needs.
/datum/config_entry/number/seconds_cooldown_for_preferences_exportThe number of seconds a player must wait between preference export attempts.
/datum/config_entry/flag/secure_chat_commandsvalidate ownership of admin flags for chat commands
/datum/config_entry/string/admin_2fa_urlURL for admins to be redirected to for 2FA