Back up first. Copy your whole world folder somewhere safe before replacing anything. This tool only reads the file you give it, but a backup costs nothing.
Your files never leave your computer. Everything runs in your browser; this page makes no network requests with your data.
Hardcore death is not deletion. The world, your builds and your chests are all still there; Minecraft just locks the save in Spectator mode so you can look but never play.
When you die in a hardcore world, the death screen offers only Spectate World or returning to the title. Behind the scenes the game keeps the world's hardcore flag on and switches the gamemode to Spectator (mode 3). Every time you reopen the world after that, you load as a ghost: free camera, no block interaction, no inventory, no way back. Nothing is deleted and nothing is corrupted; the save is simply flagged as finished.
Because the lock is just data in a file, it is completely reversible. The tool above reads those files, flips the values that hold the lock, and hands you back a save that loads in Survival or Creative as if the death never ended the run.
Every Java Edition world stores its settings in level.dat, a small gzip-compressed NBT file in the world folder. Where the hardcore lock sits inside it depends on how old the world is, so the tool reads the file and works out which layout it has before changing anything.
Older worlds also keep your own gamemode inside level.dat, under a Player compound, and in singleplayer that is the copy the game loads. Newer worlds do not have it at all. Your gamemode moved out to players/data in the world folder, a single .dat named after your player id, and that file is now the only copy. On those versions turning hardcore off in level.dat alone still drops you into the world as a spectator, so the tool asks for the player file too and hands back both.
Revive in Survival sets everything to normal play (hardcore 0, both gamemodes 0). Revive but stay Hardcore keeps hardcore at 1 and only resets the gamemodes to Survival, so the one-life rule applies to your second chance too. Convert to Creative sets hardcore to 0 and both gamemodes to 1. Every other byte in both files, from your seed to your inventory, is written back exactly as it was read.
Nothing this tool does is secret. If you would rather make the same edit yourself with an NBT editor such as NBTExplorer, here is the full procedure:
1. Close Minecraft completely, then copy your world folder somewhere safe as a backup.
2. Open level.dat from the world folder in your NBT editor. It opens to a single compound named Data.
3. Set the hardcore byte to 0 to turn hardcore off, or leave it at 1 to keep hardcore rules. In newer worlds it is one level down, inside difficulty_settings.
4. Set GameType to 0 for Survival or 1 for Creative.
5. Now your player. If level.dat has a Player compound, set playerGameType inside it. That is the copy singleplayer loads. If there is no Player compound, open the world's players/data folder (called playerdata on older versions) and set playerGameType in the .dat inside it.
6. Save and launch the game. The world loads playable again.
Drop your world's level.dat into the tool above, add the player file when it asks for one, and pick a revive option. The tool flips the hardcore flag and the gamemode values, then gives you the fixed files to download. Rename the originals to .backup, put the new files in their place, and the world opens alive in Survival or Creative.
Yes. Hardcore is not enforced by code you have to patch; it is a couple of values saved in your world's level.dat file. This tool edits those values directly, so it works on completely vanilla Minecraft Java Edition with no mods, no cheats enabled and nothing installed.
Your files never leave your computer. The page reads, edits and re-saves them entirely in your browser and makes no network requests with your data. Only the few bytes that store the hardcore flag and the gamemodes change; everything else is preserved byte for byte. Keep the originals as backups and you can undo it at any time.
Yes. The Revive but stay Hardcore option puts your player back in Survival while leaving the hardcore flag set, so you keep the hardcore hearts and the one-life stakes. Just remember that your next death is final again.
Minecraft used to keep your gamemode inside level.dat, under the Player compound, and that is what a singleplayer world loads. Newer versions dropped that copy and store it in the world's players/data folder instead, in a .dat file named after your player id. Editing level.dat on its own then turns hardcore off but still loads you as a spectator, so the tool asks for the player file whenever your world uses that layout. Older worlds do not need it.
This tool is built for singleplayer worlds. A server keeps every player's gamemode in its own file, so reviving a group means fixing one file per player. From the console or an operator account, /gamemode survival <player> does the same job in a second.
On a server instead? Or browse more Minecraft tools: