Advertisement
Guest User

BanditPlugin - Static-Interface Software Solutions

a guest
Jul 18th, 2017
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.02 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <BanditConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.   <LicenseKey>00000000-0000-0000-0000-000000000000</LicenseKey>
  4.   <SQL>true</SQL>
  5.   <SQLHost>127.0.0.1</SQLHost>
  6.   <SQLPort>3306</SQLPort>
  7.   <SQLUsername>root</SQLUsername>
  8.   <SQLPassword />
  9.   <SQLDatabase>Unturned</SQLDatabase>
  10.   <SQLArrestTable>arrest</SQLArrestTable>
  11.   <SQLRobTable>rob</SQLRobTable>
  12.   <SQLRaidTable>raid</SQLRaidTable>
  13.   <ArrestMaxDistance>10</ArrestMaxDistance>
  14.   <RobMaxDistance>5</RobMaxDistance>
  15.   <ArrestEffect>true</ArrestEffect>
  16.   <RobEffect>true</RobEffect>
  17.   <RaidEffect>true</RaidEffect>
  18.   <Mission_Complete_Effect>true</Mission_Complete_Effect>
  19.   <Mission_Failed_Effect>true</Mission_Failed_Effect>
  20.   <AllowAssistPlayersStopAction>true</AllowAssistPlayersStopAction>
  21.   <ArrestCooldown>120</ArrestCooldown>
  22.   <RobCooldown>80</RobCooldown>
  23.   <RaidCooldown>500</RaidCooldown>
  24.   <ArrestMaxTime>1000</ArrestMaxTime>
  25.   <RobMaxTime>250</RobMaxTime>
  26.   <RaidMaxTime>2500</RaidMaxTime>
  27.   <RaidDelay>20</RaidDelay>
  28.   <ArrestColor>Yellow</ArrestColor>
  29.   <ArrestShowNearestCity>true</ArrestShowNearestCity>
  30.   <ArrestShowInputCity>false</ArrestShowInputCity>
  31.   <ArrestAssistColor>Blue</ArrestAssistColor>
  32.   <ArrestLastColor>Magenta</ArrestLastColor>
  33.   <ArrestOverColor>Green</ArrestOverColor>
  34.   <ArrestOverTimeColor>Red</ArrestOverTimeColor>
  35.   <RobShowNearestCity>true</RobShowNearestCity>
  36.   <RobShowInputCity>false</RobShowInputCity>
  37.   <RobColor>Yellow</RobColor>
  38.   <RobAssistColor>Blue</RobAssistColor>
  39.   <RobLastColor>Magenta</RobLastColor>
  40.   <RobOverColor>Green</RobOverColor>
  41.   <RobOverTimeColor>Red</RobOverTimeColor>
  42.   <RaidSoonColor>Yellow</RaidSoonColor>
  43.   <RaidColor>Yellow</RaidColor>
  44.   <RaidAssistColor>Blue</RaidAssistColor>
  45.   <RaidLastColor>Magenta</RaidLastColor>
  46.   <RaidOverColor>Green</RaidOverColor>
  47.   <RaidOverTimeColor>Red</RaidOverTimeColor>
  48.   <LogDamagedOtherPlayer>false</LogDamagedOtherPlayer>
  49. </BanditConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement