Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
BetterServerConfig
Makes it easier to change settings on your Valheim server, and adds bash console commands, also adds more backups
| Date uploaded | 5 years ago |
| Version | 0.0.70 |
| Download link | LTmadness-BetterServerConfig-0.0.70.zip |
| Downloads | 351 |
| Dependency string | LTmadness-BetterServerConfig-0.0.70 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2100README
ValheimBetterServerConfig
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
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
Changes
v0.0.70
- Reworked comand system
- Fixed Shutdown command
- Fixed visable setting
v0.0.60
- Added new commands:
- say - to say something to players in server as server
- yell - to shout something at players in server as server
- config - displays all of the information you have set in config as a list
- Added new config option:
- Server Username - the name thats displayed for a server when say/yell command used
- Fixed shutdown command
- Small fixes and optimisations
v0.0.55
- Hot fix for change done in Valheim 0.147.3 update
v0.0.50
- Added configurable backup system that puts set amount of backups(1 per save) into folder with your world name
- Added new command for server bash console:
- sleep - fast forward to next morning
- Code cleanup/fixes
v0.0.40
- Added even more commands to bash console:
- unpermit [ip/userID] - remove user from permitted user list
- addAdmin [userID] - add user to admin list
- removeAdmin [userID] - remove user from admin list
- admins - list of admin user ids
- save - save server
- shutdown - shutdown the server
- difficulty [nr] - force difficulty
- Small fixes
v0.0.30
- Added console commands that can be run from server side using bash console:
- kick [name/ip/userID] - kick user
- ban [name/ip/userID] - ban user
- unban [ip/userID] - unban user
- banned - list banned users
- permit [ip/userID] - add user to permitted user list
- permitted - list permitted users
- Small fixes