Minecraft Captcha API mod 2026 download
logo
minecraft mod Captcha API

Captcha API

Game Version: 1.8.1
Total Downloads: 413
Updated: Oct 2, 2017
Created: Mar 17, 2017
Download Captcha APIDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Captcha-API-0.0.0.2-fix release 5.57 KB Oct 2, 2017 1.8.1 392 download Captcha API Captcha-API-0.0.0.2-fix releaseDownload

Screenshots

Description

Share this:

Build Status

 

THIS IS NOT A STANDALONE PLUGIN. THIS IS JUST AN API.

 

Captcha API is a simple API to provide a Captcha.

 

Check out the Source Code

 

This useful to protect your server against auto clicking Players or any type of macro.

Easy on Players hard on autoclickers

 

 

How it works:

When the Captcha gets triggered a GUI with random Items shows up where the suspected player has to click a certain item to successfully complete the captcha.

After the player fails the Captcha or closes the GUI more than 8 times the plugin sends out a warning to all players with the captcha.getwarning permission.

 

How to implement it:

//call the Captcha GUI
public void callCaptcha(Player player){
       ExecuteCaptcha(player);
}

 

 

Permissions:

captcha.getwarning

Receive a warning when a player fails the captcha more than 8 times

 

captcha.nocaptcha

Bypass the Captcha

 

Comments

Add a comment