mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
98 lines
4.1 KiB
Plaintext
98 lines
4.1 KiB
Plaintext
## Comment this out if you want to use the SQL based admin system, the legacy system uses admins.txt.
|
|
## You need to set up your database to use the SQL based system.
|
|
## This flag is automatically enabled if SQL_ENABLED isn't
|
|
ADMIN_LEGACY_SYSTEM
|
|
|
|
##Uncomment this to stop any admins loaded by the legacy system from having their rank edited by the permissions panel
|
|
#PROTECT_LEGACY_ADMINS
|
|
|
|
##Uncomment this to stop any ranks loaded by the legacy system from having their flags edited by the permissions panel
|
|
#PROTECT_LEGACY_RANKS
|
|
|
|
##Uncomment this to have admin ranks only loaded from the legacy admin_ranks.txt
|
|
##If enabled, each time admins are loaded ranks the database will be updated with the current ranks and their flags
|
|
#LOAD_LEGACY_RANKS_ONLY
|
|
|
|
## Comment this out if you want to use the SQL based banning system. The legacy systems use the files in the data folder. You need to set up your database to use the SQL based system.
|
|
BAN_LEGACY_SYSTEM
|
|
|
|
## Comment this out to stop locally connected clients from being given the almost full access !localhost! admin rank
|
|
ENABLE_LOCALHOST_RANK
|
|
|
|
## Comment this out if you want to use the SQL based mentor system, the legacy system uses mentors.txt.
|
|
## You need to set up your database to use the SQL based system.
|
|
## This flag is automatically enabled if SQL_ENABLED isn't
|
|
MENTOR_LEGACY_SYSTEM
|
|
|
|
#Mentors only see ckeys by default. Uncomment to have them only see mob name
|
|
#MENTORS_MOBNAME_ONLY
|
|
|
|
## Uncomment this to forbid admins from possessing the singularity.
|
|
#FORBID_SINGULO_POSSESSION
|
|
|
|
## Uncomment to give admins the ability to send a maptext popup to players.
|
|
## Only fires when an admin requests it, not every ahelp.
|
|
POPUP_ADMIN_PM
|
|
|
|
## Uncomment this to let players see their own notes (they can still be set by admins only)
|
|
#SEE_OWN_NOTES
|
|
|
|
### Comment these two out to prevent notes fading out over time for admins.
|
|
## Notes older then this will start fading out.
|
|
NOTE_FRESH_DAYS 91.31055
|
|
## Notes older then this will be completely faded out.
|
|
NOTE_STALE_DAYS 365.2422
|
|
|
|
## Comment this out if you've used the mass conversion sql proc for notes or want to stop converting notes
|
|
AUTOCONVERT_NOTES
|
|
|
|
## Comment this out to stop admin messages sent anytime an admin disconnects from a round in play, you can edit the messages in admin.dm
|
|
ANNOUNCE_ADMIN_LOGOUT
|
|
|
|
## Uncomment to have an admin message sent anytime an admin connects to a round in play, you can edit the messages in admin.dm
|
|
#ANNOUNCE_ADMIN_LOGIN
|
|
|
|
## Uncomment to enable global ban DB using the provided URL. The API should expect to receive a ckey at the end of the URL.
|
|
## More API details can be found here: https://centcom.melonmesa.com
|
|
#CENTCOM_BAN_DB https://centcom.melonmesa.com/ban/search
|
|
## Uncomment to enable source whitelisting, a comma-separated list (no spaces) of CentCom sources (sourceName).
|
|
## If enabled, only bans from these servers will be shown to admins using CentCom. The default sources list is an example.
|
|
#CENTCOM_SOURCE_WHITELIST Beestation MRP,TGMC,FTL13
|
|
|
|
## AUTOADMIN
|
|
## The default admin rank
|
|
AUTOADMIN_RANK Game Master
|
|
|
|
## Uncomment to automatically give that admin rank to all players
|
|
#AUTOADMIN
|
|
|
|
## Comment this out to stop admins being able to choose their personal ooccolor
|
|
ALLOW_ADMIN_OOCCOLOR
|
|
|
|
## Set to jobban "Guest-" accounts from Captain, HoS, HoP, CE, RD, CMO, Warden, Security, Detective, and AI positions.
|
|
## Set to 1 to jobban them from those positions, set to 0 to allow them.
|
|
# GUEST_JOBBAN
|
|
|
|
## Uncomment this to stop people connecting to your server without a registered ckey. (i.e. guest-* are all blocked from connecting)
|
|
GUEST_BAN
|
|
|
|
## Comment this out to disable automuting
|
|
#AUTOMUTE_ON
|
|
|
|
## Allow admin hrefs that don't use the new token system, will eventually be removed
|
|
DEBUG_ADMIN_HREFS
|
|
|
|
##
|
|
## Those deadmin configs will lock admins this way, so it's not really recommended unless really needed
|
|
##
|
|
## Uncomment to automatically deadmin players when the game starts.
|
|
#AUTO_DEADMIN_PLAYERS
|
|
|
|
## Uncomment to automatically deadmin antagonists when they gain the role.
|
|
#AUTO_DEADMIN_ANTAGONISTS
|
|
|
|
## Uncomment to automatically deadmin specific role sets when a player joins the game.
|
|
#AUTO_DEADMIN_HEADS
|
|
#AUTO_DEADMIN_SECURITY
|
|
#AUTO_DEADMIN_SILICONS
|