forked from wbbaddons/JCoins
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoptions.xml
70 lines (59 loc) · 2.05 KB
/
options.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?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/option.xsd">
<import>
<categories>
<category name="jCoins">
<showorder>4</showorder>
</category>
<category name="jCoins.general">
<parent>jCoins</parent>
</category>
<category name="jCoins.receiveCoins">
<parent>jCoins</parent>
</category>
</categories>
<options>
<option name="module_jcoins">
<categoryname>module.community</categoryname>
<optiontype>boolean</optiontype>
<defaultvalue>1</defaultvalue>
<enableoptions><![CDATA[jCoins]]></enableoptions>
</option>
<option name="jcoins_statements_autocompress">
<categoryname>jCoins.general</categoryname>
<optiontype>boolean</optiontype>
<defaultvalue>0</defaultvalue>
</option>
<option name="jcoins_coins_tax">
<categoryname>jCoins.receiveCoins</categoryname>
<optiontype>integer</optiontype>
<defaultvalue>5</defaultvalue>
</option>
<option name="jcoins_receiveCoins_like">
<categoryname>jCoins.receiveCoins</categoryname>
<optiontype>integer</optiontype>
<defaultvalue>10</defaultvalue>
</option>
<option name="jcoins_receiveCoins_dislike">
<categoryname>jCoins.receiveCoins</categoryname>
<optiontype>integer</optiontype>
<defaultvalue>-5</defaultvalue>
</option>
<option name="jcoins_receiveCoins_createconversation">
<categoryname>jCoins.receiveCoins</categoryname>
<optiontype>integer</optiontype>
<defaultvalue>5</defaultvalue>
</option>
<option name="jcoins_receiveCoins_addconversationreply">
<categoryname>jCoins.receiveCoins</categoryname>
<optiontype>integer</optiontype>
<defaultvalue>2</defaultvalue>
</option>
<option name="jcoins_receiveCoins_useradd">
<categoryname>jCoins.receiveCoins</categoryname>
<optiontype>integer</optiontype>
<defaultvalue>50</defaultvalue>
</option>
</options>
</import>
</data>