2016-11-09 22:58:14 +00:00
|
|
|
{
|
|
|
|
"tshock": {
|
|
|
|
"startup": {
|
|
|
|
"done": "Type 'help' for a list of commands",
|
|
|
|
"userInteraction": []
|
|
|
|
},
|
|
|
|
"stop": "exit",
|
|
|
|
"configs": {
|
|
|
|
"tshock/config.json": {
|
|
|
|
"parser": "json",
|
|
|
|
"find": {
|
2016-12-14 23:54:02 +00:00
|
|
|
"ServerPort": "{{ server.build.default.port }}",
|
|
|
|
"MaxSlots": "{{ server.build.env.MAX_SLOTS }}"
|
2016-11-09 22:58:14 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"log": {
|
|
|
|
"custom": false,
|
|
|
|
"location": "ServerLog.txt"
|
|
|
|
},
|
|
|
|
"query": "none"
|
|
|
|
}
|
|
|
|
}
|