forked from Windy/Game-Server-Configs
Added warnings about Terraria path bug
This commit is contained in:
parent
c4f25518c5
commit
b90580a4a1
@ -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…
Reference in New Issue
Block a user