-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1_16_R3 incompatible #164
Comments
same problem |
up to v1_16_R3 == 1.16.5 |
I checked my server with Bukkit.getBukkitVersion() and getServer().getClass().getPackage().getName() The plugin try to get the version with this.getServer().getClass().getPackage().getName().split("\.")[3]; I got v1_16_R3 this is right Oh I see there is no nms |
I figured it out. You need to shade the -plugin and not -api version because the api version does not include the nms packages thus not finding the classes. |
Yes you need
In Intellij you must exract the project to the root of your plugin. |
Describe the bug
A clear and concise description of what the bug is.
NPCLib usage option
NPCLib can be used in multiple ways, please provide the number corresponding to your usage option.
Option 3
NPCLib JAR name
npclib-plugin-2.12.1-SNAPSHOT.jar
Server version
E.g. CraftBukkit version git-Spigot-a1f2566-97b0057 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT) (use command
/version
)Purpur version git-Purpur-1131 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
To Reproduce
Steps to reproduce the behavior:
Just start your server With purpur 1.16.5
The text was updated successfully, but these errors were encountered: