iancoguz

Colored item names in Minecraft

Dec 1st, 2014
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. setblock ~ ~1 ~ standing_sign 0 replace {
  2. Text1:"{
  3. text:\"\u00a7bClick Me!!!\",
  4. clickEvent:{
  5. action:\"run_command\",
  6. value:\"/give @p diamond 1 0 {
  7. display:{
  8. Name:\\\"\u00a7bTHIS ITEM IS COLORED!!\\\"
  9. }
  10. }\"
  11. }
  12. }"
  13. }
Advertisement
Add Comment
Please, Sign In to add comment