Add Terraria module (#91)

* Add Terraria module

* Remove duplicate envvars line

* Update description, add seed as formattedarg

* lowercase

* use kvp merging

* Add adminmethod to KVP

* Fix case typo, clean up ports
This commit is contained in:
Jasper Borsboom
2022-03-20 21:15:13 +01:00
committed by GitHub
parent 528b431f12
commit 5f7c8a7954
4 changed files with 655 additions and 0 deletions

8
terrariametaconfig.json Normal file
View File

@@ -0,0 +1,8 @@
[
{
"ConfigFile": "terrariaserverconfig.txt",
"AutoMap": true,
"ConfigType": "kvp",
"ConfigFormat": "{0}={1}"
}
]