Advertisement
Guest User

Untitled

a guest
Jun 21st, 2021
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.72 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ProtectiveItemConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <ShouldCareAboutPowered>false</ShouldCareAboutPowered> <!-- Enables/Disables if the plugin should care about a protective item if they are powered or not. -->
  4.   <ProtectiveItems> <!-- A list of all protective items. -->
  5.     <ItemProtectionDef>
  6.       <ProtectionRadius>10</ProtectionRadius> <!-- The radius (in ingame units) that each item provides a protection in. -->
  7.       <ProtectingItems> <!-- A list of all the buildable IDs that protect with this radius. -->
  8.         <ItemId>288</ItemId>
  9.         <ItemId>289</ItemId>
  10.         <ItemId>290</ItemId>
  11.         <ItemId>291</ItemId>
  12.         <ItemId>292</ItemId>
  13.         <ItemId>293</ItemId>
  14.         <ItemId>294</ItemId>
  15.         <ItemId>295</ItemId>
  16.         <ItemId>1158</ItemId>
  17.         <ItemId>1243</ItemId>
  18.         <ItemId>1309</ItemId>
  19.         <ItemId>1310</ItemId>
  20.         <ItemId>1311</ItemId>
  21.         <ItemId>1312</ItemId>
  22.         <ItemId>1313</ItemId>
  23.         <ItemId>1314</ItemId>
  24.       </ProtectingItems>
  25.     </ItemProtectionDef>
  26.   </ProtectiveItems>
  27.   <CustomItemProtections> <!-- A list of custom override settings per player. -->
  28.     <CustomItemProtection>
  29.       <Permission>decay.vip</Permission> <!-- The permission for this custom configuration to apply. -->
  30.       <ProtectiveItems>
  31.         <ItemProtectionDef>
  32.           <ProtectionRadius>10</ProtectionRadius>
  33.           <ProtectingItems>
  34.             <ItemId>1050</ItemId>
  35.           </ProtectingItems>
  36.         </ItemProtectionDef>
  37.       </ProtectiveItems>
  38.     </CustomItemProtection>
  39.   </CustomItemProtections>
  40. </ProtectiveItemConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement