FAQ
What is UUID?
UUID (Universally Unique Identifier) is a standard for software construction. It enables distributed systems to uniquely identify information without significant central coordination.
What is the difference between GUID and UUID?
GUID (Globally Unique Identifier) is Microsoft's implementation of the UUID standard. In most development scenarios (like C# or databases), GUID and UUID can be treated as the same thing.
Can generated UUIDs be used for Minecraft?
Yes. The v4 UUIDs generated by this tool are fully compatible with Minecraft's implementation and can be used for Java Edition or Bedrock Edition server configurations.