Article Categories
- Baldur's Gate 3
- Diablo
- Elder Scrolls
- General
- Hogwarts Legacy
- League of Legends
- Minecraft
- Pokemon Go
- Sims 4
- StarCraft
- Steam Platform
- Xbox Game Console
More Articles
How to execute a specific item in minecraft
I want to make a command executing a tripwire hook when it is thrown in the ground you summon a lighting bolt but it seems you can't add NBT tags in an execute command so how to specify the item I want.
Question from user Mohannad El-Nesr at gaming.stackexchange.com.
Answer:
you cannot do it using execute only you must use scoreboard as in the following:.
/scoreboard players set @e[type=item] Lightning 1 {Item:{id:"minecraft:tripwire_hook",Damage:0s,Count:1b,tag:{display:{Name:"Lightninger",Lore:[]}}}}.
then .
/execute @e[score_Lightning_min=1] ~ ~ ~ summon Lightning_Bolt.
Answer from user Mohannad El-Nesr at gaming.stackexchange.com.
I want to make a command executing a tripwire hook when it is thrown in the ground you summon a lighting bolt but it seems you can't add NBT tags in an execute command so how to specify the item I want.
Question from user Mohannad El-Nesr at gaming.stackexchange.com.
Answer:
you cannot do it using execute only you must use scoreboard as in the following:.
/scoreboard players set @e[type=item] Lightning 1 {Item:{id:"minecraft:tripwire_hook",Damage:0s,Count:1b,tag:{display:{Name:"Lightninger",Lore:[]}}}}.
then .
/execute @e[score_Lightning_min=1] ~ ~ ~ summon Lightning_Bolt.
Answer from user Mohannad El-Nesr at gaming.stackexchange.com.
have you ever broken up with a character?
When did you realize you could set camp in the tavern ?
Is it possible to hit a mine on first click?
BG3 is very fun, but exhausting to play.
How do I find the missing Gold Skulltulas?
Is there an easier Whistle Sprint Alternative to execute in Tears Of The Kingdom?
is there a Clothing shop in Baldur's gate?
Does it make a difference to CP if you feed candies before or after evolving?
BG3 Mod Path to Menzoberranzan demo aims for Nautiloid size
Is there any reason to collect more money after repaying the companys debt?


