By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
UltimateCaptcha is a highly secure and customizable captcha plugin designed for PocketMine-MP 5.x. This plugin helps protect your server by requiring players to complete a captcha before they can interact with the world. It ensures that only legitimate players gain access while preventing automated bots from causing trouble.
config.yml
.UltimateCaptcha
folder in the plugins
directory of your PocketMine-MP server.config.yml
file located in plugins/UltimateCaptcha/resources/
to suit your needs.Here is an example config.yml
file:
Captcha:
ShowOnEveryJoin: false
MaxAttempts: 3
NotifyOnSuspicious: true
CaptchaType: "TEXT"
RandomTextLength: 6
UseCaseSensitive: true
ResendFormDelay: 0
BlockMovement: true
BlockInteract: true
BlockCommands: true
BlockChat: true
Messages:
Title: "§l§bUltimateCaptcha"
Description: "Please complete this captcha to unlock!"
WrongAnswer: "§cIncorrect captcha. Try again!"
CorrectAnswer: "§aYou have passed the captcha!"
SuspiciousAlert: "§cYou have exceeded the maximum attempts!"
BlockedInteract: "§cYou must complete the captcha first!"
Discord:
WebhookURL: "https://discord.com/api/webhooks/XXXXX/XXXXX"
SuspiciousMessage: "Player {player} might be a bot! Too many captcha failures."
Permission | Description | Default |
---|---|---|
ultimatecaptcha.command.captcha |
Allows players to use the /captcha command |
false |
ultimatecaptcha.bypass |
Allows players to bypass the captcha | op |
/captcha
: Forces the captcha form to appear again for the player using the command.ShowOnEveryJoin
is set to true
in config.yml
.MaxAttempts
), a Discord alert will be sent if NotifyOnSuspicious
is enabled.verifiedPlayers.yml
, ensuring they won’t see the captcha again unless ShowOnEveryJoin
is enabled.Contributions are welcome! Feel free to fork this repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for more details.
If you encounter any issues or have feature requests, please open an issue in the GitHub Issues section.
For further inquiries or support, please contact the plugin developer via GitHub.
Thank you for using UltimateCaptcha! Protect your server and enjoy a bot-free environment!
You can leave one review per plugin release, and delete or update your review at any time