Mojira Archive
MC-64442

Command Block bug with execute with summon Lightning Bolt

I am trying to make a lighting spell. I ram into a problem/bug with summon lightning with command block also has set up with filled clock too. I figure if you do /execute @e[type=!Player,rm=3,r=8] ~ ~ ~ summon LightningBolt do in chat box does works but if command block try do same command doesn't goes through. I did quick search on there seem anyone has same problem and not try to make a duplicates bugs.

these are most commands

/scoreboard objectives add SpellLBolt stat.useItem.minecraft.ender_eye

/scoreboard players test @p SpellLBolt 1

/scoreboard players set Daoverlordjr SpellLBolt 0

/replaceitem entity @a slot.hotbar.1 ender_eye 1 0

{ench:[id:1,lvl:1]}

/replaceitem entity @p[score_SpellLBolt_min=1,score_SpellLBolt=1] slot.hotbar.1 dye 1 6

/tp @e[type=EyeOfEnderSignal] ~ ~-1024 ~

/testfor @p[score_SpellLBolt=1,score_SpellLBolt_min=1] {Inventory:[

{id:"minecraft:dye",Slot:1b}

]}

/execute @e[type=!Player,rm=3,r=8] ~ ~ ~ summon LightningBolt

Incomplete

James Blonde

2014-07-30, 07:56 PM

2017-05-02, 04:38 PM

2017-02-14, 05:08 PM

0

3

Unconfirmed

Minecraft 14w31a, Minecraft 14w33c

-