Minecraft : Fireworks Give Command Generator

Minecraft 1.20.5 has changed the command output structure, so most commands will no longer work for 1.20.5+. An update is being worked on, but it will take some time as every tool needs to be updated and quite a number of changes have been made by Mojang. In the meantime, you can use the previous version of Minecraft (1.20.4) to use the commands. Working on this issue is the top priority.
Loading
Page

Try the Commands Troubleshooting and Help page if you get stuff with server errors.

Minecraft Give or Summon Firework Rocket Generator

Create a custom firework rocket, give firework rock generator and summon custom firework rocket, select color and explosion shape.

Flight Duration

How long the firework rocket will fly for, mainly used for give command. Based on the amount of gunpowder used in crafting the rocket. Usualy range is from -128 to 127.

Summon, instant explosion

Sets the time in for how long until firework explodes, set to 0 for instant explosion.

/summon firework_rocket ~ ~ ~ {LifeTime:0,FireworksItem:{id:firework_rocket,Count:1,tag:{Fireworks:{Explosions:[{Colors:[I;14602026]}]}}}}

Adjust coordinates for explosion.

/summon firework_rocket ~2 ~5 ~2 {LifeTime:0,FireworksItem:{id:firework_rocket,Count:1,tag:{Fireworks:{Explosions:[{Colors:[I;14602026]}]}}}}

Summon, LifeTime and Motion

Set LifeTime to longer and add Motion to direct the rocket. Motion increases direction quickly, small numbers and decimals work well.

/summon firework_rocket ~ ~1 ~ {LifeTime:10,Motion:[2d,0d,0d],FireworksItem:{id:firework_rocket,Count:1,tag:{Fireworks:{Explosions:[{Trail:1b,Colors:[I;11546150]},{Type:4,Trail:1b,Colors:[I;8439583]}]}}}}

[Beta] Item Generator

This generator is a working prototype of the item generator, built on the newer command generator framework. This includes new options for command output and structured data.

Looking for 1.12 Java

Version History

6 Mar 2024
minecraft/command-generator 2.14

addedBlock transformations for summon block display
addedNew attribute max_absorption
added1.12 support give based commands
patchIssue with drop chances

22 Feb 2024
minecraft/command-generator 2.13.1

patchSigns clickEvent command nbt escaping

1 Feb 2024
minecraft/command-generator 2.13

addedStandalone raw Json text format generator
addedText editor help link
patchText parsing for hoverEvent


Read version history »
(41 More Updates)