Advanced image captcha plugin for PocketMine-MP.
RCaptcha is a plugin for PocketMine-MP (API 5) that enhances server security by requiring players to complete a map captcha when joining the server. It’s especially useful for preventing bots by ensuring only human players can interact or use protected commands.
.phar
file into your plugins/
directory from releases.config.yml
and messages.yml
.config.yml
captcha-settings:
captcha-protected-commands:
- 'op'
held-slot: 1 # 1 = first hotbar slot, -1 = offhand
mode: FIRSTJOIN # FIRSTJOIN, ALL, NONE
op-override: false
permission-override: false
disable-damage: true
disable-interact: true
blindness-effect: true
messages.yml
fail: '§7You failed the Captcha'
join: '§7Please type the text on the map in order to verify you''re a human being'
success: '§7You completed the Captcha'
blocked: '§cYou cannot do that operation.'
Version: 1.0.0
Downloads: 18
Updated: 4/30/2025
Supported API versions: 5.0.0 to 5.27.1
Categories: General, Anti-Griefing Tools
License: MIT