Version History Minecraft Command Generator

Version History

23 Apr 2024

Patch 2.15.2

Version that is tracking many patches

minecraft/command-generator 2.15.2

added1.20.5 support for Potions, Written Books
patchTargets not updating when updated

18 Apr 2024

Patch 2.15.1

Version that is tracking many patches Item block search not filtering correctly, thanks to redditor Cold-Cartoonist-9362

minecraft/command-generator 2.15.1

added1.20.5 support for Armor, Knowledge Books
patchItem search

18 Apr 2024

Give Generator Version 2

The give and banner generators have been migrated to version 2 of the give generator. This is a big update, and a lot under the hood has changed. Which probably means lots of new fresh bugs, which I will be working on as soon as they are discovered.

Semantic versioning

A complete rework of the version and version handling for a more complete handling of Minecraft semantic versioning. This allows for handling of going from version 1.20 to 1.20.5 to 1.21, which was a big issue with the old code base. Motivated by the fact Mojang has started making significant changes in patch versions of Minecraft, unfortunate timing but had to be done.

Internally most of the data tables for items, blocks, enchantments, effects and more had to be reworked for the new versioning, along with all the commands and generators. All the generators themselves were updated with new version comparing logic to provide the correct data for the correct version.

Snapshot, SBT, Square block tags

Support has been added for the snapshot version for the newer command format predicates, or as I prefer to call them sbt (square block tags). So far most of the base tags have been added, but tags for the extended give generators such as armor, banners, books, and potions are still to be added.

There currently is no import support for the new command syntax, this will be added in future updates. Snapshot can be selected from the version selector.

Other changes

In this version commands for summon item has been added, along with a few more command options.

Next

Finishing up the new snapshot tags and fixing all those bugs. Thank to everyone who has reported issues so far.

minecraft/command-generator 2.15

addedGive generator migrated to version 2
addedBanner generator migrated to version 2
added1.20.5 predicates, sbt

6 Mar 2024

Changes are on the way

Shocking news of Minecraft changing all the commands in 1.20.5 kind of ruined my week. I have been working away on fixing a number of bugs and adding a few new features, but now will need to reprioritise gettings the commands 1.20.5 compliant. I'm still working out the scope of the changes, so no indication of how long it will take. I'll try to post progress updates on the subreddit.

This update includes what was complete so far, I wanted to get these up and then focus on changes for 1.20.5.

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

Round 3, Text patches for books, signs and text tools

Another round of minor patches, thanks to redditor illusion_doge for providing feedback on what needed to be fixed.

minecraft/command-generator 2.13.1

patchSigns clickEvent command nbt escaping

1 Feb 2024

Round 2, Text improvements for books, signs and text tools

Another round of minor updates for the text editor, thanks to redditor illusion_doge for providing feedback on what needed to be fixed.

Also added in this update is a standalone raw json text format generator. This is a tool that will help you create the raw json text format forthings other than just commands. The page also includes notes on how to use the raw json text format properties and any limitations that the various options have.

https://www.gamergeeks.net/apps/minecraft/raw-json-text-format-generator

minecraft/command-generator 2.13

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

25 Jan 2024

Text improvements for books, signs and text tools

First update for the year, focusing on text improvements for the text editor tools.

Added text editor hoverEvent options for show text, show item and show entity. Added clickEvent to change page in books. Insert special character option. And also fixed a few bugs.

The next few updates will focus on getting the new item generator to replace the existing give generator. This will be a big update, and it's not going to be rushed. I will be working on this for the next few months, so expect a few more minor updates before the big one.

minecraft/command-generator 2.12

addedInsert special characters to text editor menu
addedhoverEvent options, and clickEvent change page, to text editor
patchText score objects importing
patchCommand prefix on ids for give command generator

18 Dec 2023

Fixed text score objective, and item defaults

Patched issue with score objects not generating the correct syntax for formated raw text.

Patched an issue with item generator not using correct item defaults on bad import strings.

minecraft/command-generator 2.11.3

patchGive generators command

10 Dec 2023

Fix summon firework commands

Patched issue with summon firework not working. Thanks to redditor No_Appearance_643 for reporting this one.

minecraft/command-generator 2.11.2

patchfirework command

9 Dec 2023

Fix block commands

Patched issue with block commands not working. Thanks to redditor ExpensiveWriting1900 for reporting this one.

minecraft/command-generator 2.11.1

patchBlock display command

8 Dec 2023

Item refactoring

Some code refactoring of item generator for fireworks.

minecraft/command-generator 2.11

addedGive item updates for firework_rockets

7 Dec 2023

Item refactoring

Some code refactoring of item generator for prefilled chests, enchanted books, knowledge books and player heads. A few minor bug fixes.

minecraft/command-generator 2.10

addedGive item updates for prefilled chests, enchanted books, knowledge books and player heads

23 Nov 2023

Block command overhaul

In this update the block command generators have been overhauled. Summon block display has been added, and setblock and summon falling block have been moved to the new command generator.

https://www.gamergeeks.net/apps/minecraft/block-display-command-generator

minecraft/command-generator 2.9

addedSummon block display
addedUpdated summon falling block and setblock

9 Nov 2023

Maintenance

Code refactoring

minecraft/command-generator 2.8.2

patchCode refactoring

6 Nov 2023

Potion generator Safari browser work around

Thanks to a helpful user I was able to track down a bug with the potion generator on Safari browsers.

https://www.gamergeeks.net/apps/minecraft/give-command-generator/potions

minecraft/command-generator 2.8.1

patch1.20.2 Potion generator overhaul

3 Nov 2023

Potion generator overhaul

An overhaul of the potion generator, which better handles Minecraft 1.20.2. It also adds several improvements such as summon item and motion for summon potion. Effects are now more streamlined, as the list was getting very long.

https://www.gamergeeks.net/apps/minecraft/give-command-generator/potions

minecraft/command-generator 2.8

added1.20.2 Potion generator overhaul

12 Oct 2023

A salty update for potions and active effects on mobs

If you wondered why potions no longer worked and active mob affects were missing, it was because Mojang changed the way it worked. The 1.20.2 patch update renamed Effects to effects, CustomPotionEffects to custom_potion_effects, ActiveEffects to active_effects. Small but breaking changes. Thanks to redditor Thesuperdog225 for reporting this one.

This is a rushed out update, import for these nbt tags are a little broken. An update is planned to fix, but that will take a lot more time.

Also included in this update, data merge has been added for signs. I was planning more for this update but it was important to get potions working again as it is one of the more popular tools.

minecraft/command-generator 2.7

addedSigns data merge

28 Sep 2023

Hotfix, give armor generator stopped working

Patch give armor generator after it stopped working in recent update. Thanks to redditor Lemon735 for reporting this one.

minecraft/command-generator 2.6.1

patchgive armor generator stopped working

28 Sep 2023

Signs, Tellraw, and Titles get scores, and selectors

Objects and selectors have been added to the sign, tellraw and titles generators. This was a complicated update, a complete rework of the textarea to allow for inserting objects and selectors. Hopefully I didn't break anything in the process.

The new features are a little tricky to use, and this is a bit of a prototype, so I will be working on improving this in the future. Sometimes the new format blocks get a bit messed up or overlap, try the remove format button to clean up areas. There are some general colors to help with seeing what is what, score objectives are in red blocks, selectors are in green blocks, links are now in blue blocks, and obfuscated text is usually a block of same color as text.

https://www.gamergeeks.net/apps/minecraft/give-command-generator/signs

https://www.gamergeeks.net/apps/minecraft/tellraw-command-generator

Next

Being nearly a month since the last update, I wanted to get this out. But it's missing a few things, like a data merge command. The next update will add that and improving the new features in this update.

minecraft/command-generator 2.6

addedobjective scores, and selectors to signs, tellraw, and titles

31 Aug 2023

Area cloud affect updated and other bug fixes

Area cloud affect has been updated, which have effects and more partical options with blocks and items. Thanks to redditors TheOceanMango and ChaotiXu for motivation on this one. https://www.gamergeeks.net/apps/minecraft/summon/area-effect-cloud

Fixed, Added more decimal points to mob loot drop, to allow for smaller percentage odds of drops. Thanks to redditor RealTooPoo for suggesting this. https://www.gamergeeks.net/apps/minecraft/mob-generator

Fixed, uuid numbers now regenerate on attributes when the item is changed. Thanks to redditor camerasantikaren for working with me to get this one corrected. https://www.gamergeeks.net/apps/minecraft/give-command-generator/armor

Fixed, Added turtle helmet to armor buttons. https://www.gamergeeks.net/apps/minecraft/give-command-generator/armor

minecraft/command-generator 2.5

patchattributes on armor generator now updated uuid on item change
patchadded turtle helmet which was missing from material icons

17 Aug 2023

Area cloud affect updated and other bug fixes

Area cloud affect has been updated, potion effects now work correctly and color can now be set for entity_effect. There are other color particle syntax and this will be the focus of next future update. Thanks to redditors TheOceanMango and ChaotiXu for motivation on this one. https://www.gamergeeks.net/apps/minecraft/summon/area-effect-cloud

Fixed, note particle generator default values so colors are generated correctly with out need to manual set. Thanks to redditor LyoGyo once again reporting another improvement. https://www.gamergeeks.net/apps/minecraft/particle-note-command-generator

Fixed, Locked containers don't lock. Due to a tag in the wrong place containers wouldn't lock correctly. Thanks to redditor GhostIsBeHere https://www.gamergeeks.net/apps/minecraft/give-command-generator/chests-shulkers

Fixed: Item Tag bug, Tags:["tags"] instead of tags:1b. Thanks to redditor deleted, with so many tags it's tricky to know how they all work. Probably will need a little more work in this area. https://www.gamergeeks.net/apps/minecraft/give-command-generator

minecraft/command-generator 2.4.1

patchnote particle generator default value

20 Jul 2023

Improvements and fixes

A range of minor bug updates to the v2 item command generator, mostly relating to text display.

Signs now support commands.

https://www.gamergeeks.net/apps/minecraft/give-command-generator/signs

minecraft/command-generator 2.4

Text display improvements, signs command support

6 Jul 2023

Armor Generator Patches

Minor updates and fixes to Armor generator and the v2 item command generator.

Leather color now updates in preview. Name and lore text preview had been added, this is a work in progress and still needs a little more work.

Some items won't work with some commands, so a warning will now display if a block/item is incompatibility with the command selected.

https://www.gamergeeks.net/apps/minecraft/give-command-generator/armor

minecraft/command-generator 2.3

addedArmor, leather color now updates in preview
addedText item preview
addedCommand incompatibility warning
patchItem attributes missing option chest

29 Jun 2023

Armor Generator for 1.20

Introducing a preview of the armor command generator! This early release offers a range of incredible features, including customizable trim patterns and the ability to dye leather armor. Although the trim colors may not be an exact match, and there is currently no preview for dyed leather armor, I have chosen to release this version now instead of delaying it for another week. Rest assured, I will continue to work on improving the color accuracy in the upcoming updates. Enjoy exploring the available options and stay tuned for future enhancements!

https://www.gamergeeks.net/apps/minecraft/give-command-generator/armor

minecraft/command-generator 2.2

addedArmor, armor trims custom generator

22 Jun 2023

Sign Generator updated for 1.20

As the title says, the sign generator has been updated for 1.20. This adds the new nbt tags for front and back, and should still keep working with 1.19. Thanks to redditor luigicat9 for prompting this one.

https://www.gamergeeks.net/apps/minecraft/give-command-generator/signs

That was a bit of difficult update, as the text editor is still giving me grief. It's one area I continue to work on and improve. Some day it will be perfect.

Next

An armor command generator is currently being worked on. Lot's of good feature requests coming through at the moment, I am making a note of them and many will be in future updates.

minecraft/command-generator 2.1

added1.20 Signs

15 Jun 2023

Additions and Patches

The item command generator now includes attributes and adventure mode features, which brings the signs and books closer to having all the features of the give generator. Additionally, the command generator's semantic version has been bumped to version 2.0, as it will eventually replace the give generator and serve as the core command generator.

https://www.gamergeeks.net/apps/minecraft/give-command-generator/written-books

Bug fixes

I greatly appreciate your efforts in reporting issues and providing suggestions.

A recent update broke custom egg icon selector on the mob generator. Thanks redditor calamariclam_II for reporting.

A strange bug with custom colors on written books has been hopefully now been patched. Thanks redditor Monkeyswithpie for reporting.

Next

Signs need a 1.20 update. Then a few more bug fixes, minor improvements as reported, and then the armor generator. Also I really need to add a better minecraft font to the editor.

minecraft/command-generator 2.0

addedItem generator gets attributes and adventure mode features

25 May 2023

Minecraft pre-release 1.20 data

The next Minecraft release 1.20 is almost here and this update adds the new items, blocks, and mobs to the tools database based on the anticipated pre-release data. The tools are still set to 1.19, but 1.20 can be selected from the version selector in most cases. It is a chance to preview the chances before setting the tools to 1.20 after release.

https://www.gamergeeks.net/apps/minecraft/new-blocks-in-1.20-java-edition

Next

We need an armor generator for the new armor trims, there's a fair bit to do for this to work so it maybe a few weeks before this gets released.

minecraft/command-generator 1.9

addedPre-release 1.20 data

18 May 2023

Written Books

One of the most popular request has been written books and finally here's a tool for that. This one took a while, I was quite worried how difficult it would be to implement something that works and is easy enough to use. This update adds the complexity of pages to the text editor and several behind the scene improvements.

https://www.gamergeeks.net/apps/minecraft/give-command-generator/written-books

Next

Minecraft 1.20 is on its way, with pre-release updates already rolling out. This signifies that the main feature blocks and items have reached a stable state, allowing us to incorporate them into our command generator tools. The next few updates will be focused on 1.20 blocks and items, after that I think we need an armor generator for the new armor trims. That's quite a bit to do, so I better get started.

minecraft/command-generator 1.8

addedWritten Books

4 May 2023

Goat horns and enchantments

A range of minor updates this week.

Epic_Games000 suggested adding goat horn sounds, this was a nice test into further work on version 2 of the item generator. It was interesting to add the play sound buttons, maybe I will look at more sound commands in the future.

https://www.gamergeeks.net/apps/minecraft/give-command-generator/goat-horns

Hi_MyNameSteve pointed out that the tellraw text editor was custom color picker for text. So that has been added. Bedrock still has no support for this.

https://www.gamergeeks.net/apps/minecraft/tellraw-command-generator

The second version of the item generator, which creates signs, now includes enchantments and additional tags. These updates are in preparation for the development of a custom armor generator that will support the 1.20 armor trims.

minecraft/command-generator 1.7

addedGive goat horn custom generator
addedVersion 2 item generator gets enchantment and extra tags support
patchSupport for Hex colors in Text Editor for Title and tellraw java

20 Apr 2023

More commands get save

Smaller update this week, as the save feature has been added to the following Minecraft command generators: effects, kill, particles, teleport, tellraw.

minecraft/command-generator 1.6

addedSave the other commands

6 Apr 2023

Sign command generator

Introducing the Sign Command Generator - a powerful tool that enables you to create bespoke signs with commands tailored to your needs.

https://www.gamergeeks.net/apps/minecraft/give-command-generator/signs

Although it has been two months since the last major release, I have been hard at work revamping the WYSIWYG text editor and developing a new working prototype of the give/item generator. It took a lot more time than I thought it would, but finally I think it's stable enough.

The latest prototype is the foundation for a new item command generator, allowing for more command options such as setblock and summon item. Currently there are fewer features than the predecessor, but holds great potential for future development. Rest assured that the existing item generators will continue to be available until all features have been integrated into this version.

minecraft/command-generator 1.5

addedSign command generator

2 Feb 2023

Teleport Dimensions

An often requested feature of the teleport commands is to move dimensions. A tricky command that uses the execute command to force the command on the player.

https://www.gamergeeks.net/apps/minecraft/teleport-command-generator

minecraft/command-generator 1.4

addedTeleport dimensions

5 Jan 2023

Tellraw text run command patch

Patched a number issues with text linking in run commands and other function.

https://www.gamergeeks.net/apps/minecraft/tellraw-command-generator

minecraft/command-generator 1.3.1

patchTellraw text run command patch

16 Dec 2022

Teleport

New command generator for teleport. There's actually quite a few options which sets where the player will look on teleport.

https://www.gamergeeks.net/apps/minecraft/teleport-command-generator

minecraft/command-generator 1.3

addedTeleport command

8 Dec 2022

Final Particles

Added the last few particle arguments for block, block_marker, falling_dust and item. An autocomplete selector for easy selecting of blocks and the ability to use block states to change the look in some cases.

https://www.gamergeeks.net/apps/minecraft/particle-command-generator

minecraft/command-generator 1.2

addedParticles block, block_marker, falling_dust, and item

24 Nov 2022

More Particles

Particle generator now has the viewer filter argument, an option that sets which users can see the particles. Added extra arguments for the unique particles dust_color_transition, sculk_charge, shriek, and vibration. Some minor changes and tweaks in the particle command tool. There is still a few particles to add next, these make use of block or item data.

https://www.gamergeeks.net/apps/minecraft/particle-command-generator

Small but difficult patch of give and mob commands nbt Tags requiring quotes, thanks to ultimatewolfsbane pointing that out over on reddit.

https://www.gamergeeks.net/apps/minecraft/mob-generator

minecraft/command-generator 1.1

addedParticle command filter visible to Viewers/Target command
addedParticles dust_color_transition, sculk_charge, shriek, and vibration

18 Nov 2022

Added particle command

Minecraft particles are a neat visual element that can appear in the world. The particle command seemed like a small addition at first, but I soon discovered how complicated some particles options are. This tool should make it a lot easier to build colored particles and all the rest.

https://www.gamergeeks.net/apps/minecraft/particle-command-generator

There's still a few more particles complicated particle options with blocks and items to be added. I'll be adding more particle options in the coming weeks, along with some needed give tool bug/feature requests.

minecraft/command-generator 1.0

addedParticle command

3 Nov 2022

Other Commands, settings for server prefix

Small update for the effects, kill, title and tellraw generators. Adding setting for server prefix and also toggle chat or command block mode.

https://www.gamergeeks.net/apps/minecraft/effect-command-generator

minecraft/command-generator 0.9.1

addedSettings for server prefix

28 Oct 2022

Added kill command

A simple kill command addition, which is largely a target selector generator. Also added more to the target selector area, mostly around entity selection which is important for the kill command. This update also hides some internal refactoring of the command generator, hopefully I didn't break anything.

https://www.gamergeeks.net/apps/minecraft/kill-command-generator

minecraft/command-generator 0.9

addedKill command
addedTarget selector additions, entity types, limit entities, limit sort for entities
patchRemove link from title text

21 Oct 2022

Text/Title Command Generator, Import Command

Added import tab, so now you can import commands for tellraw and title command generators. Next step will be the save/load feature, and some feature additions.

https://www.gamergeeks.net/apps/minecraft/tellraw-command-generator

https://www.gamergeeks.net/apps/minecraft/title-command-generator

A big thank to the on going supporters, Nyaeris, Loser, TaimoorTariq

minecraft/command-generator 0.8

addedText/Title, import command
patchReset buttons

5 Oct 2022

Effect Command Generator, Import Command

Added import tab, so now you can import commands for effects. Next step will be applying this to the text editor, and then the save/load feature.

https://www.gamergeeks.net/apps/minecraft/effect-command-generator

A big thank to the on going supporters, Nyaeris, Loser, Mika, TaimoorTariq

minecraft/command-generator 0.7

addedEffect, import command

29 Sep 2022

Effect Command Generator

This update adds a generator for effects command, with easy target selector. For both Minecraft Java and Bedrock, as there are different command syntax for both versions. Also have some different effects not available in the other.

https://www.gamergeeks.net/apps/minecraft/effect-command-generator

A big thank to the on going supporters, Nyaeris, Loser, Mika, TaimoorTariq

minecraft/command-generator 0.6

addedEffect, java and bedrock
patchTeam command, advanced editor not working
patchSlow load bug

22 Sep 2022

Loader Update

Internal updates to the app loader, that's the one with the rotating cog. Changes to how extra assets are loaded, this is always a problem so please post if you have an issue and I'll investigate. Small changers to command generator framework. A fix to the team command generator advanced text generator.

minecraft/command-generator 0.5

addedLoader improvements
patchTeam command, advanced editor not working

15 Sep 2022

Title command generator

This update adds java and bedrock versions of the title command. Mostly the same as the tellraw command with a few quirks for bedrock.

https://www.gamergeeks.net/apps/minecraft/title-command-generator

A big thank to the ongoing supporters, Nyaeris, Ethyriel, Loser, Mika, TaimoorTariq

minecraft/command-generator 0.4

addedTitle command, java and bedrock

1 Sep 2022

Bedrock Tellraw command generator

This update adds bedrock version of the tellraw command. Bedrock still uses the old text formatting codes, the ones that use the section sign ยง. It's not great, but it's something. This is part of a long term effort to prepare the tools take on all the bedrock for existing commans.

https://www.gamergeeks.net/apps/minecraft/tellraw-command-generator

A big thank to the ongoing supporters, Nyaeris, Loser, Ethyriel, TaimoorTariq

minecraft/command-generator 0.3

addedTellraw command, bedrock version

19 Aug 2022

New Tellraw tool and editor overhaul

The editor is long overdue for an overhaul and work on the new tellraw generator is underway. This update and the next few will focus on adding features to the text editor, then those changes will be applied into the give/summon tools once it's stable enough. This is part of a bigger piece of work of preparing the tools for bedrock and an overhaul of the framework to allow for expanding to more commands.

https://www.gamergeeks.net/apps/minecraft/tellraw-command-generator

Lots of feedback, I do note all these down and will be fitting many around upcoming text generator tools. Some changes are more difficult than others, so if a feature request sits for a while it maybe waiting on some other complex code to be completed first.

A big thank to the ongoing supporters, Nyaeris, Loser, Ethyriel, Mika, TaimoorTariq

minecraft/command-generator 0.2

addedTellraw command, java version

15 Jul 2021

New Team Command Generator

New tool which will help with typing all team commands, just enter team name and display name and you're good to go! Also includes a team member selector.

https://www.gamergeeks.net/apps/minecraft/team-command-generator

minecraft/command-generator 0.1

addedTeam command, java