LTmadness-BetterServerConfig icon

BetterServerConfig

Makes it easier to change settings on your Valheim server, and adds bash console commands, also adds more backups

Last updated a year ago
Total downloads 6755
Total rating 7 
Categories Server-side Utility Mistlands Update
Dependency string LTmadness-BetterServerConfig-0.1.6
Dependants 8 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2100 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2100

README

#BetterServerConfig This is a simple mod to make your life easier configuring your valheim server.

Features

Lets you remove password from a dedicated server Easy config file with all of the options at your fingertips Extra configurable settings added to what is already accessible to you in valheim Bash console commands that you can run without going into the game, full list of commands can be found using command - help Automated backup system with configurable amount of saves

Support

If you would like to support me you can do it here: https://www.patreon.com/LTmadness

FAQ

Where to find server config?:

<Valheim dedicated server>\BepInEx\config\org.ltmadness.valheim.betterserverconfig.cfg

Do I need anything else to use it?

Yes, you need BepInEx, to install simple drop the ValheimBetterServerConfig.dll into BepInEx/plugins, Config file will be generated after first server start

How to fix duplicate console lines?

Go to BepInEx config file (<Valheim_dedicated_server>/BepInEx/config/BepInEx.cfg) Find secrion named [Logging.Console] find setting called Enabled, and set it to false eg:

[Logging.Console] Enables showing a console for log output. Setting type: Boolean Default value: false Enabled = false

Changes

v0.1.6
  • Updated decrepencies
  • Applied changes required to support newest changes of Valheim
v0.1.5
  • New logging system writes:
    • chat
    • commands
    • patch logs
    • player info (all of this information is written into separate files, early implementation so might not log everything)
  • New commands:
    • message - sends a message (top left of the screen) to everyone on server
    • announce - sends an announcement (middle of the screen) to everyone on the server
  • Fixed ability to use commands from in game chat (was broken by some Valheim update)
    • admins and mods will require this mod to be able to send commands from chat
v0.1.2
  • New ability to run commands by typing it in a chat and adding '/' before it e.g. /sleep
  • New permission tear - moderator
  • New console commands:
    • addMod - add user to moderator list
    • removeMod - remove user from moderator list
    • mods - print list of moderator steam ids in console
    • modCommands - list of commands available to moderators
  • New config options:
    • Show Chat - See in-game chat on server console
    • Commands Allowed for Mods - List of commands allowed to use by moderators using in-game chat
v0.1.1
  • New console commands:
    • tps - shows server updates/sec
    • version - show server and better server config version
  • Small fixes
v0.1.0
  • New console commands:
    • ip - shows server IP in the console
    • updateLists - force update admin/permitted/banned lists from files
  • New Config option:
    • Announce saves - announces when the server being saved
    • Game Description - allows you to choose what you want to be written under Game tab in Steam Server Browser
  • Small fixes and optimizations