Pledge icon indicating copy to clipboard operation
Pledge copied to clipboard

Bukkit transaction API for predicting when a server packet arrives at a client. Mainly intended for use in Minecraft anticheats.

Results 3 Pledge issues
Sort by recently updated
recently updated
newest added

The idea was that I wanted to kick a player when the "onPongReceiveInvalid" event triggered, however this has caused some problems Pledge listener code: ![image](https://github.com/user-attachments/assets/28b9a18b-cc09-47af-a93f-a3401aad3a19) 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 ![image](https://github.com/ThomasOM/Pledge/assets/62041141/ded8d658-506b-443b-92d4-d69afd0f6677) ![image](https://github.com/ThomasOM/Pledge/assets/62041141/00f70436-b3d9-416d-86d0-4cc51abefeaa) 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...