This plugin empties loot containers that players leave partially looted, ensuring they despawn so new ones can spawn in their place.
Configuration
JSON:
{
"Version": "1.0.0",
"Number Of Unlooted Items For Container Emptying": 1,
"Delay Before Emptying Container Seconds": 30.0,
"Remove Items Instead Of Dropping": false
}
Number Of Unlooted Items For Container Emptying
- If the container has this many or fewer items remaining, it will be scheduled for emptying.Delay Before Emptying Container Seconds
- Specifies how long to wait (in seconds) after a player stops looting a container before it is emptied.Remove Items Instead Of Dropping
- Determines whether the remaining items in the container are completely removed or dropped on the ground.