Advertisement
m3Zz

Spieletipps Befehl

Oct 23rd, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.74 KB | None | 0 0
  1. /summon Item ~ ~2 ~ {
  2.     Item:{
  3.         id:"written_book",
  4.         Count:1,
  5.         tag:{
  6.             title:"Troll Buch",
  7.             author:"denNesLP",
  8.             resolved:0b,
  9.             pages:[
  10.                 "{
  11.                     text:\"\n\n\n\n\nFür GommeHD\",
  12.                     color:dark_red,
  13.                     bold:true
  14.                 }",
  15.                 "{
  16.                     text:\"TP all:\",
  17.                     extra:[
  18.                         {
  19.                             text:\"\n[ Hier klicken ]\",
  20.                             color:red,
  21.                             clickEvent:
  22.                             {
  23.                                 action:run_command,
  24.                                 value:\"/tp @a ~ ~5 ~\"
  25.                             }
  26.                         },
  27.                         {
  28.                             text:\"\n\nNächsten Spieler anzünden:\",
  29.                             extra:[
  30.                             {
  31.                                 text:\"\n[ Hier klicken ]\",
  32.                                 color:red,
  33.                                 clickEvent:
  34.                                 {
  35.                                     action:run_command,
  36.                                     value:\"/execute @p[rm=2] ~ ~ ~ setblock ~ ~ ~ minecraft:fire\"
  37.                                 }
  38.                             }]
  39.                         },
  40.                         {
  41.                             text:\"\n\nAlle Spieler anzünden:\",
  42.                             extra:[
  43.                             {
  44.                                 text:\"\n[ Hier klicken ]\",
  45.                                 color:red,
  46.                                 clickEvent:
  47.                                 {
  48.                                     action:run_command,
  49.                                     value:\"/execute @a ~ ~ ~ setblock ~ ~ ~ minecraft:fire\"
  50.                                 }
  51.                             }]
  52.                         },
  53.                         {
  54.                             text: \"\n\nCreepersuppe:\",
  55.                             extra:[
  56.                             {
  57.                                 text:\"\n[ Hier klicken ]\",
  58.                                 color:red,
  59.                                 clickEvent:
  60.                                 {
  61.                                     action:run_command,
  62.                                     value:\"/summon Creeper ~ ~ ~\"
  63.                                 }
  64.                             }]
  65.                         }]
  66.                     }",
  67.                     "{
  68.                         text:\"Ein bisschen Gomme für alle:\",
  69.                         extra:[
  70.                             {
  71.                                 text:\"\n[ Hier klicken ]\",
  72.                                 color:red,
  73.                                 clickEvent:
  74.                                 {
  75.                                     action:run_command,
  76.                                     value:\"/replaceitem entity @a slot.armor.head skull 1 3 {SkullOwner:GommeHD}\"
  77.                                 }
  78.                             },
  79.                             {
  80.                                 text:\"\n\nKlone löschen:\",
  81.                                 extra:[
  82.                                 {
  83.                                     text:\"\n[ Hier klicken ]\",
  84.                                     color:red,
  85.                                     clickEvent:
  86.                                     {
  87.                                         action:run_command,
  88.                                         value:\"/clear @a skull\"
  89.                                     }
  90.                                 }]
  91.                             },
  92.                             {
  93.                                 text:\"\n\nAchtung Gewitter:\",
  94.                                 extra:[
  95.                                 {
  96.                                     text:\"\n[ Hier klicken ]\",
  97.                                     color:red,
  98.                                     clickEvent:
  99.                                     {
  100.                                         action:run_command,
  101.                                         value:\"/execute @a ~ ~ ~ summon LightningBolt ~ ~ ~\"
  102.                                     }
  103.                                 }]
  104.                             },
  105.                             {
  106.                                 text: \"\n\nNon Op Schwert:\",
  107.                                 extra:[
  108.                                 {
  109.                                     text:\"\n[ Hier klicken ]\",
  110.                                     color:red,
  111.                                     clickEvent:
  112.                                     {
  113.                                         action:run_command,
  114.                                         value:\"/give @a diamond_sword 1 0
  115.                                         {
  116.                                             Unbreakable:1,
  117.                                             display:
  118.                                             {
  119.                                                 Name:One Hit,
  120.                                                 Lore:[+26]
  121.                                             },
  122.                                             ench:[
  123.                                             {
  124.                                                 id:19,
  125.                                                 lvl:10
  126.                                             }]
  127.                                         }\"
  128.                                     }
  129.                                 }]
  130.                             }]
  131.                     }"]
  132.             }
  133.         }
  134.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement