[Paper 1.21.7] Legacy PlayerLoginEvent detected
x9nico opened this issue ยท 4 comments
- This issue is not solved in a development build
Describe the bug
A clear and concise description of what the bug is.
When I'm joining my Paper 1.21.7 Server with Protocollib on my Server, I have this warning:
To Reproduce
Steps to reproduce the behavior:
- Create 1.21.7 Paper Server
- Upload Protocollib on your Server
- Join your Server
- See error
Expected behavior
A clear and concise description of what you expected to happen.
it should works
Screenshots
If applicable, add screenshots to help explain your problem.
Version Info
Provide your ProtocolLib install info with /protocol dump
through pastebin.
Additional context
Add any other context about the problem here.
finally, a consequence of the paper hard fork. i feared this day would come. will require some thinking on how best to handle it since this event does not appear to exist in spigot
finally, a consequence of the paper hard fork. I feared this day would come. will require some thinking on how best to handle it, since this event does not appear to exist in Spigot
Mmmh, you can't try like a condition with the paper's mapping? If the paper's mapping exists (for example), you're using this event instead of the new one.
Or, you're filtering the /version (by checking the MC version)?