mirror of
https://github.com/pelican-eggs/minecraft.git
synced 2024-11-22 02:42:30 +01:00
Not all machines have fsync so change the done line
This commit is contained in:
parent
94a89062d6
commit
c8dddb6498
@ -4,7 +4,7 @@
|
||||
"version": "PTDL_v2",
|
||||
"update_url": null
|
||||
},
|
||||
"exported_at": "2024-02-27T16:03:37+01:00",
|
||||
"exported_at": "2024-03-01T13:53:42+01:00",
|
||||
"name": "Palworld Proton",
|
||||
"author": "josdekurk@gmail.com",
|
||||
"description": "Fight, farm, build and work alongside mysterious creatures called \"Pals\" in this completely new multiplayer, open world survival and crafting game!",
|
||||
@ -18,7 +18,7 @@
|
||||
"startup": ".\/PalworldServerConfigParser; (while read cmd; do rcon -s -a \"localhost:$RCON_PORT\" -p \"$ADMIN_PASSWORD\" \"$cmd\";done) < \/dev\/stdin & proton run \/home\/container\/Pal\/Binaries\/Win64\/PalServer-Win64-Test.exe -publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -port={{SERVER_PORT}} -publicport={{SERVER_PORT}} -servername=\"{{SERVER_NAME}}\" -players={{MAX_PLAYERS}} $(if [ -n \"$SERVER_PASSWORD\" ]; then echo \"-serverpassword=\\\"${SERVER_PASSWORD}\\\"\"; fi) -adminpassword=\"{{ADMIN_PASSWORD}}\" -rcon",
|
||||
"config": {
|
||||
"files": "{}",
|
||||
"startup": "{\r\n \"done\": \"fsync: up and running.\"\r\n}",
|
||||
"startup": "{\r\n \"done\": \"up and running.\"\r\n}",
|
||||
"logs": "{}",
|
||||
"stop": "shutdown 5"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user