-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin level account linking #41
Comments
This could maybe be done if the bedrock player is online and we could lookup the uuid of the java player using Mojang's API. |
Sounds ok to me |
Maybe even an option to pass either UUID and XUID or even XUID in UUID format, because although I'm not sure of whatever legal issues using an XUID grabber in the actual code presents, it's still possible and easy to just use an online XUID grabber. |
This would be really handy, especially if someone can't get their accounts to link for some reason, or if they are unable to (like if they don't have access to their Java account) |
I would add to this the possibility to add another admin command to force unlink players. |
Relevant API endpoint for retrieving a gamertag from xuid and vice versa Also, according to another project it may simply be |
any updates on this? still work on progress? |
Any instructions about how to use this new command? 🤔 Just use |
The current version in the development branch uses |
What feature do you want?
Add some kind of /linkaccount subcommand or functionality that would allow server admins to link bedrock and java accounts without requiring players to do it themselves, and without requiring players to log in on both accounts.
Alternatives?
Manually editing the linked-players.db with a tool such as DB Browser for SQLite.
The text was updated successfully, but these errors were encountered: