About 50 results
Open links in new tab
  1. Tellraw every player's coordinates - Minecraft Forum

    Jun 13, 2020 · Use a tellraw generator for that. To tell player name just use @s selector, and for his coordinate, setup a scoreboard where you always put coordinates, if I have read well, you know how …

  2. How to use the tellraw command - Minecraft Forum

    Jan 7, 2018 · the basic tellraw command is /tellraw (text). The benefit of tellraw is that your name will not appear next to the text, like /say does. So if you want to make your name appear, you have to enter …

  3. Allow non-opped players to run a function and/or command?

    Apr 7, 2018 · I have a tellraw command set up to allow players to skip to the next wave of zombies if they choose. However, when an un-opped player clicks "Yes," since they are not opped the …

  4. Use commands by clicking in the chat on text without op

    Nov 11, 2020 · You can use it in the /tellraw command to increase the value of a scoreboard objective. What this allows you to do is detect the value of the objective and execute the /setblock command …

  5. Is it possible to make a player say something? - Minecraft Forum

    Feb 2, 2021 · So I was working on a puzzle map and i am trying to figure out if it is possible tp actually make a player say something. I have treied renaming the command ...

  6. 1.12 - JSON Text Component (for /tellraw, /title, books, signs)

    Sep 12, 2013 · Search Search all Forums Search this Forum Search this Thread Tools Jump to Forum 1.12 - JSON Text Component (for /tellraw, /title, books, signs)

  7. Hide the user's name in /say @a - Minecraft Forum

    Nov 9, 2013 · You'll want to use /tellraw: /tellraw <player> <message> However, /tellraw uses JSON to produce a message, which is certainly not for beginners. If you're looking to just display a simple …

  8. How to display certain scoreboard objectives in chat?

    Nov 26, 2015 · I want to be able to display a players score of certain scoreboard objectives, like kills and deaths, when the press a button. How am I suppose to do this?

  9. [Custom Maps] How to Easily Localize (Support ... - Minecraft Forum

    Aug 24, 2015 · To localize a /say command or /me command and preserve the default chat formatting (or to simulate chat with the /tellraw command), call the default chat translations and use your …

  10. /tellraw, clickEvent, run_command - Minecraft Forum

    May 13, 2023 · Couple more options below though. You could use the clickEvent to place a redstone block that powers two command blocks, the first command would remove the redstone block just …