Updated to 1.20.6 + 1.20.1
Updated to all latest dependencies & libs.
Added anti-bot preventions for commands/chatting on join until player moves.
Fixed issue causing chat event to continue if cancelled by other major plugins.
Code (YAML):
# ==================================================
# ANTI-BOT
#
# what this does if true?
# - prevents from chatting on join until player moves.
# - prevents from using commands on join until player moves.
# ==================================================
anti-bot:
chat
: true
commands
: true
message
: '&c&lPrevention &8&l➟ &7Please move before performing this.'