forked from wbbaddons/JCoins
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcronjob.xml
35 lines (34 loc) · 1.37 KB
/
cronjob.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/cronjob.xsd">
<import>
<cronjob>
<classname>wcf\system\cronjob\JCoinsDailyTaxCronjob</classname>
<description><![CDATA[jCoins daily Tax]]></description>
<description language="de"><![CDATA[Zieht die täglichen Steueren ab]]></description>
<startminute>22</startminute>
<starthour>4</starthour>
<startdom>*</startdom>
<startmonth>*</startmonth>
<startdow>*</startdow>
<active>1</active>
<canbeedited>0</canbeedited>
<canbedisabled>1</canbedisabled>
<!-- sollte das Forum mehr als einen Tag nicht besucht werden, werden die Steuern trotzdessen abgezogen -->
<execmultiple>1</execmultiple>
</cronjob>
<cronjob>
<classname>wcf\system\cronjob\JCoinsRemoveUserPremiumCronjob</classname>
<description><![CDATA[remove premium user groups]></description>
<description language="de"><![CDATA[Löscht User aus den Premiumbenutzergruppen]]></description>
<startminute>0</startminute>
<starthour>0</starthour>
<startdom>*</startdom>
<startmonth>*</startmonth>
<startdow>*</startdow>
<active>1</active>
<canbeedited>0</canbeedited>
<canbedisabled>0</canbedisabled>
<execmultiple>0</execmultiple>
</cronjob>
</import>
</data>