Pledge
Pledge copied to clipboard
Bukkit transaction API for predicting when a server packet arrives at a client. Mainly intended for use in Minecraft anticheats.
The idea was that I wanted to kick a player when the "onPongReceiveInvalid" event triggered, however this has caused some problems Pledge listener code:  So I have this peace...
This is on 1.20.6, recently tried Pledge with a PacketEvents plugin to send transactions start/end of tick   Here is my configuration. Pledge is sending the pings and the...
I am currently using Pledge in my plugin, but whenever a server is whitelisted and a player isn't whitelisted the following error is printed: `[13:20:32 INFO]: Whitelist is now turned...