-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Cannot load on 1.20.4 mojang-mapped Paper server #551
Comments
It may have been missed from the documentation, but when shading there's an extra step required in the |
Definitely missed that, thank you! However, the errors are appearing on both the plugin and shaded versions, not just the latter (the attached logs are from a server with only the CommandAPI plugin). Also, setting Off-topic question: why is calling |
I would have expected I'm currently away for the weekend (and Monday), so won't have an opportunity to investigate this further until early next week. With regards to why using |
Fixed for 9.4.1, due to release later today. Also fixed the need for |
Fixed in 9.4.1. |
CommandAPI version
9.4.0
Minecraft version
1.20.4
Are you shading the CommandAPI?
No
What I did
I put the mojang-mapped CommandAPI plugin inside the
plugins
folder and started a 1.20.4 mojang-mapped Paper server.What actually happened
A bunch of errors appeared in console.
What should have happened
CommandAPI should have loaded without errors.
Server logs and CommandAPI config
Logs: https://paste.gg/p/anonymous/181a4dcd5405451e919576b4857dee81
Other
I originally discovered this while upgrading UltimateAdvancementAPI from using CommandAPI
9.3.0
to9.4.0
. UltimateAdvancementAPI uses the shaded version, but the issue also occurs with the plugin version.Also, the issue doesn't occur in 1.20.5 and 1.20.6, but it's present in older versions (tested with mojang-mapped Paper 1.19.4 and 1.18.2).
The text was updated successfully, but these errors were encountered: