What you need is to have the Second chain command block set up to this command:/execute @[type=Snowball] ~ ~ ~ /summon LightningBold ~ ~ ~This will make the bolt follow the snowball until it has hit something or someone.

I'm trying to achieve the same effect with command blocks in Minecraft 1.8.8. Name it "Lightning Bolt" or something like that. Ads by Fandom. I'll find a link later if you need it Hey, I just wanted to update with this piece of information, maybe it will be useful to someone. There probably is a way using scoreboard, execute and summon commands. Then you can limit the range to 5 blocks (the maximum melee distance) to make sure that mobs won't randomly get lightning'd when they're burning up five chunks over. Use a spawn egg with a custom name.

You can summon lightning onto an enemy but i don't think you can trigger it with a stick. Art. Lightning Staffs in Vanilla Minecraft by xXCrazyPersonXx 984 8914 0 Name a carrot on a stick 'LightningStaff' to get the lightning staff Right click holding the lightning staff to cast lightning all around you!. First of all you would have to get a snowball and rename it Lightning Master. The thing I'm trying, however, is to make the lightningBolt entity spawn where I click. So in a way what you are asking is possible, but to be useful it would end up being very complicated and laggy, so I would recommend just looking into Bukkit, if you really need this. In this tutorial, we have thrown the trident at a creeper. With the small help of the internet (Wasn’t quite sure on how, but managed to fin d an answer). Posted by 2 days ago.

Something you COULD do in Vanilla Minecraft is summon a lightning bolt when the player right clicks with a carrot on a stick, as there are ways to detect that, but then you have to figure out where the lightning will hit, which depending on how accurate you want it to be, would require many more command blocks. By clicking “Post Your Answer”, you agree to our To subscribe to this RSS feed, copy and paste this URL into your RSS reader. The site may not work properly if you don't If you do not update your browser, we suggest you visit Press J to jump to the feed. You can detect if a player is holding the required item and then check if the mobs HurtTime is 0 and invert that signal (HurtTime is 0 when a mob is not hit and increments to 20 when you hit it and then goes back to 0 until you hit it again). In this tutorial, we want to use Channeling on a creeper and summon a lightning bolt at it. By using our site, you acknowledge that you have read and understand our Arqade is a question and answer site for passionate videogamers on all platforms.

Does anyone know how to do this?You can create a lightning stick using these commands in a command block:To receive a command block, you can type in the command chat:Just use a few one is enchant (your name) (whatever enchantment you want) 1 then put a comparator then put a command block that says execute @a ~ ~ ~ tp @e[type=lightning_bolt] ^ ^ ^10 then put another that says summon lightning_bolt and put all of them to repeat Hello! Discuss the workings and policies of this site To summon a lightning bolt in Minecraft Windows 10 Edition 1.1 and higher /summon lightning_bolt. I'm looking for a stick (or any item, it doesn't really matter) that can be used to right click and summon lightning on the spot that was clicked. level 2 . To summon a fireball that has an Explosion Power of 4 and moves East at an initial velocity of 3.0: (starting in 1.16, use the Motion NBT tag to set initial velocity instead of the direction tag) /summon fireball ~ ~1 ~ {ExplosionPower:4,Motion:[3.0,0.0,0.0]} Example in Java Edition (PC/Mac) 1.14 and 1.15. If both of these are true you can trigger the lightning on that mob.

973 comments. Yes, I know this is a rather old concept, but I haven't seen it be adapted to 1.14 yet. Yes, I know this is a rather old concept, but I haven't seen it be adapted to 1.14 yet. How To Spawn Herobrine in Minecraft Pocket Edition with Command Blocks - Duration: ... How to make a lightning stick in Minecraft - Duration: 4:44. Detailed answers to any questions you might have You'd need to only detect arrows stuck in the ground (there's an NBT tag IIRC, similarly with the name assuming you don't want all arrows to summon lightning).I thought it was impossible to add a datatag to the execute command?