as of 16th March 2025, it was patched by mojang and the method will not going to work, i'll make this repo public archive as this is a history.
This guide explains how to claim the Minecraft 15th Anniversary Cape even after the official event ends.
Ensure you are signed in with the correct Minecraft account before proceeding.
- Open the official Minecraft 15th Anniversary website.
- Right-click anywhere on the page and select Inspect (or press
F12
). - Navigate to the Console tab.
- Paste the following code into the console and press
Enter
:
const mcToken = JSON.parse(localStorage.getItem('MCToken')).mcToken;
fetch("https://net.web.minecraft-services.net/api/v1.0/grant/offer?offer=7118a7d5-240e-4f6d-8959-5269ba041938", {
"headers": {
"accept": "*/*",
"accept-language": "en-US,en;q=0.9",
"authorization": mcToken,
"content-type": "application/json",
"priority": "u=1, i",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": "Windows",
"sec-fetch-dest": "empty",
"sec-fetch-mode": "cors",
"sec-fetch-site": "cross-site"
},
"referrer": "https://www.minecraft.net/",
"referrerPolicy": "strict-origin-when-cross-origin",
"body": null,
"method": "PUT",
"mode": "cors",
"credentials": "include"
})
.then(response => {
console.log('Status Code:', response.status);
});
- Type
allow pasting
in the console if prompted. - Wait 10 to 45 minutes for the cape to appear in your Minecraft profile.
Yes, The Method is genuine because this code is acts as the button of redemption page that got removed, this code send a API request to Minecraft Servers.
You will receive the cape within 10 to 45 minutes.
Yes, the cape will be available in both editions.
Yes, you will receive the cape in the edition you own.
No, Mojang is aware of this method but has not patched it. Since this cape is part of the 15th Anniversary Celebration, Mojang will not ban any accounts for claiming it.