mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-31 15:14:27 +02:00
9 lines
448 B
XML
9 lines
448 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<globalevents>
|
|
<globalevent type="startup" name="ServerStartup" script="startup.lua"/>
|
|
<globalevent type="record" name="PlayerRecord" script="record.lua"/>
|
|
<globalevent name="Server Save" time="07:55:00" script="serversave.lua" />
|
|
<globalevent name="Rookgaard Book" interval="5000" script="rookgaard_book.lua"/>
|
|
<globalevent name="PowerGamers" interval="60000" script="powergamers.lua"/>
|
|
</globalevents>
|