-
Notifications
You must be signed in to change notification settings - Fork 3
method: form
Nano191225 edited this page Dec 14, 2025
·
6 revisions
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
/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
変数 を使用することができます

