Loot Protection

We all hate joining servers where loot zone are full or barricades and we have to ask admins to remove them. Here is the perfect solution for you. This plugin will prevent players from building at loot spawns.


Features

  • Prevents players from building at loot spawns
  • You can exclude certain barricades like generators or wood plats
  • No setup needed the plugin will auto detect all the spawn areas using the map bounds

Configuration

<?xml version="1.0" encoding="utf-8"?>
<LootProtectionPluginConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <BypassPermision>lootprotection.bypass</BypassPermision>
  <AllowedBuildings>
    <BuildingId>Portable Generator</BuildingId>
    <BuildingId>Industrial Generator</BuildingId>
    <BuildingId>Horde Beacon</BuildingId>
    <BuildingId>288</BuildingId>
    <BuildingId>289</BuildingId>
    <BuildingId>290</BuildingId>
    <BuildingId>291</BuildingId>
    <BuildingId>292</BuildingId>
    <BuildingId>293</BuildingId>
    <BuildingId>294</BuildingId>
    <BuildingId>295</BuildingId>
  </AllowedBuildings>
</LootProtectionPluginConfiguration>

Translations

<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Translation Id="BuildingNotAllowed" Value="You are not allowed to build near loot spawns" />
</Translations>