diff --git a/Terraria/serverconfig.txt b/Terraria/serverconfig.txt
index 433419a..c610abf 100644
--- a/Terraria/serverconfig.txt
+++ b/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.