en 1.8.x 1.9.x 1.10.x 1.11.x 1.12 /PODSTAWOWE Tutorials

  1. PODSTAWOWE KOMENDY:
  2.  
  3. say Siemanko!
  4.  
  5. me Siemanko!
  6.  
  7. tell @a Siemanko!
  8.  
  9. tellraw @a ["Siemanko!"]
  10.  
  11. tellraw @a {"text":"Siemanko!"}
  12.  
  13. tellraw @a {"selector":"@p[m=1]"}
  14.  
  15.  
  16. STYLOWANIE:
  17.  
  18. tellraw @a {"text":"Niebieski!","color":"blue"}
  19.  
  20. tellraw @a {"text":"Grube!","bold":"true"}
  21.  
  22. tellraw @a {"text":"Stylowanie!","bold":"true","italic":"true","strikethrough":"true","underlined":"true"}
  23.  
  24. tellraw @a {"text":"Dziwne...","insertion":"Jeszcze dziwniejsze..."}
  25.  
  26.  
  27. CLICKEVENT:
  28.  
  29. tellraw @a {"text":"Kliknij mnie!","clickEvent":{"action":"run_command","value":"/say Tylko dla op'ów!"}}
  30.  
  31. tellraw @a {"text":"Kliknij mnie!","clickEvent":{"action":"open_url","value":"http://google.pl"}}
  32.  
  33. tellraw @a {"text":"Kliknij mnie!","clickEvent":{"action":"suggest_command","value":"/kappa"}}
  34.  
  35. give @p minecraft:written_book 1 0 {title:"Przyklad change_page",author:"Ja",pages:["{\"text\":\"\n\n\n\n\n\n\n\n\n\n\n\n\nNastepna strona\",\"clickEvent\":{\"action\":\"change_page\",\"value\":\"2\"}}","{\"text\":\"\n\n\n\n\n\n\n\n\n\n\n\n\nPoprzednia strona\",\"clickEvent\":{\"action\":\"change_page\",\"value\":\"1\"}}"]}
  36.  
  37.  
  38. HOVEREVENT:
  39.  
  40. tellraw @a {"text":"Najedz na mnie!","hoverEvent":{"action":"show_text","value":"Nowy tekst!"}}
  41.  
  42. tellraw @a {"text":"Najedz na mnie!","hoverEvent":{"action":"show_achievement","value":"achievement.openInventory"}}
  43.  
  44. tellraw @a {"text":"Najedz na mnie!","hoverEvent":{"action":"show_item","value":"{id:\"minecraft:diamond_block\",Count:1b}"}}
  45.  
  46. tellraw @a {"text":"Najedz na mnie!","hoverEvent":{"action":"show_entity","value":"{name:\"Szinton\",type:\"Komendowiec\",id:\"3012301293102931\"}"}}
  47.  
  48.  
  49. EXTRA:
  50.  
  51. tellraw @a {"text":"Kolorowo","color":"red","color":"yellow"}
  52.  
  53. tellraw @a {"text":"Kolo","color":"red","extra":[{"text":"rowo","color":"yellow"}]}
  54.  
  55. tellraw @a {"text":"K","color":"dark_blue","bold":"true","extra":[{"text":"o","color":"blue"},{"text":"l","color":"aqua"},{"text":"o","color":"green"},{"text":"r","color":"yellow"},{"text":"o","color":"gold"},{"text":"w","color":"red"},{"text":"o","color":"dark_red"}]}

The command

Note: Minify the command to avoid issues :)


Created: Fri, 21 Jul 2017 13:14:14, Updated: Fri, 21 Jul 2017 13:14:14, Views: 352

Share on:  

    


Top entries from pasho


Top entries in Tutorials