Version 0.3 is finally out, hopefully, you'll love this one! You'll have to reset your config/language files.
- Added /captcha <player> command basically allowing to do all actions + get player information through a nice GUI that is customizable, like seen here:
(
https://i.gyazo.com/e775ea6881988487a6ce3c5b5d31aac2.gif)
- Added antiBadConnection in the antibot section with contents:
Code (YAML):
antiBadConnection
:
#Blocks any bad connection. A bad connection is based on the history of the IPs
enabled
: true
apiKey
:
""
#Create an account on https://www.ipqualityscore.com/create-account and then copy and paste your API key from https://www.ipqualityscore.com/documentation/proxy-detection/overview
blocks:
bot
: true
#Blocks IPs that are flagged as potential bots
abuse
: true
#Blocks IPs that are recorded to have an abuse history
vpn
: true
#Block any VPN connections
fraudScore
: 85
#Blocks player whose IP's fraud score is above this value
- Added the option to use IPQS (IP Quality Score) to block bad IPs. You will need to get your own API key through their website.
- Improved the overall codebase and more specifically the file management.
- Fixed a logical error where the players were not kicked if specified so in the actions of anything.
Did you know? Today, we ran a huge OQ Minebot attack on my 1GB test server. Only 2 bots were able to pass through, and they eventually got kicked after 20 seconds for not completing the captcha.