Added warnings about Terraria path bug

This commit is contained in:
Marvin Lehmann 2017-06-13 20:16:13 +02:00 committed by GitHub
parent c4f25518c5
commit b90580a4a1

View File

@ -25,6 +25,7 @@
#remove the # in front of commands to enable them.
#Load a world and automatically start the server.
#WARNING: Environment variables ($HOME, ~) don't work yet, so the stated file will be relatively loaded from "serverfiles" if the given path is relative.
world=~/.local/share/Terraria/Worlds/world1.wld
#Creates a new world if none is found. World size is specified by: 1(small), 2(medium), and 3(large).
@ -52,6 +53,7 @@ password=
motd=Please dont cut the purple trees!
#Sets the folder where world files will be stored
#WARNING: Environment variables ($HOME, ~) don't work yet, so the stated folder will be relatively created in "serverfiles" if the given path is relative.
worldpath=~/.local/share/Terraria/Worlds/
#The location of the banlist. Defaults to "banlist.txt" in the working directory.