Skip to content

JustOneMoreBlock/capecheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

capecheck

Minecraft Cape Checker

With my recent ban from Mineplex. I've decided to pull all API calls from Cape Mods and check the capes!

OptiFine

Use your Minecraft username

        url = "http://s.optifine.net/capes/" + username + ".png";

LabyMod

Use UUID with dashes.

        url = "http://capes.labymod.net/capes/" + player.aK();

MinecraftCapes.co.uk

Use your Minecraft username

    String CapeUrl = "https://www.minecraftcapes.co.uk/getCape.php?u=" + username;

5Zig

Use UUID without dashes.

    final MinecraftProfileTexture minecraftProfileTexture = new MinecraftProfileTexture("http://textures.5zig.net/textures/2/" + Utils.getUUIDWithoutDashes(gameProfile.getId()), new HashMap());

Links

About

Minecraft Cape Checker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages