Dream
Minecraft UUID in every format, 3D skin viewer, skin and cape download, and ready-to-paste whitelist, op, ban and kick commands for Dream.
Drag to turn, scroll to zoom
Dreamec70bcaf-702f-4bb8-b48d-276fa52a780cec70bcaf702f4bb8b48d276fa52a780c#E69B6BThe dot color other players see on the locator bar (1.21.6 and later), derived from the UUID.
Jump to: every UUID format, admin commands, skin and renders
Dream’s UUID in every format
One account ID, written the way each file or command expects it.
ec70bcaf-702f-4bb8-b48d-276fa52a780cwhitelist.json, ops.json, banned-players.json, LuckPerms and most plugins.
ec70bcaf702f4bb8b48d276fa52a780cThe Mojang API form. Some plugins and hosts store playerdata under this name.
[I; -328155985, 1882147768, -1265817745, -1523943412]How the game stores UUIDs in NBT since 1.16: four signed 32-bit ints. Used by /data, data packs and NBT editors.
e6135a83-d680-39d6-b4be-65a3d8bb97adWhat a server with online-mode=false uses for the name Dream. It changes if the name changes. Need a whole list? Offline UUID generator.
-1409419221679518792Java getMostSignificantBits(), the UUIDMost tag in old NBT.
-5436645814700443636Java getLeastSignificantBits(), the UUIDLeast tag. Together: UUIDMost: -1409419221679518792L, UUIDLeast: -5436645814700443636L
Admin commands for Dream
Paste into the server console (no leading slash needed there) or type in chat as an op. Whitelist, op and ban work while Dream is offline.
/whitelist add Dream/whitelist remove Dream/op Dream/deop Dream/ban Dream Banned by an operator./pardon Dream/kick Dream Kicked by an operator.[
{
"uuid": "ec70bcaf-702f-4bb8-b48d-276fa52a780c",
"name": "Dream"
}
]Add the object to the array in your existing file, then run /whitelist reload.
[
{
"uuid": "ec70bcaf-702f-4bb8-b48d-276fa52a780c",
"name": "Dream",
"level": 4,
"bypassesPlayerLimit": false
}
]Level 4 is full admin (stop, op, ban). bypassesPlayerLimit lets an op join a full server.
[
{
"uuid": "ec70bcaf-702f-4bb8-b48d-276fa52a780c",
"name": "Dream",
"created": "2026-09-16 08:07:48 +0000",
"source": "Server",
"expires": "forever",
"reason": "Banned by an operator."
}
]Edit only while the server is stopped; a running server rewrites this file.
These files live in the server root next to server.properties. Need entries for a whole list of players? Use the whitelist and ban generator.
Dream’s skin, cape and renders
Skin and cape are the original PNG textures from the profile, so they load straight into the launcher or an editor.


https://api.fadehost.com/api/minecraft/skin/avatar/128/ec70bcaf702f4bb8b48d276fa52a780c.pnghttps://minotar.net/bust/ec70bcaf702f4bb8b48d276fa52a780c/128.pnghttps://api.fadehost.com/api/minecraft/skin/body/128/ec70bcaf702f4bb8b48d276fa52a780c.pngFree to hot-link. Head and body come from the FadeHost skin API (any size from 8 to 1024, see the API page); the bust is served by Minotar.
Developer API
Profile JSON (username, UUID, texture URLs) for bots and plugins. No key, CORS enabled. Renders are documented on the skin render API page.
https://api.fadehost.com/api/minecraft/tools/player/Dream/infohttps://textures.minecraft.net/texture/ca93f6fc40488f1877cda94a830b54e9f6f54ab58a5453bad5c947726dd1f473Dream’s Minecraft UUID
Dream’s permanent Minecraft UUID is ec70bcaf-702f-4bb8-b48d-276fa52a780c
(or ec70bcaf702f4bb8b48d276fa52a780c trimmed). Because usernames can change but the
UUID never does, servers tie whitelist, ban, op and permission entries to this ID, so they keep working
even if Dream renames. The block above also shows it as the NBT int array used by
/data and data packs since 1.16, as the UUIDMost/UUIDLeast longs older
worlds use, and the offline-mode UUID an online-mode=false server would generate for this name.
Whitelist, op or ban Dream
Copy a command from the admin block and run it in the server console (without the slash) or in chat as an operator.
Whitelist, op and ban work while Dream is offline; kick needs them online. If the server is stopped,
paste the whitelist.json, ops.json or
banned-players.json entry into the matching file next to
server.properties instead.
Why is name history not shown?
Mojang removed the public name-history API in September 2022, so no tool can reliably show a player’s past usernames anymore. Only the current name resolves.
More lookups: Notch, jeb_, Dinnerbone, Grumm, Technoblade, GeorgeNotFound