Better Scalability: Can handle 100+ players without causing lag spikes
Smoother Performance: Work is distributed over time rather than in bursts
The plugin will now perform much better on servers with many players, as the load is distributed evenly over time, and containers aren't repeatedly scanned when multiple players access them.
New Configuration Options (config.yml):
players-per-scan: Controls how many players to scan per interval (default: 3, can be set to 4 or more)
container-cache-minutes: Duration in minutes to cache container scan results (default: 5)