How to add World Modifiers to this Server setup? #750
-
|
Hello, How can i add World Modifiers to the server that will permanently remain active (Regardless of reboots or service restarts). I suppose i am asking the best way to do this, as i know that you can add yourself as an admin to the server and type in a command, but i think this would be removed when the server restarts. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Hi, use the environment variable SERVER_ARGS. i assume you use docker compose to start your docker container. docker-compose.yaml |
Beta Was this translation helpful? Give feedback.
-
|
Bumping this - how do we add multiple modifiers? I can't seem to get it quite right. I want to set combat to easy, deathpenalty to very easy, and resourcerate to much more. How do you properly add all those modifiers? Haven't even tried setkey yet but would be curious how they all chain together. |
Beta Was this translation helpful? Give feedback.
-
|
Modifiers do not interact with this mod. Add modifiers as start parameters, add Addon to Server and all Clients, maybe make config changes, after initial start in the config file relating to this mod. |
Beta Was this translation helpful? Give feedback.
Hi,
use the environment variable SERVER_ARGS.
i assume you use docker compose to start your docker container.
docker-compose.yaml