lenis0012 / LoginSecurity

Lightweight and secure user authentication for Bukkit Minecraft servers
https://www.spigotmc.org/resources/loginsecurity.19362/
Apache License 2.0
99 stars 84 forks source link

Add PacketType.Play.Client.WINDOW_CLICK to the inventory packet listener #298

Closed Deauthorized closed 1 year ago

Deauthorized commented 1 year ago

Prevents fiddling with the inventory of other players while not logged in by dropping incoming window click packets, as I noticed that if you spam click on a slot and then open and close the inventory it allows you to move items around, which is annoying.

Deauthorized commented 1 year ago

I probably should've slept