SIGMA-L / PlayerRoleChecker

MinecraftアカウントとDiscordアカウントを連携する為のプラグインです。
https://prc-mc.net
GNU General Public License v3.0
5 stars 2 forks source link

4.0 (2) #2

Closed KoutaChan closed 2 years ago

KoutaChan commented 2 years ago

やらないといけないこと

あとはBE版対応関連の問題のみ データベースの保存方式を変えるか悩み中 -> 移行処理を作らないと多分いけない?

調べた感じ、XUIDをUUIDに変えてる

現在のデータベースの保存のされ方

uuid discordId
xxxxxx 0000000000

予定されているデータベースの保存のされ方

uuid or Xuid discordId bedrock
xxxxxx 0000000000 false
KoutaChan commented 2 years ago

あとはBE版のメッセージ等の追加、デバッグをするだけ

KoutaChan commented 2 years ago

BEのスキン画像はGeyserAPIとMinecraftのテクスチャサーバーから提供されDiscordにファイルをアップロードする予定

KoutaChan commented 2 years ago

メモ (やったこと / やること)

どうでもいいメモ

KoutaChan commented 2 years ago

気分が変わったのでCodeAPIもBE版に対応する

KoutaChan commented 2 years ago

Checkerのみで動かせるようにverifiedPlayerIgnoreを追加 (登録されているプレイヤーを無視)

KoutaChan commented 2 years ago

CodeAPIでのリンクの変更

v2での応答のされ方

KoutaChan commented 2 years ago

SlashCommandのみ未実装 (4.1で実装予定)