2019-01-07 22:11:52 +11:00
|
|
|
[Scripts]
|
|
|
|
; where compiled script modules are located
|
|
|
|
Path = ./compiledscripts/
|
|
|
|
; relative to Path, where we copy and load modules from
|
|
|
|
CachePath = ./cache/
|
|
|
|
; whether we should detect changes to script modules and reload them
|
|
|
|
HotSwap = true
|
|
|
|
|
|
|
|
[Network]
|
|
|
|
ListenIp = 0.0.0.0
|
|
|
|
ListenPort = 54992
|
|
|
|
DisconnectTimeout = 20
|
|
|
|
|
|
|
|
[General]
|
|
|
|
; Sent on login - each line must be shorter than 307 characters, split lines with ';'
|
|
|
|
MotD = Welcome to Sapphire!;This is a very good server;You can change these messages by editing General.MotD in config/config.ini
|
2021-12-02 17:34:27 +01:00
|
|
|
SkipOpening = true
|
2019-01-07 22:11:52 +11:00
|
|
|
|
2019-01-24 22:33:01 +01:00
|
|
|
[Navigation]
|
|
|
|
MeshPath = navi
|
|
|
|
|
2019-01-07 22:11:52 +11:00
|
|
|
[Housing]
|
|
|
|
; Set the default estate name. {0} will be replaced with the plot number
|
|
|
|
DefaultEstateName = Estate ${0}
|