We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
formを使ってプレイヤーにフォームを送信します
/tag @s add "form:{buttons=[{text=ボタン}]}"
/tag @s add "form:{title=タイトル,body=ボディ,buttons=[{text=ボタン1,textures=textures/blocks/dirt,tag=タグ1},{text=ボタン2,textures=textures/blocks/diamond_block,tag=タグ2}]}"
「ボタン1」をクリックしたときにNotchにつくタグ : タグ1 「ボタン2」をクリックしたときにNotchにつくタグ : タグ2
タグ1
タグ2
/tag @s add "form:{title=ルール,body='1.スパムをしない。{nl}2.暴言を言わない。{nl}3.不正行為をしない。{nl}{nl}{nl}{nl}{nl}{nl}{nl}',buttons=[{text=同意する,textures=textures/ui/realms_green_check.png,tag=agree},{text=同意しない,textures=textures/ui/realms_red_x.png}]}"
「同意する」をクリックしたときにNotchにつくタグ : agree
agree
変数 を使用することができます