Replies: 3 comments 1 reply
-
As far as the admin list goes, you can put as many admins as you would like in the adminlist.txt file. That is located in the config path. You have it defined as $HOME/valheim-server/config. Unfortunately, I cannot really help with the discord web hook issues. I am still working through issues of my own there. |
Beta Was this translation helpful? Give feedback.
-
Still looking for help with Discord webhook: My Discord webhook contains: Hope it can help someone in the future. For the backup issues I had and adding multiple Admin IDS by default, read the whole post. |
Beta Was this translation helpful? Give feedback.
-
I noticed that death notices look like spawn events, but the location is always 0:0. I'll include what I'm using below, but note that I'm running in a Podman quadlet so you would need to adapt the syntax and quoting.
|
Beta Was this translation helpful? Give feedback.
-
See my current docker run all the way below.
Currently the webhook has the following output when restarting at 6 AM:
Shutting down server.
Server started successfully.
Shutdown completed.
Starting server. Please wait 5 minutes.
The exact same when manually stopping the container.
(RESOLVED, kinda? See Edit "Discord Webhooks"): So, why would it say in the middle of restarting that the "Server started successfully."? Anyone know how I can prevent this, and how I can make this sent when it is actually relevant? This is the only point where it is ever being sent.
Edit (Discord Webhooks): In my current version, I just flat out removed the webhook messages that never worked, such as an announcement happening before server restart.
Besides that, I also removed the message that sent "Server started successfully.", because it more or less never sent when it should've been. "Starting server. Please wait 5 minutes." actually does get sent everytime, and effectively, for your average user, means the same thing anyway.
Status for the Discord webhooks:
What I would still like:
Message for player disconnects
Message for player death
Message for random event (RESOLVED, in current version below for those wondering)
The ADMINLIST: How can I put several ADMINLIST_IDS? (RESOLVED):
Do I just say:
Edit (ADMINLIST): Yes. You do. lol. This does start a new line.
Backups not happening when scheduled with cronjob (RESOLVED):
Edit (Backups): I had a few questions regarding backups, but I figured that out myself. Basically having
BACKUPS_IF_IDLE
set to false prevented backups from being made when I actually scheduled them to be made with cron. Nobody played around the time of the cronjob, soBACKUPS_IF_IDLE
deemed it not worth saving.EDIT (current version):
Beta Was this translation helpful? Give feedback.
All reactions