Guest User

ORP_Config

a guest
Aug 8th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.23 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ORProtectionConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <LicenseKey>00000000-0000-0000-0000-000000000000</LicenseKey>
  4.   <UseMySQL>false</UseMySQL>
  5.   <SQLSettings>
  6.     <DB_Host>localhost</DB_Host>
  7.     <DB_Port>3306</DB_Port>
  8.     <DB_User>root</DB_User>
  9.     <DB_Pwrd>12345</DB_Pwrd>
  10.     <DB_Name>unturned</DB_Name>
  11.     <Db_Table>ORP_Server1</Db_Table>
  12.   </SQLSettings>
  13.   <Settings>
  14.     <Debug>false</Debug>
  15.     <Wait_Delay>600</Wait_Delay>
  16.     <Ignore_Range>false</Ignore_Range>
  17.     <Range>50</Range>
  18.     <Indestructible>false</Indestructible>
  19.     <Multiplier>4</Multiplier>
  20.     <Show_Message>true</Show_Message>
  21.     <Need_Delay_Between_Msg>true</Need_Delay_Between_Msg>
  22.     <Delay_Between_Msg>5</Delay_Between_Msg>
  23.     <Msg_With_More_Information>false</Msg_With_More_Information>
  24.     <AutoDelete_Old_Groups_Delay>14</AutoDelete_Old_Groups_Delay>
  25.     <Vehicles>
  26.       <VehicleProtectTire>false</VehicleProtectTire>
  27.       <VehicleProtectDamage>true</VehicleProtectDamage>
  28.       <VehicleProtectLockpick>false</VehicleProtectLockpick>
  29.       <IgnoreIDs>
  30.         <unsignedShort>1</unsignedShort>
  31.         <unsignedShort>2</unsignedShort>
  32.       </IgnoreIDs>
  33.       <CustomMultiplier>
  34.         <CustomMultiplier>
  35.           <Id>1</Id>
  36.           <Indestructible>false</Indestructible>
  37.           <Multiplier>4</Multiplier>
  38.         </CustomMultiplier>
  39.         <CustomMultiplier>
  40.           <Id>2</Id>
  41.           <Indestructible>false</Indestructible>
  42.           <Multiplier>4</Multiplier>
  43.         </CustomMultiplier>
  44.       </CustomMultiplier>
  45.     </Vehicles>
  46.     <StrAndBar>
  47.       <IgnoreIDs>
  48.         <unsignedShort>1</unsignedShort>
  49.         <unsignedShort>2</unsignedShort>
  50.       </IgnoreIDs>
  51.       <CustomMultiplier>
  52.         <CustomMultiplier>
  53.           <Id>1</Id>
  54.           <Indestructible>false</Indestructible>
  55.           <Multiplier>4</Multiplier>
  56.         </CustomMultiplier>
  57.         <CustomMultiplier>
  58.           <Id>2</Id>
  59.           <Indestructible>false</Indestructible>
  60.           <Multiplier>4</Multiplier>
  61.         </CustomMultiplier>
  62.       </CustomMultiplier>
  63.     </StrAndBar>
  64.   </Settings>
  65. </ORProtectionConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment