HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Verify Minecraft Username 1.2

Verifies usernames are premium minecraft usernames during registration. A special thanks to gabessdsp at vanillaforums.org for sponsoring this plugin.

This is tested working in 2.0.18.x and 2.1.

Only validates server side on 2.1.

Note: If you want to validate the usernames server side on 2.0.18.10, you will have to add the missing RegisterValidation events in /applications/dashboard/controllers/class.entrycontroller.php.

Add $this->FireEvent('RegisterValidation'); on lines 1018, 1060, 1122, and 1188.

https://github.com/hgtonight/Plugin-VerifyMCUser

Questions