Skip to content
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

今現在有効なガチャリストを表示するコマンドを追加する #2350

Open
Lucky3028 opened this issue Jul 27, 2024 · 0 comments
Labels
feature 新規機能に関するissueです good first issue 初めて開発に参加する方が取り組みやすいissueです

Comments

@Lucky3028
Copy link
Member

Lucky3028 commented Jul 27, 2024

ガチャのリストは/gacha list/gacha list [イベント名]で見ることができるが、現時点でどのガチャリストが有効かどうか(使用されることになっているのか)は、実際にガチャをひかないと不明なので、コマンドで確認できるようにしたい

コマンドの構文
/gacha list-enabled

実装手順メモ
現在有効になっているガチャリストを取得するメソッド及びAPIはすでに作成されている

/**
* @return 現在排出対象となっているガチャ景品リストを取得する作用
*/
def listOfNow: F[Vector[GachaPrizeTableEntry[ItemStack]]]

なので、そのAPIを叩くコマンドを追加するだけ
https://github.com/GiganticMinecraft/SeichiAssist/blob/develop/src/main/scala/com/github/unchama/seichiassist/subsystems/gacha/bukkit/GachaCommand.scala

@Lucky3028 Lucky3028 added feature 新規機能に関するissueです good first issue 初めて開発に参加する方が取り組みやすいissueです labels Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 新規機能に関するissueです good first issue 初めて開発に参加する方が取り組みやすいissueです
Projects
None yet
Development

No branches or pull requests

1 participant