Advertisement
voidpointer

Untitled

Mar 14th, 2021
910
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.67 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <BlockLimiterConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <LimitItems>
  4.     <LimitItem>
  5.       <Name>Refinery Limit</Name>
  6.       <BlockList>
  7.         <string>Refinery</string>
  8.       </BlockList>
  9.       <Exceptions />
  10.       <Limit>1</Limit>
  11.       <LimitFaction>false</LimitFaction>
  12.       <GridTypeBlock>AllGrids</GridTypeBlock>
  13.       <LimitGrids>false</LimitGrids>
  14.       <LimitPlayers>false</LimitPlayers>
  15.       <Punishment>ShutOffBlock</Punishment>
  16.       <IgnoreNpcs>false</IgnoreNpcs>
  17.       <RestrictProjection>false</RestrictProjection>
  18.       <LimitFilterType>None</LimitFilterType>
  19.       <LimitFilterOperator>LessThan</LimitFilterOperator>
  20.       <FilterValue>0</FilterValue>
  21.     </LimitItem>
  22.     <LimitItem>
  23.       <Name>Assembler Limit</Name>
  24.       <BlockList>
  25.         <string>Assembler</string>
  26.       </BlockList>
  27.       <Exceptions />
  28.       <Limit>3</Limit>
  29.       <LimitFaction>false</LimitFaction>
  30.       <GridTypeBlock>AllGrids</GridTypeBlock>
  31.       <LimitGrids>false</LimitGrids>
  32.       <LimitPlayers>false</LimitPlayers>
  33.       <Punishment>None</Punishment>
  34.       <IgnoreNpcs>false</IgnoreNpcs>
  35.       <RestrictProjection>false</RestrictProjection>
  36.       <LimitFilterType>None</LimitFilterType>
  37.       <LimitFilterOperator>LessThan</LimitFilterOperator>
  38.       <FilterValue>0</FilterValue>
  39.     </LimitItem>
  40.   </LimitItems>
  41.   <MaxBlocksSmallGrid>0</MaxBlocksSmallGrid>
  42.   <MaxBlocksLargeGrid>0</MaxBlocksLargeGrid>
  43.   <MaxBlockSizeShips>0</MaxBlockSizeShips>
  44.   <MaxBlockSizeStations>0</MaxBlockSizeStations>
  45.   <MaxBlockSizeProjections>0</MaxBlockSizeProjections>
  46.   <MaxSmallGrids>0</MaxSmallGrids>
  47.   <MaxLargeGrids>0</MaxLargeGrids>
  48.   <EnableLimits>true</EnableLimits>
  49.   <ServerName>Void's Server</ServerName>
  50.   <DenyMessage>Limit reached
  51. {BC} blocks denied
  52. BlockNames:
  53. {BL}</DenyMessage>
  54.   <ProjectionDenyMessage>{BC} blocks removed from Projection.
  55. BlockNames =
  56. {BL}</ProjectionDenyMessage>
  57.   <UseVanillaLimits>false</UseVanillaLimits>
  58.   <KillNoOwnerBlocks>false</KillNoOwnerBlocks>
  59.   <LogFileName>BlockLimiter-${shortdate}.log</LogFileName>
  60.   <GeneralException />
  61.   <EnableGridSpawnBlocking>false</EnableGridSpawnBlocking>
  62.   <EnableConvertBlock>false</EnableConvertBlock>
  63.   <BlockOwnershipTransfer>false</BlockOwnershipTransfer>
  64.   <MergerBlocking>false</MergerBlocking>
  65.   <Annoy>false</Annoy>
  66.   <PunishInterval>900</PunishInterval>
  67.   <AnnoyMessage>You're in violation of set limits.  Use [!blocklimit mylimit] to view which limits you've exceeded</AnnoyMessage>
  68.   <AnnoyInterval>300</AnnoyInterval>
  69.   <AnnoyDuration>15000</AnnoyDuration>
  70. </BlockLimiterConfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement