Readme

Zombie Loot Manager

Set loot despawn times for Zombies and Animals. Can improve server performance.

Features

With this plugin, you can adjust the amount of time it takes for loot to disappear from the game world on your server.
This can help improve server performance by reducing the number of items on the ground.

Configuration

<?xml version="1.0" encoding="utf-8"?>
<ZombieLootManagerConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Debug>false</Debug>
  <ZombieLootDespawnEnabled>true</ZombieLootDespawnEnabled>
  <ZombieLootDespawnTimeSeconds>90</ZombieLootDespawnTimeSeconds>
  <AnimalLootDespawnEnabled>false</AnimalLootDespawnEnabled>
  <AnimalLootDespawnTimeSeconds>120</AnimalLootDespawnTimeSeconds>
</ZombieLootManagerConfiguration>