NEZNAMY / TAB

"That" TAB plugin.
Apache License 2.0
904 stars 246 forks source link

TAB incompatible with future versions of Paper #1261

Closed untuned closed 7 months ago

untuned commented 7 months ago

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

untuned commented 7 months ago

Dupe of #1220

NEZNAMY commented 7 months ago

Literally a few lines below it is a comment saying // Paper without CB relocation.