Watch The Promotion Video
Overview
While the bot control menu is active, the player cannot move, break blocks, use commands, fish or teleport.
Since we block these directly on the server side, even when you try to do these while the menu is open with the help of a cheat, it is blocked.
Since we block these directly on the server side, even when you try to do these while the menu is open with the help of a cheat, it is blocked.
Checks
- Block Break Check
- Fishing Check
- Mob Attack Check [added in v3.0] (MythicMobs supports.)
Features:







Commands:
- /aabreload
Permission: aab.reload
Description: Reloads the plugin config.
YAML:
# ANTIAFK Plugin
# github.com/darkkandadr
# support discord: https://discord.com/invite/yUq4U5UC7H
# https://builtbybit.com/members/khalyis.423441/
# Toggle Checks
block-break-check: true
fishing-check: true
mob-attack-check: true
# Blacklisted Worlds [Worlds that will not be checked]
blacklisted-worlds:
- no_check_world
# Chances For Events
block-break-check-chance: 0.2
fishing-check-chance: 3
mob-attack-check-chance: 0.5
# Blockbreak Event Check List
block-break-event-check-list:
- COAL_ORE
- IRON_ORE
- GOLD_ORE
- DIAMOND_ORE
- REDSTONE_ORE
- EMERALD_ORE
- LAPIS_ORE
menu-title: '&6AntiBot &7activated, click &a{item}'
# Bot Check Menu Item List [MAX 9 ITEMS]
menu-items:
COAL_ORE: '&aCoal Ore'
DIRT: '&aDirt'
SAND: '&aSand'
IRON_ORE: '&aIron Ore'
GOLD_BLOCK: '&aGold Block'
GRASS_BLOCK: '&aGrass'
BEACON: '&aBeacon'
MINECART: '&aMinecart'
BUCKET: '&aBucket'
# Kick Options
kick-mode: true
kick-interval: 10
kick-message: '&4You have been kicked from the server because you did not complete bot control within 10 seconds.'
anti-rejoin: true
wrong-item-click-kick: false
wrong-item-click-kick-message: '&4You have been kicked from the server because you clicked the wrong item.'
# Plugin Reload Options
reload-message: '&6[AAB] &ePlugin reloaded.'
true-usage-message: '&6[AAB] &e/aabreload'