mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
14 lines
499 B
Text
14 lines
499 B
Text
![]() |
[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
|
||
|
|
||
|
[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
|