*Facepalms* that's a way better solution, I load in all libraries anyway, just did that. Still thoughwhen I try to create an instance with its constructor (UUID, String),
it will still expect (String, String),
exactly in the way reflection sees it. I think it may be some kind of security measure or something.
it will still expect (String, String),
Code:
java.lang.NoSuchMethodError: com.mojang.authlib.GameProfile.<init>(Ljava/util/UUID;Ljava/lang/String;)V
exactly in the way reflection sees it. I think it may be some kind of security measure or something.