tcpshield plugin broken
Describe the bug
A clear and concise description of what the bug is.
[TCPShield] Plugin TCPShield v2.5 has failed to register events for class net.tcpshield.tcpshield.bukkit.paper.handler.PaperHandshakeHandler because com/destroystokyo/paper/event/server/PaperServerListPingEvent does not exist.
Bug on latest Is the bug on the latest version of WindSpigot? yes
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen. obv
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here. it does work on legacy paper
This seems to be due to the backport of a modern Paper event. This makes the plugin think that it is running on modern Paper, and causes it to listen to events that aren't even on WindSpigot.
so is it possible to fix?
Removing the backported event should fix it, but it seems like you will need ProtocolLib to run the plugin.
It's caused by the plugin finding PlayerHandshakeEvent and also expecting PaperServerListPingEvent. Another possible fix would be to implement PaperServerListPingEvent which would probably be better.
so?
@windcolor-dev I beg for your attention here