Last active 1748729361 Unlisted

TheGoldenBox2.configuration.xml Raw
1<?xml version="1.0" encoding="utf-8"?>
2<Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <hexDefaultMessagesColor>#2BC415</hexDefaultMessagesColor>
4 <!--Delay in seconds to auto sell all items in the player inventory-->
5 <autoSellDelay>20</autoSellDelay>
6 <!--Default auto sell slots available for users. Max: 255-->
7 <defaultAutoSellSlots>3</defaultAutoSellSlots>
8 <!--If player have a premium and a non premium multiplier, both multipliers will be added.-->
9 <specialPerms>
10 <PermissionMultiplier>
11 <Permission>multiplier.3</Permission>
12 <Multiplier>3.5</Multiplier>
13 <Premium>false</Premium>
14 </PermissionMultiplier>
15 <PermissionMultiplier>
16 <Permission>multiplier.vip</Permission>
17 <Multiplier>1.5</Multiplier>
18 <Premium>true</Premium>
19 </PermissionMultiplier>
20 </specialPerms>
21 <boxes>
22 <SellBox>
23 <Permission>box.player</Permission>
24 <Width>5</Width>
25 <Height>4</Height>
26 </SellBox>
27 <SellBox>
28 <Permission>box.vip</Permission>
29 <Width>8</Width>
30 <Height>10</Height>
31 </SellBox>
32 </boxes>
33 <dbServer>127.0.0.1</dbServer>
34 <dbPort>3306</dbPort>
35 <dbUser>root</dbUser>
36 <dbPassword>toor</dbPassword>
37 <dbDatabase>unturned</dbDatabase>
38</Configuration>