Executing at fireworks entity with specific nbt Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Minecraft - Executing on an entity is not workingMinecraft executing on an entity not workingClearing Items with NBT Tagshow to make specific textures for nbt tagsHow Do I Get The NBT Data a Specific Block?My command for minecraft executing a command at an entity won't workExecuting the particle command in a specific dimension?My arrows aren't being executed at by a looping function/command blockhow do i execute a command at an entity with a certain nbt dataDistance command and tag command not working
How does the secondary effect of the Heat Metal spell interact with a creature resistant/immune to fire damage?
How come Sam didn't become Lord of Horn Hill?
Strange behavior of Object.defineProperty() in JavaScript
Crossing US/Canada Border for less than 24 hours
A term for a woman complaining about things/begging in a cute/childish way
Hangman Game with C++
How many serial port on PI3
Product of Mrówka space and one point compactification discrete space.
What is the appropriate index architecture when forced to implement IsDeleted (soft deletes)?
How fail-safe is nr as stop bytes?
What do you call the main part of a joke?
"Lost his faith in humanity in the trenches of Verdun" — last line of an SF story
How much damage would a cupful of neutron star matter do to the Earth?
I want to complete my figure
Should I use a zero-interest credit card for a large one-time purchase?
Putting class ranking in CV, but against dept guidelines
How to dry out epoxy resin faster than usual?
How to draw/optimize this graph with tikz
Do wooden building fires get hotter than 600°C?
Put R under double integral
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
What does Turing mean by this statement?
Why is Nikon 1.4g better when Nikon 1.8g is sharper?
What does it mean that physics no longer uses mechanical models to describe phenomena?
Executing at fireworks entity with specific nbt
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Minecraft - Executing on an entity is not workingMinecraft executing on an entity not workingClearing Items with NBT Tagshow to make specific textures for nbt tagsHow Do I Get The NBT Data a Specific Block?My command for minecraft executing a command at an entity won't workExecuting the particle command in a specific dimension?My arrows aren't being executed at by a looping function/command blockhow do i execute a command at an entity with a certain nbt dataDistance command and tag command not working
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm trying to make a command that executes at a firework_rocket entity with specific nbt (In this case explosion colours), and runs a certain command whenever such a firework is present, however, nothing happens.
Here is the /execute command in question
execute at @e[type=firework_rocket,nbt=FireworksItem:id:firework_rocket,Count:1,tag:Fireworks:Explosions:[Colors:[I;11743532,3887386]]] run say doot
If this worked, it should react by saying doot constantly every time any single firework rocket with a matching explosion was flying. It doesn't.
The nbt should be identical to the one summoned with this command (I checked)
/summon firework_rocket ~ ~1 ~ FireworksItem:id:firework_rocket,Count:1,tag:Fireworks:Explosions:[Colors:[I;11743532,3887386]]
And it should also react whenever a player used the rocket given as an item with this command
/give @p firework_rocketFireworks:Explosions:[Colors:[I;11743532,3887386]] 1
Not a single of these commands works, and I checked that the nbt is identical for each of them, yet nothing happens. I'm absolutely clueless, any ideas?
minecraft-commands
add a comment |
I'm trying to make a command that executes at a firework_rocket entity with specific nbt (In this case explosion colours), and runs a certain command whenever such a firework is present, however, nothing happens.
Here is the /execute command in question
execute at @e[type=firework_rocket,nbt=FireworksItem:id:firework_rocket,Count:1,tag:Fireworks:Explosions:[Colors:[I;11743532,3887386]]] run say doot
If this worked, it should react by saying doot constantly every time any single firework rocket with a matching explosion was flying. It doesn't.
The nbt should be identical to the one summoned with this command (I checked)
/summon firework_rocket ~ ~1 ~ FireworksItem:id:firework_rocket,Count:1,tag:Fireworks:Explosions:[Colors:[I;11743532,3887386]]
And it should also react whenever a player used the rocket given as an item with this command
/give @p firework_rocketFireworks:Explosions:[Colors:[I;11743532,3887386]] 1
Not a single of these commands works, and I checked that the nbt is identical for each of them, yet nothing happens. I'm absolutely clueless, any ideas?
minecraft-commands
add a comment |
I'm trying to make a command that executes at a firework_rocket entity with specific nbt (In this case explosion colours), and runs a certain command whenever such a firework is present, however, nothing happens.
Here is the /execute command in question
execute at @e[type=firework_rocket,nbt=FireworksItem:id:firework_rocket,Count:1,tag:Fireworks:Explosions:[Colors:[I;11743532,3887386]]] run say doot
If this worked, it should react by saying doot constantly every time any single firework rocket with a matching explosion was flying. It doesn't.
The nbt should be identical to the one summoned with this command (I checked)
/summon firework_rocket ~ ~1 ~ FireworksItem:id:firework_rocket,Count:1,tag:Fireworks:Explosions:[Colors:[I;11743532,3887386]]
And it should also react whenever a player used the rocket given as an item with this command
/give @p firework_rocketFireworks:Explosions:[Colors:[I;11743532,3887386]] 1
Not a single of these commands works, and I checked that the nbt is identical for each of them, yet nothing happens. I'm absolutely clueless, any ideas?
minecraft-commands
I'm trying to make a command that executes at a firework_rocket entity with specific nbt (In this case explosion colours), and runs a certain command whenever such a firework is present, however, nothing happens.
Here is the /execute command in question
execute at @e[type=firework_rocket,nbt=FireworksItem:id:firework_rocket,Count:1,tag:Fireworks:Explosions:[Colors:[I;11743532,3887386]]] run say doot
If this worked, it should react by saying doot constantly every time any single firework rocket with a matching explosion was flying. It doesn't.
The nbt should be identical to the one summoned with this command (I checked)
/summon firework_rocket ~ ~1 ~ FireworksItem:id:firework_rocket,Count:1,tag:Fireworks:Explosions:[Colors:[I;11743532,3887386]]
And it should also react whenever a player used the rocket given as an item with this command
/give @p firework_rocketFireworks:Explosions:[Colors:[I;11743532,3887386]] 1
Not a single of these commands works, and I checked that the nbt is identical for each of them, yet nothing happens. I'm absolutely clueless, any ideas?
minecraft-commands
minecraft-commands
asked 23 mins ago
BryufBryuf
83
83
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f349203%2fexecuting-at-fireworks-entity-with-specific-nbt%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f349203%2fexecuting-at-fireworks-entity-with-specific-nbt%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown