misc_pterodactyl-panel/storage/app/services/terraria/main.json

25 lines
606 B
JSON
Raw Normal View History

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