Advertisement
Guest User

BTPoliceUtilities Configuration

a guest
Jan 14th, 2023
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.68 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <BTPoliceUtilitiesConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <DatabaseSettings>
  4.     <DatabaseAddress>127.0.0.1</DatabaseAddress>
  5.     <DatabaseUsername>root</DatabaseUsername>
  6.     <DatabasePassword>password</DatabasePassword>
  7.     <DatabaseName>unturned</DatabaseName>
  8.     <DatabasePort>3306</DatabasePort>
  9.   </DatabaseSettings>
  10.   <useExp>true</useExp>
  11.   <useUconomy>false</useUconomy>
  12.   <ImmunityPermission>BTPoliceUtilities.Immunity</ImmunityPermission>
  13.   <PolicePermission>BTPolice.GetCalls</PolicePermission>
  14.   <PanicTuneEffectID>21850</PanicTuneEffectID>
  15.   <RequireReason>true</RequireReason>
  16.   <JailConfig>
  17.     <CommandRestrictionsBypassPerm>JailCommandPrevent.Bypass</CommandRestrictionsBypassPerm>
  18.     <PreventCommandUsage>false</PreventCommandUsage>
  19.     <MustBeCuffed>true</MustBeCuffed>
  20.     <MinimalJailTime>5</MinimalJailTime>
  21.     <MaximalJailTime>100000</MaximalJailTime>
  22.     <RequireReason>false</RequireReason>
  23.     <JailRadius>5</JailRadius>
  24.     <JailCommandRange>15</JailCommandRange>
  25.     <ReleasePoint>
  26.       <X>0</X>
  27.       <Y>0</Y>
  28.       <Z>0</Z>
  29.     </ReleasePoint>
  30.     <RestrictedCommand>
  31.       <CommandName>home</CommandName>
  32.       <CommandName>tpa</CommandName>
  33.       <CommandName>kit</CommandName>
  34.       <CommandName>fine</CommandName>
  35.       <CommandName>jail</CommandName>
  36.     </RestrictedCommand>
  37.   </JailConfig>
  38.   <Frisking>
  39.     <DropAllItems>false</DropAllItems>
  40.     <FriskingRange>10</FriskingRange>
  41.     <RequireCuffed>false</RequireCuffed>
  42.     <FriskingItems>
  43.       <Item IgnorePermission="Ignore.Admin" ItemId="17" />
  44.       <Item IgnorePermission="Ignore.Admin" ItemId="18" />
  45.     </FriskingItems>
  46.   </Frisking>
  47.   <TaserConfiguration>
  48.     <Tasers TaserID="363" TasedTime="15" TaserPermission="AllowTaser.MapleStrike">
  49.       <CancelDamage>false</CancelDamage>
  50.     </Tasers>
  51.     <Tasers TaserID="99" TasedTime="20" TaserPermission="AllowTaser.Cobra">
  52.       <CancelDamage>true</CancelDamage>
  53.     </Tasers>
  54.   </TaserConfiguration>
  55.   <DepartmentRanks>
  56.     <Department>
  57.       <DepartmentTag>OCPD</DepartmentTag>
  58.       <Ranks>
  59.         <Rank RankGroup="OCPD_Cadet" RankName="OCPD Cadet" />
  60.         <Rank RankGroup="OCPD_Officer" RankName="OCPD Officer" />
  61.         <Rank RankGroup="OCPD_SeniorOfficer" RankName="OCPD Senior Officer" />
  62.       </Ranks>
  63.     </Department>
  64.     <Department>
  65.       <DepartmentTag>SSPD</DepartmentTag>
  66.       <Ranks>
  67.         <Rank RankGroup="SSPD_Cadet" RankName="Sandy Shores Police Department Cadet" />
  68.         <Rank RankGroup="SSPD_Trooper" RankName="Sandy Shores Police Department Trooper" />
  69.       </Ranks>
  70.     </Department>
  71.   </DepartmentRanks>
  72.   <WebhookHolder>
  73.     <FineWebhook>https://discordapp.com/api/webhooks/{webhook.id}/{webhook.api}</FineWebhook>
  74.     <JailWebhook>https://discordapp.com/api/webhooks/{webhook.id}/{webhook.api}</JailWebhook>
  75.     <HireWebhook>https://discordapp.com/api/webhooks/{webhook.id}/{webhook.api}</HireWebhook>
  76.     <PromoteWebhook>https://discordapp.com/api/webhooks/{webhook.id}/{webhook.api}</PromoteWebhook>
  77.     <DemoteWebhook>https://discordapp.com/api/webhooks/{webhook.id}/{webhook.api}</DemoteWebhook>
  78.     <FireWebhook>https://discordapp.com/api/webhooks/{webhook.id}/{webhook.api}</FireWebhook>
  79.     <BlacklistWebhook>https://discordapp.com/api/webhooks/{webhook.id}/{webhook.api}</BlacklistWebhook>
  80.     <SetBailWebhook>https://discordapp.com/api/webhooks/{webhook.id}/{webhook.api}</SetBailWebhook>
  81.     <PayBailWebhook>https://discordapp.com/api/webhooks/{webhook.id}/{webhook.api}</PayBailWebhook>
  82.   </WebhookHolder>
  83.   <DebugMode>false</DebugMode>
  84. </BTPoliceUtilitiesConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement