Captcha - bot protection system. This plugin will protect your server from unwanted visitors.
Plugin supports bungeecord!
config.yml
Code (YAML):
# the server to which the player will be transferred after passing the captcha sendPlayerTo: 'hub'
# name in the upper left corner of the inventory inventoryTitle: '&d&lPass the captcha'
# message when captcha fails kickMessage: '§cTry again'
# the name of the item you need to click on to complete the captcha correctItemTitle: '&a&oPass captcha'
# the name of the item you need to click on to fail the captcha incorrectItemTitle: '&c&oDo not press'
# error displayed on unsuccessful connection to the server errorConnectMessage: '&8
[&ci&8
] §fError when trying to connect to'
# the message that will be displayed if the captcha is not entered failedToEnter: '§cTime is over! Try again'
# time after which the player will be kicked if the captcha is not entered timeout: 40