About 114,000 results
Open links in new tab
  1. How to make text appear in the middle of the screen?

    /title works differently to other commands in Minecraft because it uses raw JSON to print the message. The way to do this is to write something like this in chat: /title ^ That Declares that …

  2. How to display custom text on the screen... - Minecraft Forum

    Aug 25, 2016 · Hi. I'm running modded Minecraft 1.7.10. I am currently building a store, and I wanted it so that when customers walk in, text is displayed on the screen. Let me give a …

  3. Text on screen - Commands, Command Blocks and Functions

    Jan 10, 2023 · I would like to be able to put in command block a command like the following: A command that will make a text appear on every player screen if the player i...

  4. I need help making a title appear when someone walks over it

    Jul 24, 2020 · I know the command to show the message on your screen but when i ran it, it showed up for me once. Then whenever i returned or someone returned to the command …

  5. How to make a title appear on a player screen on touching a block

    Aug 27, 2021 · I am building a map in Minecraft (Java Edition). How do we make it so that if a player touches or lands on a specific block a title will appear on the screen? For example /title …

  6. Tutorial on a few /tellraw and /title basics - Minecraft Forum

    Join Date: 6/7/2015 Posts: 55 Location: Alabama Minecraft: Stone_Pickaxe /tellraw: This is a command that is a lot like /say, but the @ symbol will not appear on the message, and you …

  7. minecraft bedrock edition - How do I create clickable text that ...

    Aug 14, 2020 · You can't do this in Bedrock Edition, only in Java Edition. Raw JSON text is much more limited in Bedrock Edition, so much so that you can't even change the color or other …

  8. How do I put a player's name in a /title command? - Arqade

    Jun 7, 2019 · I'm not sure how to do a command that puts a player's name in titles, but I do know a lot about the title commands themselves. The easiest way to use the title command is as …

  9. Showing Message on Screen When Player is Near [1.15

    Feb 29, 2020 · Do you mean in the chat? Start with this for example: execute at @p [distance=..5] run say "Hello!" the 5 is the maximum distance so that can be changed to anything. This will …

  10. Insert color/text effects in command blocks 1.8 ⇨ 1 ... - Minecraft …

    Jun 17, 2019 · First of all, I know something like this is possible with plugins, mods, tools, etc. However, it's still the simplest way to do it, without anything to install, and no risks of breaking …