Aurorawr

Results 44 comments of Aurorawr

I think adding another method with a boolean to decide whether or not it will pass through Geyser's commands would make sense, then this default method would just do that...

Makes sense, just thought if we wanted both way but yeah, lemme just update it to allow Geyser and extension commands to run too

~~I'd be more than happy to help with the fake ID creation part, I just can't test as I don't have an Azure account and can't get a functional one~~...

If it helps I have a bit of TypeScript code to do this conversion in a relatively quick manner ```ts function convertFUUID(fuuid: string): string { return parseInt(fuuid.substring(22).replace("-", ""), 16).toString(); }...

Couldn't this be the in the same platform as Minecraft? That way you technically store the XUID for the Minecraft platform and can do a simple check after either it's...

Ah ok I think I understand now, no problems if you can't implement, thanks for being a cool developer tho 👍

I'm unable to recreate this issue on the latest version of Geyser, 1.21.51 Mobile

If a config option were to be added, imo it would ideally not be a boolean, but a tristate, with default being whatever the server specifies (so false for proxies...

Please fill in all the information, especially what version of bedrock the tablet runs, and your server version, as for the dump link. You appear to be running XCord which...