This update includes minor changes to the config.yml and messages.yml files. Please make the necessary changes to avoid errors.
Added: Command /captchas reload to reload config files without reloading plugin.
Added: Command /captchas (player) to open the captcha for a specified player. (Suggested by
@lattyhelp )
Added: Grace period option in Config.yml to allow players a period of time where clicking the wrong answer does not punish them. This is an alternative or addition to the warning feature previously added. (Suggested by
@Gethelp )
Changed: Additional lines added to Config.yml and Messages.yml as shown below.
Insert under FirstLogin:
Code (YAML):
#Time in seconds that captchas ignore wrong answers when they're first opened. #Set to 0 to disable. Grace : 2
Insert under Warning:
Code (YAML):
#Message sent when a player tries to click during the grace period. Grace : "&7Grace period! Please click the correct answer!"