TransWikia.com

Checking whether a minecraft account is a part of MCleaks

Arqade Asked by Curiouscase on March 22, 2021

I am looking for a program/ piece of code that I can implement to prove that a Minecraft uuid is being used by MCLeaks (the service for free Minecraft alts). I’ve found some server plugins on the web, but I didn’t come across any implementable pieces of code that I can use to check whether a given uuid is a part of MCleaks or not. Any help is appreciated.

One Answer

This api will let you do just that: https://github.com/TheMrGong/MCLeaksApiClient

You can check if a UUID is part of MCLeaks using this code:

MCLeaksAPI api = MCLeaksAPI.builder()
                .threadCount(2)
                .expireAfter(10, TimeUnit.MINUTES).build();
if(api.checkAccount(uuid).isMCLeaks()) {
    // Do stuff
}

Answered by MrParrot on March 22, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP