summaryrefslogtreecommitdiff
path: root/code/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'code/config.py')
-rw-r--r--code/config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/code/config.py b/code/config.py
index ea7abdc..30e7f16 100644
--- a/code/config.py
+++ b/code/config.py
@@ -3,8 +3,12 @@
# IMPORTANT! You must have a log for event reports and death leaderboards
# logs are achieved by using -logfile flag on launch, or by logging stdout
# Windows Users use forward slashes
+# Path to your log file
file = '/var/log/valheim.log'
+# Path to Valheim Plus config file (Only needed if using optional pluscmds)
+vplusfile = '/home/user/valheim/BepInEx/config/valheim_plus.cfg'
+
BOT_TOKEN = ""
# Change ? to command prefix you want to use