Set Console Command for Block
title @p title {"text":"Welcome","color":"gold","bold":true}
@s = self · @p = nearest player · @a = all players · @e = all entities
Previous Output
-Beginner · 1 block
Press a button to show a large welcome message to the nearest player, suitable for a map entrance or stage start.
What you need
Expected result
The nearest player sees “Welcome” in the middle of the screen.
Configure one block at a time
The copy button copies only Command Input. Choose every other value in the Command Block screen.
Use a pressure plate if the message should appear as a player walks through.
title @p title {"text":"Welcome","color":"gold","bold":true}
@s = self · @p = nearest player · @a = all players · @e = all entities
-If it does not work