Skip to content

Commit

Permalink
change: add /viewpatchnotes commands in /commands
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Jul 26, 2024
1 parent c7be9f1 commit 9ef3e95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "net.azisaba"
version = "1.15.2+6.16.1"
version = "1.15.2+6.16.2"

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(8))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class CommandListScreen(val player: Player) : InventoryHolder {
CommandInfo.State.Disabled
}
},
CommandInfo(CommandType.Useful, "連絡一覧", listOf("Discordの連絡チャンネルのメッセージ一覧を表示します。"), "/viewpatchnotes 連絡|life鯖", true),
CommandInfo(CommandType.Useful, "パッチノート一覧", listOf("Discordのパッチノートチャンネルのメッセージ一覧を表示します。"), "/viewpatchnotes パッチノート|life鯖", true),
CommandInfo(CommandType.Toggle, "建築可否", listOf("建築をできるようにするかどうかを設定します。誤クリック防止などに..."), "/togglebuild"),
CommandInfo(CommandType.Toggle, "CoreProtectログ表示", listOf("オンにすると、ブロックなどをクリックすると", "ログが表示されるようになります。"), "/co i"),
CommandInfo(CommandType.Toggle, "CoreProtectExtensionログ表示", listOf("オンにすると、チェストなどを右クリックすると", "ログが表示されるようになります。"), "/cpe i"),
Expand Down

0 comments on commit 9ef3e95

Please sign in to comment.