Terraria version the version of Terraria that is to be used.
You can use the full version number or the file number. (ex. 1.3.5.3 or 1353)
Get version numbers here - https://terraria.wiki.gg/wiki/Server#Downloads | TERRARIA_VERSION | latest | required|string|max:20 |
World Name The name for the world file. | WORLD_NAME | world | required|string|max:20 |
Max Players The maximum number of players a server will hold. | MAX_PLAYERS | 8 | required|numeric|max:255 |
World Size Defines the worlds size. 3 sizes 1 (small), 2 (medium), 3 (large). | WORLD_SIZE | 1 | required|numeric|in:1,2,3 |
Difficulty World Difficulty
Options: 0(normal), 1(expert), 2(master), 3(journey) | WORLD_DIFFICULTY | 3 | required|numeric|in:0,1,2,3 |
MOTD Server MOTD | SERVER_MOTD | Welcome! | required|string|max:128 |
World Seed The Seed to use when creating the World | WORLD_SEED | none | nullable|string|max:20 |
Password The password which should be used. | PASSWORD | none | nullable|string |
NPCStream Reduces enemy skipping but increases bandwidth usage. The lower the number the less skipping will happen, but more data is sent. 0 is off. | NPCSTREAM | 0 | required|int|between:0,60 |