Guest User

ORProtection_2.7.0_Settings

a guest
May 14th, 2020
54
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.   <Settings>
  5.     <AutoDeleteOldDataDelay>14</AutoDeleteOldDataDelay>
  6.     <Debug>true</Debug>
  7.     <DelayBetweenMsg>5</DelayBetweenMsg>
  8.     <GroupsInGame>true</GroupsInGame>
  9.     <GroupsOnly>true</GroupsOnly>
  10.     <IgnoreRange>false</IgnoreRange>
  11.     <Indestructible>false</Indestructible>
  12.     <MsgWithMoreInformation>true</MsgWithMoreInformation>
  13.     <Multiplier>4</Multiplier>
  14.     <NeedDelayBetweenMsg>true</NeedDelayBetweenMsg>
  15.     <Range>50</Range>
  16.     <ShowMessage>true</ShowMessage>
  17.     <StrAndBar>
  18.       <CustomMultiplier>
  19.         <CustomMultiplier>
  20.           <Id>1</Id>
  21.           <Indestructible>false</Indestructible>
  22.           <Multiplier>4</Multiplier>
  23.         </CustomMultiplier>
  24.         <CustomMultiplier>
  25.           <Id>2</Id>
  26.           <Indestructible>false</Indestructible>
  27.           <Multiplier>5</Multiplier>
  28.         </CustomMultiplier>
  29.       </CustomMultiplier>
  30.       <IgnoreIDs>
  31.         <unsignedShort>1</unsignedShort>
  32.         <unsignedShort>2</unsignedShort>
  33.       </IgnoreIDs>
  34.     </StrAndBar>
  35.     <Vehicles>
  36.       <CustomMultiplier>
  37.         <CustomMultiplier>
  38.           <Id>1</Id>
  39.           <Indestructible>false</Indestructible>
  40.           <Multiplier>4</Multiplier>
  41.         </CustomMultiplier>
  42.         <CustomMultiplier>
  43.           <Id>2</Id>
  44.           <Indestructible>false</Indestructible>
  45.           <Multiplier>5</Multiplier>
  46.         </CustomMultiplier>
  47.       </CustomMultiplier>
  48.       <IgnoreIDs>
  49.         <unsignedShort>1</unsignedShort>
  50.         <unsignedShort>2</unsignedShort>
  51.       </IgnoreIDs>
  52.       <VehicleProtectDamage>true</VehicleProtectDamage>
  53.       <VehicleProtectLockPick>false</VehicleProtectLockPick>
  54.       <VehicleProtectTire>false</VehicleProtectTire>
  55.     </Vehicles>
  56.     <WaitDelay>600</WaitDelay>
  57.   </Settings>
  58.   <SqlSettings>
  59.     <DbHost>127.0.0.1</DbHost>
  60.     <DbName>unturned</DbName>
  61.     <DbPort>3306</DbPort>
  62.     <DbPwrd>password</DbPwrd>
  63.     <DbTable>ORP_Server1</DbTable>
  64.     <DbUser>root</DbUser>
  65.   </SqlSettings>
  66.   <UseMySql>true</UseMySql>
  67. </ORProtectionConfiguration>
Add Comment
Please, Sign In to add comment