Browse Source

Added warnings about Terraria path bug

pull/13/head
Marvin Lehmann 8 years ago
committed by GitHub
parent
commit
b90580a4a1
  1. 2
      Terraria/serverconfig.txt

2
Terraria/serverconfig.txt

@ -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 don’t 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.

Loading…
Cancel
Save