Advertisement
Guest User

Untitled

a guest
Mar 11th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <DatabaseAddress>localhost</DatabaseAddress>
  4. <DatabaseUsername>root</DatabaseUsername>
  5. <DatabasePassword>5941396bom</DatabasePassword>
  6. <DatabaseName>unturned</DatabaseName>
  7. <DatabaseTableName>LPX</DatabaseTableName>
  8. <DatabaseTableGroup>LPXGroups</DatabaseTableGroup>
  9. <DatabaseKit>Kits</DatabaseKit>
  10. <DatabasePort>3306</DatabasePort>
  11. <LPXEnabled>true</LPXEnabled>
  12. <IncomeEnabled>true</IncomeEnabled>
  13. <KitsEnabled>true</KitsEnabled>
  14. <KitCooldownApplyToAll>true</KitCooldownApplyToAll>
  15. <KitCooldownResetOnDeath>false</KitCooldownResetOnDeath>
  16. <IncomeInterval>1800</IncomeInterval>
  17. <AutoRemoveEnabled>false</AutoRemoveEnabled>
  18. <AutoRemoveDays>30</AutoRemoveDays>
  19. <AutoAddDefault>true</AutoAddDefault>
  20. <DatabaseCarOwners>Car</DatabaseCarOwners>
  21. <AllowCarOwnerShip>false</AllowCarOwnerShip>
  22. <DriveUnownedCar>false</DriveUnownedCar>
  23. <LicencePrice>100</LicencePrice>
  24. <FuelPrice>1.3</FuelPrice>
  25. <RepairPrice>2</RepairPrice>
  26. <CanBuyItems>true</CanBuyItems>
  27. <CanBuyVehicles>true</CanBuyVehicles>
  28. <CanSellItems>true</CanSellItems>
  29. <QualityCounts>true</QualityCounts>
  30. <EnableShop>true</EnableShop>
  31. <EnableAutoDBUpdate>false</EnableAutoDBUpdate>
  32. <DatabaseItemShop>uconomyitemshop</DatabaseItemShop>
  33. <DatabaseVehicleShop>uconomyvehicleshop</DatabaseVehicleShop>
  34. <SaleEnable>false</SaleEnable>
  35. <SalePercentage>15</SalePercentage>
  36. <minNextSaleTime>600</minNextSaleTime>
  37. <maxNextSaleTime>1200</maxNextSaleTime>
  38. <SaleTime>3</SaleTime>
  39. <AllowAuction>false</AllowAuction>
  40. <DatabaseAuction>AuctionShop</DatabaseAuction>
  41. </Configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement