A PHP Library to convert between three of the different Minecraft UUID-Formats.
Official Minecraft Wiki about UUIDs:
https://minecraft.fandom.com/wiki/Universally_unique_identifier
Installation
composer require lordrazen/minecraft-uuid-converter
https://packagist.org/packages/lordrazen/minecraft-uuid-converter
UUID Formats
Regular UUIDs (Hyphenated Hexadecimal):
Trimmed UUIDs (Hexadecimal):
UUIDs as Integer Arrays (Int-Array):
How to use this class to convert UUIDs
Create a new UUID object:
Read a given UUID String (String can have any format from above):
Generate a new, random UUID:
Return the converted UUIDs:
www.minecraft-heads.com
Official Minecraft Wiki about UUIDs:
https://minecraft.fandom.com/wiki/Universally_unique_identifier
Installation
composer require lordrazen/minecraft-uuid-converter
https://packagist.org/packages/lordrazen/minecraft-uuid-converter
UUID Formats
Regular UUIDs (Hyphenated Hexadecimal):
Code (Text):
ea3bc3ec-7051-4efc-87f9-68635c9b473a
Code (Text):
ea3bc3ec70514efc87f968635c9b473a
Code (Text):
[I;-365181972,1884376828,-2013697949,1553680186]
How to use this class to convert UUIDs
Create a new UUID object:
Code (Text):
$uuid = new UUID();
Code (Text):
$uuid->read($input);
Code (Text):
$uuid->generateNew();
Code (Text):
$uuid->getUuid();
$uuid->getUuidTrimmed();
$uuid->getUuidInt();
$uuid->getUuidTrimmed();
$uuid->getUuidInt();
www.minecraft-heads.com
Quick facts
- Edition: Minecraft Java
- File type: .jar
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Minecraft UUID is a free Minecraft Java mod. Downloaded 143 times (via Spigot). Download it and open it directly in the game.