misc_pterodactyl-panel/storage/app/services/terraria/main.json
2016-12-14 18:54:02 -05:00

23 lines
591 B
JSON

{
"tshock": {
"startup": {
"done": "Type 'help' for a list of commands",
"userInteraction": []
},
"stop": "exit",
"configs": {
"tshock/config.json": {
"parser": "json",
"find": {
"ServerPort": "{{ server.build.default.port }}",
"MaxSlots": "{{ server.build.env.MAX_SLOTS }}"
}
}
},
"log": {
"custom": false,
"location": "ServerLog.txt"
},
"query": "none"
}
}