CryptoMorin / XSeries

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

[XSkull] - Unknown type error on 1.20.1 and below #263

Closed datatags closed 5 months ago

datatags commented 5 months ago

Description When attempting to use XSkull on 1.20.1 and below, an exception is thrown, mentioning Caused by: java.lang.RuntimeException: Unknown type 'GameProfile' -> 'GameProfile' in: public GameProfile fillProfileProperties(GameProfile profile, boolean flag); Full stack trace: https://pastebin.com/WWyLrDfm

Version XSeries master (e6e0e0777ff30bacd64d367a4acf78c9c0f10de2) This happens on Paper and Spigot 1.19.4 (or lower maybe?) - 1.20.1. A different error results on 1.18.2 and below, so I'm unsure if it's affected as well.