Skip to content

init.txt configuration

NoteFox edited this page Jun 2, 2020 · 23 revisions

How to use the init.txt

`// '[init]' says this is an init file, // just so it doesn't read an random file out of nothing // // Standart config // 'variable' 'name' = 'value' // '//' Comment

[init] logDefaultDir = ./log mapsDefaultDir = ./maps ftpDefaultDir = ./ftp

webPort = 5001 ftpPort = 5000

standardUserName = username standardUserPassword = password`

Clone this wiki locally