Loading...
How to Use the Level.dat Editor
Upload and edit your Minecraft level.dat file directly in the browser. Modify game rules, difficulty, time of day, weather, spawn point, world border, and view active mods. Works with both vanilla and modded worlds.
Accepts level.dat files — the world settings file found in every Minecraft save folder (e.g., .minecraft/saves/MyWorld/level.dat).
Quick Steps
- 1Drag and drop your level.dat file onto the upload area, or click to browse
- 2Edit settings using the visual form — game rules, difficulty, time, weather, and more
- 3Review your changes in the changes panel
- 4Click Download to save the modified file
- 5Replace the original level.dat in your world folder with Minecraft fully closed
Example Use Cases
- Enable keepInventory or disable mobGriefing without opening the game
- Change the world spawn point to a new location
- Adjust the world border size and center for a server event
Tips
Always close Minecraft completely before replacing the file, or the game will overwrite your edits on save
Your file is processed entirely in the browser — nothing is uploaded to any server
Frequently Asked Questions
How do I edit level.dat without opening Minecraft?
Upload your level.dat file here, make changes with the visual editor, then download the modified file and replace the original in your world folder. Crucially, Minecraft must be fully closed when you swap the file — otherwise the game overwrites your edits when it next saves.
Where is the level.dat file stored?
Each world has its own level.dat inside the save folder. On Windows: %AppData%\.minecraft\saves\<WorldName>\level.dat. On macOS: ~/Library/Application Support/minecraft/saves/<WorldName>/level.dat. On servers the file lives in the world directory alongside playerdata/.
Can I change the world seed or spawn point from level.dat?
You can change the spawn point (SpawnX, SpawnY, SpawnZ) directly — just edit the fields in the Spawn tab and download. Changing the seed is not supported, because terrain is generated from the original seed and changing it would desync chunks that are already generated on disk.
Is editing level.dat safe? Can it corrupt my world?
Editing level.dat itself is low-risk — worst case Minecraft warns about a bad value and reverts to default. Always keep a backup copy of the whole world folder before editing. The editor runs entirely in your browser — your file is not uploaded anywhere, so you can trust the process.
Does this editor work with modded Minecraft?
Yes — level.dat is the same binary format in vanilla and modded. Modded worlds include extra mod-specific NBT which this editor preserves untouched and displays in a read-only view. You can safely edit vanilla fields (game rules, difficulty, time, etc.) without corrupting mod data.