mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
# You can use the "$include" directive to split your configs however you want
|
|
|
|
# MAKE SURE ENTRIES ARE SORTED IN THE SAME FASHION THEY ARE IN THE .dm
|
|
# if you don't do this i will find you and put lemons on your eyes.
|
|
|
|
# You can use the @ character at the beginning of a config option to lock it from being edited in-game
|
|
# Example usage:
|
|
# @SERVERNAME tgstation
|
|
# Which sets the SERVERNAME, and disallows admins from being able to change it using View Variables.
|
|
# @LOG_TWITTER 0
|
|
# Which explicitly disables LOG_TWITTER, as well as locking it.
|
|
# There are various options which are hard-locked for security reasons.
|
|
|
|
|
|
$include entries/admin.txt
|
|
$include entries/alert.txt
|
|
$include entries/antag_rep.txt
|
|
$include entries/bot.txt
|
|
$include entries/comms.txt
|
|
$include entries/connections.txt
|
|
$include entries/dbconfig.txt
|
|
$include entries/debris.txt
|
|
$include entries/donator.txt
|
|
$include entries/dynamic.txt
|
|
$include entries/fetish_content.txt
|
|
$include entries/gamemodes.txt
|
|
$include entries/general.txt
|
|
$include entries/jexp.txt
|
|
$include entries/logging.txt
|
|
$include entries/movespeed.txt
|
|
$include entries/persistence.txt
|
|
$include entries/policy.txt
|
|
$include entries/resources.txt
|
|
$include entries/respawns.txt
|
|
$include entries/security.txt
|
|
$include entries/server.txt
|
|
$include entries/stamina_combat.txt
|
|
$include entries/threat.txt
|
|
$include entries/urls.txt
|
|
$include entries/vote.txt
|
|
|
|
$include plushies/defines.txt
|