From 2fcec7fdc81ddfe39d56821bd2dbdad725c9b87c Mon Sep 17 00:00:00 2001 From: LightBotDiscoord <67489949+LightBotDiscoord@users.noreply.github.com> Date: Tue, 22 Dec 2020 18:29:33 -0800 Subject: [PATCH] changed prefix thing --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 6f58d1f..d1446b7 100644 --- a/FAQ.md +++ b/FAQ.md @@ -60,7 +60,7 @@ Use [this page.](https://floodgate-uuid.heathmitchell1.repl.co/) If this doesn't First, you'll need to get the XUID of the player. There are several third-party websites to find this, for example [this one](https://cxkes.me/xbox/xuid) (unaffiliated with Geyser). Make sure to choose "Hexidecimal". You'll need to enter the player's Xbox gamertag, and once submitted it should display the XUID in the format of `xxxxxxxxxxxxxxxx`. In order to turn the XUID into a UUID that Java Edition can recognize, you just need to put the XUID in this format: `00000000-0000-0000-xxxx-xxxxxxxxxxxx`. If formatted right, Java Edition should accept it as a UUID. ## Can I remove the prefix of Floodgate players? -While yes, you can remove the prefix, it is generally recommended to not remove the prefix to prevent situations where a user's java and bedrock username are the same (ex: Bedrock Username: JohnDoe, Java Username: JohnDoe) While they have the same username, they have different UUID's which may cause a UUID conflict and possible data loss. +While yes, you can remove the prefix, it is generally recommended to not remove the prefix to prevent situations where a users java and bedrock username are the same (ex: Bedrock Username: JohnDoe, Java Username: JohnDoe) While they have different UUID's, they have the same username which may cause conflicts with commands that involve a player name. If you want to remove the prefix to be able to use commands, Try adding "" around the name. Example: `/tp "*"` ## Sometimes when I go really far out the world starts to experience very odd visual bugs... This is a Bedrock client issue caused by Bedrock being 32-bit and Java being 64-bit, for more information read [here](https://minecraft.gamepedia.com/Bedrock_Edition_distance_effects).