This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
/tellraw @a Hello
/tellraw @a {text:"Hello There"} "Hello There"
/tellraw @a {text:"Hello there",color:red}
"Hello there"
/tellraw @a {text:"Galactic Force",color:blue}
"Galactic Force"
/tellraw @a {text:"Galactic Force",bold:true}
/tellraw @a {text:"Hello There",italic:true}
"Hello There"
/tellraw @a {text:"Whats Up",strikethrough:true}
"Whats up"
/tellraw @a {text:"Full Moon",underlined:true}
"Full Moon"
/tellraw @a {text:"Barrel Roll",obfuscated:true "
/tellraw @a {text:"Sample Text",bold:true,italic:true,color:red}
"Sample Text"
This is a useful thread. I gave it the +1 and commented so I can find it later. I always appreciate being able to copy and paste the commands.
/tellraw @a {text:"Hello There"} "Hello There"/tellraw @a {text:"Hello there",color:red}"Hello there"
/tellraw @a {text:"Galactic Force",color:blue}"Galactic Force"
Strikethrough,/tellraw @a {text:"Galactic Force",bold:true}"Galactic Force"
/tellraw @a {text:"Hello There",italic:true}"Hello There"
/tellraw @a {text:"Whats Up",strikethrough:true}"
Whats up"/tellraw @a {text:"Full Moon",underlined:true}"Full Moon"
/tellraw @a {text:"Barrel Roll",obfuscated:true "/tellraw @a {text:"Sample Text",bold:true,italic:true,color:red}"Sample Text"
This is a useful thread. I gave it the +1 and commented so I can find it later. I always appreciate being able to copy and paste the commands.