InvSee-plus-plus
InvSee-plus-plus copied to clipboard
Delayed Command Response for Bedrock Players Who Haven't Logged In Recently
When I am using the /invsee command on a Bedrock player who hasn't logged in recently, I will get this error message: https://mclo.gs/R9yvrAh
The error does not occur for Bedrock players who have recently logged in. I don't think it happens for Java players that haven't logged in in a long time.
The command does work properly despite the error, but in these cases, it usually takes about 3-5 minutes for the inventory to open up on my screen. I am wondering if the command execution time could be brought down to a few seconds for these circumstances.
InvSee++'s current assumption is that the player name provided in the command is a Java edition player, or a UUID. From my perspective it's lucky that the command event works at all for Bedrock players. Perhaps I can speed up UUID lookups for Bedrock players from the Geyser and/or Floodgate apis - but do note that this is an extra integration that needs to be developed still.