Closed untuned closed 7 months ago
N/A
4.1.2
TAB tries to parse the relocated CraftBukkit package version, which is unsupported behavior. Forum post: https://forums.papermc.io/threads/paper-velocity-1-20-4.998/#post-2955
TAB not explicitly parsing the relocation version in https://github.com/NEZNAMY/TAB/blob/master/bukkit/src/main/java/me/neznamy/tab/platforms/bukkit/nms/BukkitReflection.java#L42
Use this server jar (1.20.4): https://github.com/PaperMC/testing/releases/tag/no-relocation
Error: https://paste.gg/p/anonymous/daa6410a07724776b8e9c5909ec12920
Dupe of #1220
Literally a few lines below it is a comment saying // Paper without CB relocation.
// Paper without CB relocation
Server version
N/A
TAB version
4.1.2
Describe the bug
TAB tries to parse the relocated CraftBukkit package version, which is unsupported behavior. Forum post: https://forums.papermc.io/threads/paper-velocity-1-20-4.998/#post-2955
Expected behavior
TAB not explicitly parsing the relocation version in https://github.com/NEZNAMY/TAB/blob/master/bukkit/src/main/java/me/neznamy/tab/platforms/bukkit/nms/BukkitReflection.java#L42
Steps to reproduce
Use this server jar (1.20.4): https://github.com/PaperMC/testing/releases/tag/no-relocation
Additional info
Error: https://paste.gg/p/anonymous/daa6410a07724776b8e9c5909ec12920
Checklist