minecraft bot prevention

Status
This thread has been locked.

will01mack

Feedback score
1
Posts
27
Reactions
6
Resources
0
So this one (or might have been multiple) botter has been on my mc server a few times in the past month or 2 and I need to stop them. Does anyone know of a plugin or something that I can use? Maybe some sort of verification system to join the server.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Stefatorus

Experienced Java Developer & SysAdmin
Premium
Feedback score
7
Posts
0
Reactions
99
Resources
0
If the attack is small, an antibot such as JH_Antibot (created by a person that runs a bot attack platform) is enough. If you want to be able to resist large amounts of connections, I suggest using a Layer 7 firewall in order to limit syn connections.

I have such a firewall implementation done already. You can access it here. It's open-sourced:
https://github.com/Stefatorus/StefAntiBot/

If you're looking for something more advanced, you'd be looking at automatic whitelisting of verified players and potentially a queue system to block volumetric attacks from happening.
 

UnknownT

Supreme
Feedback score
12
Posts
65
Reactions
28
Resources
0
I’d recommend that you start with at least an anti vpn as this will block simple spam attacks, after that if the problem is still occurring you may want to get a plug-in as suggested.
Even something as simple as not allowing players to type without moving can be a prevention for this but the bots will still be active on the server.
 
Status
This thread has been locked.
Top