Hi Aternos Team, can you please add the following plugin?
Plugin name: FlameCord - Fix BungeeCord Netty Exploits 0.2.2
Plugin link: https://dev.bukkit.org/projects/flamecord
Description: Are you sick of paying people that drop your server for "security" that doesnt even work? Then FlameCord is for you!
FlameCord is a fork of Travertine that fixes Netty Exploits, keeps your console clean from unnecesary messages and orders your BungeeCord modules in a simpler way.
Netty is the API used by BungeeCord to establish connections with players.
Netty Exploits are exploits that lag the Netty threads to make the BungeeCord stop accepting connections. (ex: generating exceptions to prevent the connection from closing until timeout)
FlameCord simply fixes Netty Exploits by following this procedures:
· Flush() before closing a connection. (Closing them normally seems to keep the connection instead of closing it)
· Close on invalid request. (If a invalid request is done FlameCord closes the connection)
· Close on exception. (If a exception occurs because invalid data is sent FlameCord will close the connection)
Simple as it sounds, this is the only procedures you need to prevent Netty Exploits.
FlameCord has compatibility from 1.7 and forward.
Thank you!