Hot Summer Deals are Here!
Celebrate with up to 90% off on 15,400 resources
04
Days
11
Hours
53
Mins
03
Secs

Anti Bot

Status
This thread has been locked.

PyroFT

Owner of BossCraft
Premium
Feedback score
0
Posts
395
Reactions
91
Resources
0
Hello, I need a sort of “Anti-Bot” plugin. The idea is if accounts joins with the same ip 4 or 6 (or any customizable amount) times, that it would disconnect the next account that attempts to connect. I need it to support the new UUID system. It needs to enforce that the players are only kicked, not IP-Check’s auto-ban system.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

PyroFT

Owner of BossCraft
Premium
Feedback score
0
Posts
395
Reactions
91
Resources
0
Sorry, idc how cheap your going to sell it I aready made a deal with synic.
 

PyroFT

Owner of BossCraft
Premium
Feedback score
0
Posts
395
Reactions
91
Resources
0
I don't need it for a bungeecore.
I only need it for my hub.[DOUBLEPOST=1423230437,1423230384][/DOUBLEPOST]Because that's the only way for them to connect to my network
 

Synic

Programmer
Premium
Feedback score
0
Posts
490
Reactions
250
Resources
0
The code he provided doesn't complete your task.[DOUBLEPOST=1423232592,1423232210][/DOUBLEPOST]The task was to allow only a certain number of accounts to connect to a server that share the same IP.

He has a HashMap which takes in a String key and I'm assuming an Integer value. But the value does not update everytime a new account with a new UUID joins with the same IP.
 

PyroFT

Owner of BossCraft
Premium
Feedback score
0
Posts
395
Reactions
91
Resources
0
The code he provided doesn't complete your task.[DOUBLEPOST=1423232592,1423232210][/DOUBLEPOST]The task was to allow only a certain number of accounts to connect to a server that share the same IP.

He has a HashMap which takes in a String key and I'm assuming an Integer value. But the value does not update everytime a new account with a new UUID joins with the same IP.
But it well block spam bots right? It should if you limited the ips it should auto kick them.
 

Synic

Programmer
Premium
Feedback score
0
Posts
490
Reactions
250
Resources
0
But it well block spam bots right? It should if you limited the ips it should auto kick them.
As long as the bots don't connect from different IP's then yes.

The way it works is that my plugin will log the UUIDs of accounts that share the same IP until the limit is reached. If the limit is 2, the 2 accounts can be mapped and the 3rd account that tries to join will be kicked/disconnected.
 

Synic

Programmer
Premium
Feedback score
0
Posts
490
Reactions
250
Resources
0
Okay I added you on skype btw

Mhmm. I accepted it. I'm almost done with school (in physics class atm >_<). I'll be home in an hour or so. Sorry for the wait!
 
Status
This thread has been locked.
Top