[SPIGOT-3025] Players can create exceptions with hacked client Created: 20/Jan/17  Updated: 20/Jan/17  Resolved: 20/Jan/17

Status: Resolved
Project: Spigot
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major
Reporter: Jannik8500 Assignee: Unassigned
Resolution: Done Votes: 0
Labels: 1.11.2, error


 Description   

With the hacked client "LiquidBounce" (Exploits -> Console Spam), players are able to spam some exceptions in the console. The exception: http://pastebin.com/xGaritHV

On my test I don't used any plugin and no bungeecord.

 

Is there anything to do to catch this exception on spigot side?



 Comments   
Comment by md_5 [ 20/Jan/17 ]

That is the exception being caught.
Players are disconnected afterwards.

                } catch (Exception exception1) {
                    PlayerConnection.LOGGER.error("Couldn\'t sign book", exception1);
                    this.disconnect("Invalid book data!"); // CraftBukkit
                }
Generated at Tue Apr 08 02:45:52 UTC 2025 using Jira 10.3.3#10030003-sha1:d220e3fefc8dfc6d47f522d3b9a20c1455e12b7b.