This plugin only works on BungeeCord server!
When updating on version 3.5+ is necessary to remove the config!
- AntiBot!
- Delay to reconnect!
- AntiProxy!
- LimitIP!
- Block fake nicks!
- Country Manager!
- Fully configurable!
- antibot.cmd.admin - For command /antibot
- antibot.alert.enabled - Alert for attacking bots
- antibot.alert.disabled - Alert for off attacking bots
- antibot.chat.bypass - Bypass for chat lock bypass permission
- antibot.command.bypass - Bypass for command block bypass permission
- antibot.kick.bypass - Bypass for kicking addictions of connected Player Uneviscerated from 'antibot'
- /antibot help - Show help!
- /antibot reload - Reload config!
- /antibot ban <ip> - Ban IP address!
- /antibot unban <ip> - Unban IP address!
- /antibot allow <ip> - Add ip to allow list!
- /antibot unallow <ip> - Remove ip from allow list!
English:
Code (Text):
#-----------------------
# AntiBotAttack Settings
#-----------------------
# remove_player_seconds - It is that when a player joins will be in list 5 seconds
# players_in_bot - This is when will 5 players in list, so AntiBot activated
# startup_server_wait_secconds - seconds from the start of the server to start AntiBot
# AutoBanning:
# remove_ip_seconds - It is that when a player ip joins will be in list 3 seconds
# ips_in_bot - This is when will 4 ips in list, so IP Ban
antibot:
enabled: true
disable_chat: true
startup_server_wait_secconds: 120
secconds_to_disable_antibot: 20
remove_player_seconds: 5
players_in_bot: 5
kick_message: '&eAntiBot&7> &cOngoing bots attacks... Please wait...'
kick_bot_message: '&eAntiBot&7> &cYou are bot!'
chat_disabled_message: '&eAntiBot&7> &cChat already disabled for bot attacks! Please wait..!'
alert_enabled: '&eAntiBot&7> &cAntiBot &7was enabled...'
alert_disabled: '&eAntiBot&7> &cAntiBot &7was disabled...'
block_commands:
enabled: true
message: '&eAntiBot&7> &cLogin and Registration is currently blocked for bot attacks!'
blocked:
- "/login"
- "/register"
- "/l"
- "/r"
- "/email"
auto_ip_banning_settings:
enabled: true
remove_ip_seconds: 3
ips_in_bot: 3
kick_message: '&eAntiBot&7> &cYour ip is blocked for Bot Attacks!'
#Limit IP
LimitIP:
enabled: true
limit: 3
kick_message: '&eLimitIP&7> &cOn server can be connected from one IP maximum of &e3 &cplayers!'
#Block fake nick Settings
block_fakenicks:
enabled: true
kick_message: '&eAntiBot&7> &cYou are fake (bot)!'
#Ping server list Settings
ping_server_list:
enabled: true
timeout: 120
kick_message: '&eAntiBot&7> &cRefresh your server list! (Ping server)'
#Waiting to reconnect Settings
reconnet_delay:
enabled: true
secconds: 15
kick_message: '&eDelay&7> &cPlease wait &a{SECCONDS}&c secconds to reconnect!'
#Proxy Settings
antiproxy:
enabled: true
kick_message: '&eAntiProxy&7> &cProxy is not allowed!'
#Countries settings:
countries_allowed:
enabled: false
kick_message: '&eCountryManager&7> &cYour country is blocked!'
allowed:
- Czech Republic
- Slovakia
Spanish: (by @zuhir )
- Stop your BungeeCord server!
- Upload plugin to FTP folder /plugins
- Start your BungeeCord server!
- Edit config.yml file in folder /plugins/AntiBotAttacks/ according to their needs
- Restart your BungeeCord server!
- Plugin works!
Delay to reconnect:
Spoiler
Kicking for bot attack:
Spoiler
Kicking for using proxy:
Spoiler
Alert messages:
Spoiler
Chat lock:
Spoiler
Kick for not pinged server:
Spoiler
Kick for blocked ip:
Spoiler
Kick for blocked country:
Spoiler
Kick for IP Limit:
Spoiler
Command block:
Spoiler