-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
37 lines (37 loc) · 1.59 KB
/
package.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
36
37
<?xml version="1.0" encoding="UTF-8"?>
<package 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/6.0/package.xsd" name="eu.hanashi.wsc.teamspeak-api">
<packageinformation>
<!-- eu.hanashi.wsc.teamspeak-api -->
<packagename>TeamSpeak API</packagename>
<packagename language="de">TeamSpeak-API</packagename>
<packagedescription>API for TeamSpeak server query.</packagedescription>
<packagedescription language="de">API für TeamSpeak Serverquery.</packagedescription>
<version>3.2.0</version>
<date>2024-08-31</date>
<license>https://creativecommons.org/publicdomain/zero/1.0/deed.en</license>
</packageinformation>
<authorinformation>
<author>Hanashi Development</author>
<authorurl>https://hanashi.dev/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.1.0 Beta 1">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="7.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file"/>
<instruction type="acpTemplate"/>
<instruction type="language"/>
<instruction type="acpMenu"/>
<instruction type="userGroupOption"/>
<instruction type="option"/>
<instruction type="database">acp/database/install_eu.hanashi.wsc.teamspeak-api.php</instruction>
</instructions>
<instructions type="update" fromversion="3.1.*">
<instruction type="file"/>
<instruction type="acpTemplate"/>
<instruction type="acpMenu"/>
</instructions>
</package>