Minecraft-Commands

如何在遊戲中顯示文字?

  • September 3, 2021

我下載了一張 Minecraft 地圖,但是當我打開門時,螢幕上會出現一條文字,上面寫著“打開和關閉”。他們如何做到這一點?他們使用命令嗎?

可以提供截圖嗎?很難知道您指的是哪種消息,因為它可能是聊天、操作欄、標題、浮動文本等中的消息。

您可以嘗試執行以下任何命令來查看是否是您看到的消息:

/title @s actionbar open and close
/title @s title open and close
/tellraw @s {"rawtext":[{"text":"open and close"}]}
/say open and close
/w @s open and close

你的意思是在螢幕上,還是在側面?如果你指的是螢幕,那麼做:/title @a title 如果你指的是側面,那麼做:/say

引用自:https://gaming.stackexchange.com/questions/384899