ChunkItemLimiter is a lightweight Minecraft plugin that limits the number of ground items in each loaded chunk. This helps reduce lag caused by item spam and keeps the server performance stable.
- Automatically removes excess dropped items in loaded chunks
- Configurable item limit per chunk
- Configurable cleanup interval (in seconds)
- Reload configuration without restarting the server via command
# Maximum number of dropped item entities allowed per chunk
ground_items: 10000
# Interval in seconds to check all loaded chunks
cleanup_interval: 60