Minecraft Cape Checker
With my recent ban from Mineplex. I've decided to pull all API calls from Cape Mods and check the capes!
Use your Minecraft username
url = "http://s.optifine.net/capes/" + username + ".png";
Use UUID with dashes.
url = "http://capes.labymod.net/capes/" + player.aK();
Use your Minecraft username
String CapeUrl = "https://www.minecraftcapes.co.uk/getCape.php?u=" + username;
Use UUID without dashes.
final MinecraftProfileTexture minecraftProfileTexture = new MinecraftProfileTexture("http://textures.5zig.net/textures/2/" + Utils.getUUIDWithoutDashes(gameProfile.getId()), new HashMap());
- OptiFine: http://s.optifine.net/capes/USERNAME.png
- LabyMod: http://capes.labymod.net/capes/USE-DASHES-UUID.png
- MinecraftCapes.co.uk: https://www.minecraftcapes.co.uk/getCape.php?u=USERNAME
- 5Zig: http://textures.5zig.net/textures/2/NODASHESUUID