EntityLib/platforms
steve 38899e9ed3
feat: implement spigot entity id provider
The default EntityIdProvider would assign entity IDs starting from a fixed number, which caused visibility issues when multiple plugins used the library simultaneously. Since plugins would receive the same IDs, newer entities would overwrite existing ones on the client side, making them disappear.

This new implementation delegates to the server's native ID allocation system, ensuring unique IDs across all plugins.
2025-02-18 20:03:51 +01:00
..
spigot feat: implement spigot entity id provider 2025-02-18 20:03:51 +01:00
standalone Downgrading Gradle wrapper in order to test another build issue 2024-07-09 10:07:21 +02:00
velocity Fixed: bStats issue with PacketEvents 2.6.0 2024-11-04 15:27:47 +01:00