Add TeamSpeak 3 Config (#38)

* Add TeamSpeak 3 Config (draft)

This is the draft of the TeamSpeak 3 config.

* Overhaul the config

* Update teamspeak3.kvp

* Getting closer, but also tired

* Update teamspeak3.kvp

* Port changes, Config file changes, Telnet setup

* That ain't no damn ini file. It's just a plain old kvp and it is my worst enemy now. Time for a break.

* Making settings file match default values

* Greelan's OCD changes. ;)
This commit is contained in:
IceOfWraith
2022-09-11 17:01:57 -05:00
committed by GitHub
parent 380fb8f193
commit 0ebb4f3efe
4 changed files with 610 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[
{
"ConfigFile": "teamspeak3-server_win64/teamspeak3server.ini",
"AutoMap": true,
"ConfigType": "kvp",
"ConfigFormatRegex": "^(?<key>.+?)=(?<value>.*?)$"
}
]