Minecraft Maps / Redstone Device

Clickable and Colored signs in vanilla MC

  • 15,199 views, 1 today
  • 15
  • 6
  • 8
Rsdg's Avatar Rsdg
Level 51 : Grandmaster Droid
76
Note: You must be in Snapshot 14w25b or Version 1.8 to do This!

This is a system that allows you to place signs with colored texts and/or commands which the player activates when he/she clicks on the sign.

How this works:
- In the newest snapshot (14w25b), minecraft allows you to add json formatting to signs and books. 
- What this means is that you can add colors and commands to signs
- using the setblock command, I placed a sign with colors and commands 

Commands used for this:

/setblock ~ ~3 ~ minecraft:wall_sign 2 replace {Text1:"{text:\"This is Line 1\"}",Text2:"{text:\"This is Line 2\",color:dark_red}",Text3:"{text:\"This is Line 3\",color:dark_blue,clickEvent:{action:run_command,value:\"/say This command is activated as the player\"}}"}

Split up so you understand it better!

/setblock ~ ~3 ~ minecraft:wall_sign 2 replace
 {
  Text1:"{text:\"This is Line 1\"}",
  Text2:"{text:\"This is Line 2\",color:dark_red}",
  Text3:"{text:\"This is Line 3\",color:dark_blue,clickEvent:{action:run_command,value:\"/say This command is activated as the       player\"}}"
    }


Check these out too! (and pls sub!)
My Planet MC
My Youtube
Progress100% complete
Tags

Create an account or sign in to comment.

1
04/04/2017 4:27 pm
Level 1 : New Miner
Chunx5 Builder
Chunx5 Builder's Avatar
is there a way to add more than one command per line?
ex.
/give @p sign 1 0 {
BlockEntityTag: {
Text3: "{\"text\":\"test sign\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/give @p minecraft:iron_ingot 10\"}}",
Text4: "{\"text\":\"test sign\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/give @p minecraft:gold_ingot 10\"}}",
Text4: "{\"text\":\"test sign\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/give @p minecraft:coal 10\"}}"
},
display: {
Name: "Custom Sign"
}
}
1
04/21/2015 6:16 pm
Level 32 : Artisan Dragon
Malaionus
Malaionus's Avatar
When I try to put the sign down, it will replace the bock
1
03/19/2015 11:41 am
Level 1 : New Explorer
taycat34
taycat34's Avatar
does't work for me :T
1
03/20/2015 10:44 am
Level 51 : Grandmaster Droid
Rsdg
Rsdg's Avatar
you must have done something wrong, but if you dont want to write all commands yourself, just visit:
rsdg.tk and then go to generators to find a command sign generator!
1
06/22/2014 11:15 am
Level 1 : New Miner
ShadowOpsPlaysMC
ShadowOpsPlaysMC's Avatar
Dude, Bruh I'm subbing, giving you a diamod, and favoriting!


Great job!
1
06/24/2014 7:36 am
Level 51 : Grandmaster Droid
Rsdg
Rsdg's Avatar
Thanks a lot!
1
06/22/2014 6:39 am
Level 12 : Journeyman Dragon
RollerdinoGaming
RollerdinoGaming's Avatar
Very smart, it could be used like the CommandSigns plugin for Bukkit this way.
1
06/24/2014 7:37 am
Level 51 : Grandmaster Droid
Rsdg
Rsdg's Avatar
Yeah, this doesnt work in 1.7, and bukkit isnt updated yet.
Also, bukkit makes a lot of commands different and it probably wont work in bukkit once 1.8 for it is out
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome