-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
44 lines (39 loc) · 1.75 KB
/
package.xml
File metadata and controls
44 lines (39 loc) · 1.75 KB
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
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.xxschrandxx.wsc.minecraft-sync"
xmlns="https://www.woltlab.com"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.woltlab.com https://www.woltlab.com/XSD/5.4/package.xsd">
<packageinformation>
<packagename><![CDATA[Minecraft-Sync]]></packagename>
<packagename language="de"><![CDATA[Minecraft-Sync]]></packagename>
<packagedescription><![CDATA[Syncs Groups between Minecraft and WSC.]]></packagedescription>
<packagedescription language="de"><![CDATA[Synchronisiert Gruppen zwischen Minecraft und WSC.]]></packagedescription>
<version>2.1.2</version>
<date>2022-09-15</date>
</packageinformation>
<authorinformation>
<author><![CDATA[xXSchrandXx]]></author>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.0.0 RC 2">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="4.0.1">de.xxschrandxx.wsc.minecraft-linker</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="7.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
<excludedpackage version="5.0.0">de.xxschrandxx.wsc.minecraft-linker</excludedpackage>
</excludedpackages>
<instructions type="update" fromversion="2.1.1">
<instruction type="acpTemplate"/>
<instruction type="file"/>
</instructions>
<instructions type="install">
<instruction type="acpTemplate"/>
<instruction type="eventListener"/>
<instruction type="file"/>
<instruction type="language"/>
<instruction type="option"/>
<instruction type="template"/>
<instruction type="templateListener"/>
<instruction type="userGroupOption"/>
<instruction type="database">acp/database/install_de.xxschrandxx.wsc.minecraft-sync.php</instruction>
</instructions>
</package>