1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 22:37:45 +00:00
sapphire/bin/config/zone.ini.default

18 lines
552 B
Text
Raw Normal View History

2018-06-10 16:40:15 +00: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]
DisconnectTimeout = 20
2018-06-23 21:05:31 +02:00
[ZoneNetwork]
ListenIp = 0.0.0.0
ListenPort = 54992
2018-06-10 16:40:15 +00:00
[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/zone.ini