Skip to content

@loontail/minecraft-kit v0.5.0 / offlineUuidFor

Function: offlineUuidFor()

ts
function offlineUuidFor(username): string

Derive a stable v3-style UUID for an offline player username.

Mojang's offline-mode formula: MD5("OfflinePlayer:" + name) with the version/variant bits patched to UUID v3.

Parameters

ParameterType
usernamestring

Returns

string

Source

src/core/uuid.ts:9

MIT License