CryptoMorin / XSeries

Library for cross-version Minecraft Bukkit support and various efficient API methods.
https://www.spigotmc.org/threads/378136/
MIT License
390 stars 128 forks source link

[Titles] - NoSuchFieldException on MC 1.20.1 #215

Closed demengc closed 1 year ago

demengc commented 1 year ago

Description A NoSuchFieldException is thrown when using the Titles utility with Minecraft server version 1.20.1 (Pufferfish). Stack trace: https://pastebin.com/3rXTi6Vm Code: https://github.com/Demeng7215/PluginBase/blob/master/pluginbase-core/src/main/java/dev/demeng/pluginbase/menu/MenuManager.java#L121

Version MC 1.20.1, XSeries v4.9.0

CryptoMorin commented 1 year ago

You're using XSeries v4.9.0? Did you mean v9.4.0? If so, that's still certainly not true, because your error shows otherwise. Either that or you're not actually running this on MC v1.20.1

demengc commented 1 year ago

Whoops— it was a shading issue on my end. Sorry for the inconvenience.