Dismiss Notice
Wynncraft, the Minecraft MMORPG. Play it now on your Minecraft client at (IP): play.wynncraft.com. No mods required! Click here for more info...

A Problem With The /tellraw Command.

Discussion in 'Minecraft' started by Zelefant, Jul 26, 2016.

Thread Status:
Not open for further replies.
  1. Zelefant

    Zelefant wizard fortress will return one day HERO

    Messages:
    4,926
    Likes Received:
    7,931
    Trophy Points:
    217
    Guild:
    Minecraft:
    I'm trying to make a command block that says this:

    ???: I have waited for this moment for a long time.


    I have a command generator for it, because I'm bad at json, and I got this command:

    Code:
    /tellraw @p ["",{"text":"???: ","color":"dark_red","bold":true},{"text":"I have waited for this moment a long time.","color":"red","bold":false}]
    Is anyone able to help me ?
     
  2. Bio

    Bio Father of Class Builds Section VIP+

    Messages:
    3,612
    Likes Received:
    9,072
    Trophy Points:
    217
    Minecraft:
    Try this command:

    /tellraw @p ["",{"text":"???:","color":"dark_red"},{"text":" I have waited for this moment for a long time.","color":"red"}]
     
    Zelefant likes this.
  3. Zelefant

    Zelefant wizard fortress will return one day HERO

    Messages:
    4,926
    Likes Received:
    7,931
    Trophy Points:
    217
    Guild:
    Minecraft:
    That's not working. it says:
    Code:
    [15:54:34] Invalid json: malformed JSON at line 1 column 2
     
  4. Bio

    Bio Father of Class Builds Section VIP+

    Messages:
    3,612
    Likes Received:
    9,072
    Trophy Points:
    217
    Minecraft:
    Well It's working for me... sorry but idk what to tell you
     
  5. Zelefant

    Zelefant wizard fortress will return one day HERO

    Messages:
    4,926
    Likes Received:
    7,931
    Trophy Points:
    217
    Guild:
    Minecraft:
    I got it to fix.
     
  6. CactusPuppy

    CactusPuppy Skilled Adventurer VIP+

    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    43
    Minecraft:
    Note that now you must put quotes on everything, whereas before you didn't need to. Also check if you have all your brackets and quotes paired up and there aren't any typos. I know you got it fixed now, but just for the future :)
     
  7. Zelefant

    Zelefant wizard fortress will return one day HERO

    Messages:
    4,926
    Likes Received:
    7,931
    Trophy Points:
    217
    Guild:
    Minecraft:
    Got any help on /playsound? I apparently have the syntax right, but nothing plays.
    Code:
    /playsound random.explode voice @p ~ ~ ~
    and it says:

    [OryxWynn: played sound "random.explode"]
    and then nothing plays. All of my sound is up ?
     
  8. blankman

    blankman Wynncraft Boomer VIP+

    Messages:
    1,932
    Likes Received:
    1,221
    Trophy Points:
    117
    Minecraft:
    You didn't add specifications to it. This should work:
    Code:
    /playsound random.explode voice @p ~ ~ ~ 10 1 1
    You forgot volume, tempo, and minimum volume.
     
  9. Zelefant

    Zelefant wizard fortress will return one day HERO

    Messages:
    4,926
    Likes Received:
    7,931
    Trophy Points:
    217
    Guild:
    Minecraft:
    Pretty sure they are optional.
     
  10. blankman

    blankman Wynncraft Boomer VIP+

    Messages:
    1,932
    Likes Received:
    1,221
    Trophy Points:
    117
    Minecraft:
    I dunno, maybe they are set to bad defaults without those.
     
  11. Nevoska

    Nevoska Well-Known Adventurer

    Messages:
    12
    Likes Received:
    9
    Trophy Points:
    46
    what version are you using?
     
  12. Zelefant

    Zelefant wizard fortress will return one day HERO

    Messages:
    4,926
    Likes Received:
    7,931
    Trophy Points:
    217
    Guild:
    Minecraft:
    1.10
     
  13. Nevoska

    Nevoska Well-Known Adventurer

    Messages:
    12
    Likes Received:
    9
    Trophy Points:
    46
    i would be something like this "/tellraw @p ["",{"text":"???: ","color":"dark_red","bold":true},{"text":"I have waited for this moment for a long time.","color":"red","bold":false}]"

    but for me your command worked in 1.10
     
  14. TempleOfLegends

    TempleOfLegends Emma CHAMPION

    Messages:
    3,505
    Likes Received:
    4,726
    Trophy Points:
    217
    Minecraft:
    /tellraw @a ["",{"text":"???: ","bold":true},{"text":"I have waited for this moment for a long time."}]
    Maybe it doesn't fit in the text bar, try using a cmd block

    http://minecraft.tools/en/tellraw.php Hue Hue Hue
     
  15. Mr_Nufu

    Mr_Nufu It`s just me.. VIP+

    Messages:
    178
    Likes Received:
    82
    Trophy Points:
    65
    Minecraft:
    I know that this thread is old, but some sounds name changed.
     
  16. Zelefant

    Zelefant wizard fortress will return one day HERO

    Messages:
    4,926
    Likes Received:
    7,931
    Trophy Points:
    217
    Guild:
    Minecraft:
    I figured it out a while ago.
     
  17. Mr_Nufu

    Mr_Nufu It`s just me.. VIP+

    Messages:
    178
    Likes Received:
    82
    Trophy Points:
    65
    Minecraft:
    Oh, ok.
     
Thread Status:
Not open for further replies.