Hi,
Quick question on how to pass multiple commands into the GAME_PARAMS variable in the Valheim dedicated server docker setup.
The setup says "Container Variable: GAME_PARAMS
Enter your extra start up commands for the server here otherwise leave empty."
I would like to add multiple commands here,
-crossplay,
-setkey PlayerEvents
however the command "-setkey PlayerEvents" has a space in it and appears to be being read as two seperate commands. Can someone help me with the syntax for passing multiple commands into this variable?
I have also explored entering the commands into the server startup script, but don't seem to be able to locate it...