Advertisement
Guest User

ORProtection_2.0.5_Settings

a guest
Dec 12th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.26 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>true</UseMySQL>
  5.   <SQLSettings>
  6.     <DB_Host>127.0.0.1</DB_Host>
  7.     <DB_Port>3306</DB_Port>
  8.     <DB_User>root</DB_User>
  9.     <DB_Pwrd>password</DB_Pwrd>
  10.     <DB_Name>unturned</DB_Name>
  11.     <Db_Table>ORP_Server1</Db_Table>
  12.   </SQLSettings>
  13.   <Settings>
  14.     <GroupsOnly>true</GroupsOnly>
  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.     <Debug>false</Debug>
  25.     <AutoDelete_Old_Data_Delay>14</AutoDelete_Old_Data_Delay>
  26.     <Vehicles>
  27.       <IgnoreIDs>
  28.         <unsignedShort>1</unsignedShort>
  29.         <unsignedShort>2</unsignedShort>
  30.       </IgnoreIDs>
  31.       <CustomMultiplier>
  32.         <CustomMultiplier>
  33.           <Id>1</Id>
  34.           <Indestructible>false</Indestructible>
  35.           <Multiplier>4</Multiplier>
  36.         </CustomMultiplier>
  37.         <CustomMultiplier>
  38.           <Id>2</Id>
  39.           <Indestructible>false</Indestructible>
  40.           <Multiplier>4</Multiplier>
  41.         </CustomMultiplier>
  42.       </CustomMultiplier>
  43.       <VehicleProtectTire>false</VehicleProtectTire>
  44.       <VehicleProtectDamage>true</VehicleProtectDamage>
  45.       <VehicleProtectLockpick>false</VehicleProtectLockpick>
  46.     </Vehicles>
  47.     <StrAndBar>
  48.       <IgnoreIDs>
  49.         <unsignedShort>1</unsignedShort>
  50.         <unsignedShort>2</unsignedShort>
  51.       </IgnoreIDs>
  52.       <CustomMultiplier>
  53.         <CustomMultiplier>
  54.           <Id>1</Id>
  55.           <Indestructible>false</Indestructible>
  56.           <Multiplier>4</Multiplier>
  57.         </CustomMultiplier>
  58.         <CustomMultiplier>
  59.           <Id>2</Id>
  60.           <Indestructible>false</Indestructible>
  61.           <Multiplier>4</Multiplier>
  62.         </CustomMultiplier>
  63.       </CustomMultiplier>
  64.     </StrAndBar>
  65.   </Settings>
  66. </ORProtectionConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement