[Feature Request] Geyser Support
Romvnly-Gaming opened this issue ยท 10 comments
See lishid#163 (comment) - make sure you are including the special character at the start of the name. If that fails, please attempt to open their inventory using their UUID.
As it stands, no one encountering this issue has gotten back to me with any additional information. I briefly looked into Geyser and it appeared to store Bedrock players in the exact same fashion as regular players, so I'm inclined to believe the commenter who said it's user error.
Well, for some reason it's not working. It's not exactly optimal to have staff putting in UUIDs to check a player's inventory.
XxstpL7i24.mp4
I see - you must be using FloodGate with Geyser, so your server's in online mode, correct?
I've pushed a commit removing name validation for servers in online mode. When the run finishes, you can download the dev build from it here - the jar is inside the dist zip that will be at the bottom of the page.
/e: Build finished. In case you have trouble finding it (they keep moving the dang artifacts, they used to be at the top right) this should be a direct link.
I see - you must be using FloodGate with Geyser, so your server's in online mode, correct?
Yes
I've pushed a commit removing name validation for servers in online mode. When the run finishes, you can download the dev build from it here - the jar is inside the dist zip that will be at the bottom of the page.
Thanks! ๐
I'm willing to look into it again, but you're going to have to work with me on it to some degree - I don't have a Bedrock account and I don't intend to figure out how to set up Geyser locally.
I need a player data file belonging to a Bedrock user to inspect - they should be stored in world/playerdata/<their uuid>.dat
. After I poke through that I may need you to run a build with additional debug information printed during the player identification process.
Alright, I'm willing to work with you. Lemme grab my playerdata
http://www.mediafire.com/view/osmkrz4jx3mbm0a
Ok, the last known name is set. That's good, I can work with that. I have to assume Geyser messes with the usercache, so that's the next step. If you would, please ensure that your usercache.json contains an entry for that user. It should look something like this:
{
"name":"*RomvnlyYT",
"uuid":"00000000-0000-0000-0009-00000da0f8ce",
"expiresOn":"some date"
}
The usercache isn't technically relevant to the problem - how Geyser provides names for the players it injects is - but it's a good place to start for finding behavior that's out of the norm.