WesJD / AnvilGUI

Capture user input in Minecraft through an anvil GUI in under 20 lines of code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is the version matcher broken?

titanbornMunky opened this issue · comments

I thought i had read something from bukkit saying you should not do any string manipulation to get the server version / nms version, and to only use dedicated methods. i bring this up because of this

image

image

image

I am shading it into my plugin

Based on the error message, I don't think this is related to #294. It looks like the version is being parsed correctly, but it can't find the class for that server version. Have you decompiled your jar and made sure the class exists in your jar?