Better support for Minecraft bedrock in `/link_minecraft` #26

Open
opened 2024-10-07 15:53:18 +00:00 by silver · 0 comments
Owner

Currently we really only support Java linking for the whitelist although we are using Geyser.
The rough outline of the tasks would be like this:

  • Add two new cols to the minecraft table
    * Boolean col for if it is java or Bedrock
    * Text col for floodgateuid
  • The struct for minecraft will have to be updated to represent teh two new cols.
  • If a user says that it is bedrock take the username they say and query https://mcprofile.io/endpoints
    * Store teh floodgateuid in teh appropriate col
  • For the whitelist add command use fwhitelist add <uuid> instead of teh current whitelist add <username>
Currently we really only support Java linking for the whitelist although we are using Geyser. The rough outline of the tasks would be like this: * [ ] Add two new cols to the minecraft table * Boolean col for if it is java or Bedrock * Text col for floodgateuid * [ ] The struct for minecraft will have to be updated to represent teh two new cols. * [ ] If a user says that it is bedrock take the username they say and query https://mcprofile.io/endpoints * Store teh floodgateuid in teh appropriate col * [ ] For the whitelist add command use ``fwhitelist add <uuid>`` instead of teh current ``whitelist add <username>``
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Skynet/discord-bot#26
No description provided.