code/controllers/configuration/entries/general.dm
/datum/config_entry/flag/autoadmin | if autoadmin is enabled |
---|---|
/datum/config_entry/string/autoadmin_rank | the rank given to autoadmins |
/datum/config_entry/string/servername | server name (the name of the game window) |
/datum/config_entry/string/serversqlname | short form server name used for the DB |
/datum/config_entry/string/stationname | station name (the name of the station in-game) |
/datum/config_entry/string/hub_subtitle | the line of text under server name on the hub |
/datum/config_entry/number/lobby_countdown | Countdown between lobby and the round starting. |
/datum/config_entry/number/round_end_countdown | Post round murder death kill countdown. |
/datum/config_entry/number/eor_credits_delay | Time between the round ending and credits beginning to roll |
/datum/config_entry/flag/hub | if the game appears on the hub or not |
/datum/config_entry/number/max_hub_pop | Pop requirement for the server to be removed from the hub |
/datum/config_entry/flag/log_ooc | log messages sent in OOC |
/datum/config_entry/flag/log_access | log login/logout |
/datum/config_entry/flag/log_suspicious_login | Config entry which special logging of failed logins under suspicious circumstances. |
/datum/config_entry/flag/log_say | log client say |
/datum/config_entry/flag/log_admin | log admin actions |
/datum/config_entry/flag/log_prayer | log prayers |
/datum/config_entry/flag/log_silicon | log silicons |
/datum/config_entry/flag/log_tools | log usage of tools |
/datum/config_entry/flag/log_graffiti | log graffiti |
/datum/config_entry/flag/log_game | log game events |
/datum/config_entry/flag/log_mecha | log mech data |
/datum/config_entry/flag/log_virus | log virology data |
/datum/config_entry/flag/log_cloning | log cloning actions. |
/datum/config_entry/flag/log_asset | log assets |
/datum/config_entry/flag/log_vote | log voting |
/datum/config_entry/flag/log_whisper | log client whisper |
/datum/config_entry/flag/log_attack | log attack messages |
/datum/config_entry/flag/log_emote | log emotes |
/datum/config_entry/flag/log_econ | log economy actions |
/datum/config_entry/flag/log_traitor | log traitor objectives |
/datum/config_entry/flag/log_adminchat | log admin chat messages |
/datum/config_entry/flag/log_pda | log pda messages |
/datum/config_entry/flag/log_uplink | log uplink/spellbook/codex ciatrix purchases and refunds |
/datum/config_entry/flag/log_telecomms | log telecomms messages |
/datum/config_entry/flag/log_twitter | log certain expliotable parrots and other such fun things in a JSON file of twitter valid phrases. |
/datum/config_entry/flag/log_world_topic | log all world.Topic() calls |
/datum/config_entry/flag/log_manifest | log crew manifest to separate file |
/datum/config_entry/flag/log_job_debug | log roundstart divide occupations debug information to a file |
/datum/config_entry/flag/log_shuttle | log shuttle related actions, ie shuttle computers, shuttle manipulator, emergency console |
/datum/config_entry/flag/log_timers_on_bucket_reset | logs all timers in buckets on automatic bucket reset (Useful for timer debugging) |
/datum/config_entry/flag/allow_admin_ooccolor | allows admins with relevant permissions to have their own ooc colour |
/datum/config_entry/flag/allow_admin_asaycolor | allows admins with relevant permissions to have a personalized asay color |
/datum/config_entry/flag/allow_vote_restart | allow votes to restart |
/datum/config_entry/flag/allow_vote_map | allow votes to change map |
/datum/config_entry/number/vote_delay | minimum time between voting sessions (deciseconds, 10 minute default) |
/datum/config_entry/number/vote_period | length of voting period (deciseconds, default 1 minute) |
/datum/config_entry/flag/default_no_vote | vote does not default to nochange/norestart. |
/datum/config_entry/flag/no_dead_vote | Prevents dead people from voting. |
/datum/config_entry/flag/popup_admin_pm | Gives the ability to send players a maptext popup. |
/datum/config_entry/flag/use_exp_restrictions_heads | Enables head jobs time restrictions. |
/datum/config_entry/flag/use_exp_restrictions_other | Enables non-head jobs time restrictions. |
/datum/config_entry/string/rulesurl | Until we actually get a forum, we will use this as a placeholder. |
/datum/config_entry/flag/panic_bunker_interview | Flag for requiring players who would otherwise be denied access by the panic bunker to complete a written interview |
/datum/config_entry/flag/panic_bunker_discord_require | Flag to enable the whitelist, only allowing registered players to enter the server |
/datum/config_entry/string/admin_2fa_url | URL for admins to be redirected to for 2FA |
/datum/config_entry/string/webmap_community | Unique slug for the webmap |