Browse Source

Updated Terraria config

..but the paths are not correctly interpreted at the moment (e.g. ~ or $HOME don't work and will be simply used as a string).
pull/13/head
Marvin Lehmann 8 years ago
committed by GitHub
parent
commit
0c9575ccea
  1. 17
      Terraria/serverconfig.txt

17
Terraria/serverconfig.txt

@ -18,6 +18,9 @@
#-lobby <friends> or <private> Allows friends to join the server or sets it to private if Steam is enabled
#-ip <ip address> Sets the IP address for the server to listen on
#-forcepriority <priority> Sets the process priority for this task. If this is used the "priority" setting below will be ignored.
#-disableannouncementbox Disables the text announcements Announcement Box makes when pulsed from wire.
#-announcementboxrange <number> Sets the announcement box text messaging range in pixels, -1 for serverwide announcements.
#-seed <seed> Specifies the world seed when using -autocreate
#remove the # in front of commands to enable them.
@ -27,8 +30,11 @@ 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).
autocreate=1
#Sets the world seed when using autocreate
#seed=AwesomeSeed
#Sets the name of the world when using autocreate
worldname=Terraria
worldname=world1
#Sets the difficulty of the world when using autocreate 0(normal), 1(expert)
difficulty=0
@ -40,10 +46,10 @@ maxplayers=8
port=7777
#Set the server password
password=p@55w0rd
password=
#Set the message of the day
motd=Please don’t cut the purple trees!
motd=Please don’t cut the purple trees!
#Sets the folder where world files will be stored
worldpath=~/.local/share/Terraria/Worlds/
@ -54,8 +60,9 @@ banlist=banlist.txt
#Adds addition cheat protection.
secure=1
#Sets the server language 1:English, 2:German, 3:Italian, 4:French, 5:Spanish
lang=1
#Sets the server language from its language code.
#English = en-US, German = de-DE, Italian = it-IT, French = fr-FR, Spanish = es-ES, Russian = ru-RU, Chinese = zh-Hans, Portuguese = pt-BR, Polish = pl-PL,
language=en-US
#Automatically forward ports with uPNP
#upnp=1

Loading…
Cancel
Save