From adf2f264750c19bd992a73740e3d0f17f2cbb99b Mon Sep 17 00:00:00 2001 From: TheMode Date: Sun, 31 May 2020 15:39:46 +0200 Subject: [PATCH] Updated Player UUID (markdown) --- Player-UUID.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Player-UUID.md b/Player-UUID.md index e6b3917..7a115e4 100644 --- a/Player-UUID.md +++ b/Player-UUID.md @@ -1,4 +1,4 @@ -As UUID implies, it has to be a unique identifier. By default, this identifier is generated randomly at the connection. +As UUID implies, it has to be a unique identifier. By default, this identifier is generated randomly at the connection so unique but not persistent. What you normally want is a unique identifier which will stay the same even after a disconnection or a server shutdown, which could be obtained by getting the Mojang UUID of the player using their API, or having your custom UUID linked to the registration system on your website, we do not implement that by default so you are free to choose what you prefer.