ZelLib is a lightweight utility library for Minecraft plugins that provides common functionality to reduce code duplication across projects. This library is designed to be used as a dependency by other plugins on your server.
Thread-safe multi-account detection system for tracking player IP addresses.
Key Capabilities:
- Track player IP addresses in real-time
- Detect alt accounts sharing the same IP
- Get player counts per IP address
- Thread-safe concurrent implementation
- Automatic cleanup when players disconnect