summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstolenvw <stolenvw@hotmail.com>2021-04-02 18:12:19 -0400
committerstolenvw <stolenvw@hotmail.com>2021-04-02 18:12:19 -0400
commitbf99d7c230228385e5fa29b024301c3dfde8144e (patch)
treecc2f49caa282a33eaffaea75605d1befbaeba170
Valheim plus discord bot
-rw-r--r--README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0cfd714
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+# ValheimPlus-Discord_Bot
+Valheim Plus discord bot based off of [ckbaudio's valheim-discord-bot](https://github.com/ckbaudio/valheim-discord-bot)
+
+## Setup:
+**Working MySQL server is needed for this bot.**
+`table_info.sql` Has Table info for the database
+`pip install -r requirements.txt` To install Pyhton requirements.
+
+## [config.py](https://github.com/stolenvw/ValheimPlus-Discord_Bot/code/config.py)
+Edit this file with your info. Setting should be self-explanitory.
+
+Add `-logfile /location/to/file.log` to your start command to get a logfile.
+
+**Warning:** If using the `BepInEx/LogOutput.log` file you need to edit the **BepInEx.cfg** file `AppendLog = true` *If you do not set this and server is started before bot, or restarted without restarting bot it will not work.* When using the `LogOutPut.log` Extra Server Info World Zdos save info **will not be available**
+
+For `WORLDSIZE` user running the bot must have read permissions to the world.db.old file
+
+## Usage:
+`python3 plusbot.py` While in the `code` dir.
+`nohup python3 plusbot.py &` Too run in background.
+Or you can create a service to run `plusbot.py` under systemd
+
+**help** Shows available commands
+
+### Example Output:
+![](example/example.png)