• 0 Posts
  • 4 Comments
Joined 3 years ago
cake
Cake day: June 13th, 2023

help-circle

  • Short answer: GeyserMC sidesteps that player authentication process Java players need to do

    Long answer:

    I’ve used and set up GeyserMC before. It sounds like the server you’re joining has online-mode on, which requires all Java players who are joining to have a valid Java account and current authentication.

    GeyserMC, being a mod to the server, entirely sidesteps this entire process. Your Bedrock cracked client requests to join and GeyserMC, being the way your client communicates with the server, just let’s you in. It just sends your client the chunks, the entities, etc. and lets you interact with them, and Java players are shown an additional Player entity (being you).

    GeyserMC actually has authentication a server owner can set up that does require a valid Bedrock account or valid Java account, but it seems the server(s) you’re playing hasn’t set this up.



  • I’ll second the other comment suggesting KeePass, but the biggest issue I had with it was syncing the database across devices. Ultimately I stored it in OneDrive, but it occurred to me that at that point it wasn’t much different to a cloud password manager, which I especially didn’t trust.

    I now self host a Vaultwarden instance from my Raspberry Pi, and that works perfectly for me, but it does require a bit of Linux experience and a spare device to run the server.