Advertisement
Guest User

Untitled

a guest
Aug 29th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. {
  2. "pufferd": {
  3. "data": {
  4. "name": {
  5. "desc": "No Description",
  6. "display": "name",
  7. "internal": true,
  8. "required": false,
  9. "value": "c574b671-ce64-4832-a947-de30da5a852f",
  10. "userEdit": false
  11. },
  12. "port": {
  13. "desc": "What port to bind the server to",
  14. "display": "Port",
  15. "internal": false,
  16. "required": true,
  17. "value": "7777",
  18. "userEdit": false
  19. },
  20. "type": {
  21. "desc": "No Description",
  22. "display": "type",
  23. "internal": true,
  24. "required": false,
  25. "value": "terarria",
  26. "userEdit": false
  27. },
  28. "version": {
  29. "desc": "Server Version",
  30. "display": "Server Version (Set this to the latest server version)",
  31. "internal": false,
  32. "required": true,
  33. "value": "1353",
  34. "userEdit": false
  35. }
  36. },
  37. "display": "Terraria - Vanilla",
  38. "environment": null,
  39. "install": {
  40. "commands": [
  41. {
  42. "files": "http://terraria.org/server/terraria-server-${version}.zip",
  43. "type": "download"
  44. },
  45. {
  46. "commands": [
  47. "unzip terraria-server-${version}",
  48. "mv -v ${rootdir}/${version}/Linux/ ${rootdir}/Linux/",
  49. "chmod +x ${rootdir}/Linux/TerrariaServer",
  50. "chmod +x ${rootdir}/Linux/TerrariaServer.bin.x86"
  51. ],
  52. "type": "command"
  53. }
  54. ]
  55. },
  56. "type": "terraria",
  57. "id": "c574b671-ce64-4832-a947-de30da5a852f",
  58. "run": {
  59. "arguments": [
  60. "-port",
  61. "${port}",
  62. "-secure",
  63. "-steam"
  64. ],
  65. "program": "Linux/tModLoaderServer.bin.x86_64",
  66. "stop": "",
  67. "enabled": true,
  68. "autostart": false,
  69. "autorecover": false,
  70. "autorestart": false,
  71. "pre": [],
  72. "post": [],
  73. "stopCode": 9,
  74. "environmentVars": {}
  75. },
  76. "template": "terarria"
  77. }
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement