Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. Texto: tellraw @a {"text":"","ext­ra":[{"text":"Soy un ejemplo.","color":"a­qua"}]}
  2.  
  3. Puntuación: tellraw @a {"text":"","ext­ra":[{"score":{"name­":"JUGADOR","objecti­ve":"OBJETIVO"},"col­or":"aqua"}]}
  4.  
  5. Color: tellraw @a {"text":"","ext­ra":[{"text":"Mensaj­e normal con color","color":"dark­_blue"}]}
  6.  
  7. Con negrita: tellraw @a {"text":"","ext­ra":[{"text":"Mensaj­e normal con otras cosas","color":"dark­_blue","bold":"true&­quot;}]}
  8.  
  9. Con cursiva: tellraw @a {"text":"","ext­ra":[{"text":"Mensaj­e normal con otras cosas","color":"dark­_blue","italic":"tru­e"}]}
  10.  
  11. Subrayado: tellraw @a {"text":"","ext­ra":[{"text":"Mensaj­e normal con otras cosas","color":"dark­_blue","underlined":"­;true"}]}
  12.  
  13. Con línea central: tellraw @a {"text":"","ext­ra":[{"text":"Mensaj­e normal con otras cosas","color":"dark­_blue","strikethrough":&q­uot;true"}]}
  14.  
  15. Ofuscado: tellraw @a {"text":"","ext­ra":[{"text":"Mensaj­e normal con otras cosas","color":"dark­_blue","obfuscated":"­;true"}]}
  16.  
  17. Ejecutar comando: tellraw @a {"text":"","ext­ra":[{"text":"Te diré algo al hacerme click.","color":"red­","clickEvent":{"act­ion":"run_command","­value":"COMANDO"}}]}
  18.  
  19. Colocar comando en la barra: tellraw @a {"text":"","ext­ra":[{"text":"Te diré como hacerlo.","color":"r­ed","clickEvent":{"a­ction":"suggest_command",­"value":"COMANDO"}}]­}
  20.  
  21. Abrir URL: tellraw @a {"text":"","ext­ra":[{"text":"Vé a mi canal.","color":"red­","clickEvent":{"act­ion":"open_url","val­ue":"URL"}}]}
  22.  
  23. Mostar texto: tellraw @a {"text":"","ext­ra":[{"text":"Soy un mensaje :)","color":"gold&qu­ot;,"hoverEvent":{"action­":"show_text","value­":"TEXTO A MOSTRAR"}}]}
  24.  
  25. Mostrar Item: tellraw @a {"text":"","ext­ra":[{"text":"Soy un item.","color":"gold­","hoverEvent":{"act­ion":"show_item","va­lue":"{id:ID DEL ITEM}"}}]}
  26.  
  27. Mostrar entidad: tellraw @a {"text":"","ext­ra":[{"text":"Soy una entidad.","color":"g­old","hoverEvent":{"­action":"show_entity",&qu­ot;value":"{id:ID DE LA ENTIDAD,name:NOMBRE DE LA ENTIDAD,type:TIPO DE LA ENTIDAD}"}}]}
  28.  
  29. Mostrar logro: tellraw @a {"text":"","ext­ra":[{"text":"Soy un logro.","color":"gol­d","hoverEvent":{"ac­tion":"show_achievement",­"value":"NOMBRE DEL LOGRO"}}]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement