mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-21 06:25:59 +00:00
* New API for service communication * Safer this way * Gives the game the ability to kill itself * tick_lag * Sanity check * Updates comment * Formalization of the server tools API * Fixes, finishes, and cleanup * Remove unecessary scoping * Compile fixes * Didn't Ctrl+S * Reimplement chat commands * Fixup * Required parameters * Fax * Testing * Fix ON_TOPIC * The more defines the more better * That's bass ackwards * Fix tgs2 * Fuck it, call him pichael * Do this * No, we only use the modern methods now * Remove tgs2 relay support * Remove kebab * Kill kill kill * This is back baby * Missed a GLOB * Remove DownloadPRDetails() * Cache custom commands by name * Adds "notify" chat command * Use the official API * Fix API misuse * Readme licensing memes * Fix API * Moves chat new game announcement to when the API is confirmed compatible * Add TGS3.json * Fix the input options * Removes notify command
22 lines
493 B
JSON
22 lines
493 B
JSON
{
|
|
"documentation": "/tg/station server 3 configuration file",
|
|
"changelog": {
|
|
"script": "tools/ss13_genchangelog.py",
|
|
"arguments": "html/changelog.html html/changelogs",
|
|
"pip_dependancies": [
|
|
"PyYaml",
|
|
"beautifulsoup4"
|
|
]
|
|
},
|
|
"synchronize_paths": [
|
|
"html/changelog.html",
|
|
"html/changelogs/*"
|
|
],
|
|
"static_directories": [
|
|
"config",
|
|
"data"
|
|
],
|
|
"dlls": [
|
|
"libmysql.dll"
|
|
]
|
|
} |