This update has config file changes. Please make sure you make the amendments for the plugin to keep working. I'm also considering adding the ability to freeze players (cancel all events relating to the player) before they complete the captcha when joining the server for the first time. If you are interested in this feature and want it to be added, please either tell me in the threads or like this update. Thanks!
Changed: Made the chance of captchas triggering discrete for each event.
Added: Ability to toggle the block filter between blacklisting and whitelisting.
Add the following lines under PlayerFishEvent and EntityDamageByEntityEvent:
Code (YAML):
Enable : True
Chance : 1000
Add the following line under Block Filter Options:
Code (YAML):
#Whether to turn the filter into a whitelist. Invert : False
Remove the following lines:
Code (YAML):
#Chance for captcha to open. 1000 chance would be a 1/1000 chance for captcha to open. Chance : 1000