


A simple server-side BepInEx plugin for Valheim that broadcasts scheduled messages to all players, and sends a welcome message to each player when they connect.
No client-side installation required.
ScheduledMessages.dll into BepInEx/plugins/scheduledmessages.cfg into BepInEx/config/The config file lives at BepInEx/config/scheduledmessages.cfg.
# ScheduledMessages config
# timezone: UTC offset in hours
# e.g. 10 = AEST (Queensland)
# e.g. 11 = AEDT (NSW/VIC during daylight saving)
# e.g. -5 = EST (US Eastern)
timezone=10
# welcome: message sent to each player after they connect
# leave blank or remove this line to disable
welcome=Welcome! Server restarts at 12am and 5am (AEST).
# welcome-delay: seconds to wait after connection before sending the welcome message
# a delay is recommended to ensure the player is fully loaded in
welcome-delay=30
# Scheduled messages: HH:mm <message text> (24 hour time, one per line)
11:30 Server restart in 30 minutes.
11:40 Server restart in 20 minutes.
11:50 Server restart in 10 minutes.
11:59 Server restart in 1 minute. Find somewhere safe!
# are comments and are ignored0.221.12 (network version 36)5.4.23.x