
LimboAPI
LimboAPI - библиотека для Velocity, которая позволяет отправлять игроков на виртуальные серверы (limbo). Используется для создания систем авторизации, антибота и других решений на Minecraft-прокси.
Список изменений
fix: correct BlockEntityVersion range for MC 26.2 to fix dependency resolution (#263)
- fix: correct BlockEntityVersion range for MC 26.2 to fix dependency resolution
Fixed an issue where downstream plugins (such as LimboAuth) fail to depend on LimboAPI when running on Minecraft 26.2.
This was caused by the BlockEntityVersion range being outdated for 26.2. This PR updates the version range to ensure that dependency resolution works correctly for dependent plugins on this Minecraft version.
- fix: updated BlockEntityVersion range per review
Co-authored-by: UserNugget 47762903+UserNugget@users.noreply.github.com
Co-authored-by: UserNugget 47762903+UserNugget@users.noreply.github.com
