I've googled a bit and realize that no one of the whole generators I found doesn't have reverse command parsing.
Would it be difficult to implement a kind of reverse command parsing for your amazing product?
Like, what I mean: I have some command, I paste it into text-field, hit some button, and it's filling up all necessary fields in the generator.
Does it make sense or I'm just lazy boi?
Because I have a lot of ideas on how to make some cool events in-game but every now and again filling up the forms is quite annoying. (now I'm pretty sure, I AM a lazy boi, but c' mon)
It's on the todo list, basically import command. It takes a bit of work, but hopefully will do soon.
0.7 compression update
Improvements to nbt data generation, nbt json encoding follows minecraft format which is more compressed. Also trimed redundant elements from name and lore text. Fixed some issues with lore lines and carriage return.
Added minecraft formated json encoding method, option for minecraft/standard (extras)
Added name item short/long option for servers (extras)
Improved Lore nbt generation and removed superfluous elements
Added: Name and Lore obfuscated and strike-through text option
Added: Notes and ux improvements
Patch: Allowed text styles on the same line (credit: dran_k/planetminecraft)
0.7.3 Update
Added: Minecraft Java 1.15
0.7.2 Update
Patch: UUID on attributes to allow stacking
Patch: Spawn egg nbt for 1.12
I have a suggestion, is it possible for you to implement the banner maker and the item generator? It would be really cool to have banners that could have custom properties. Thanks!
Old versions of Give Command Generator not working
First I absolutely love your Give Command Generator and I know you are working on 1.16, but I thought you would like to know that your "Permalinks to versions 1.12 through 1.15 do not work, they go to a grey box which says "Loading..." but never loads. Some of us will be staying with older versions, again thanks for an awesome site.
Hey there, I have a suggestion. Please Add CustomModelData and CustomTags so Resource pack devs will use this generator more frequently. McStacker has this option and it helps very much! Thank you
The Meaning of Life, the Universe, and Everything.
Join Date:
6/11/2016
Posts:
61
Member Details
Hi, please explain how to use the "Enchanted Books" generator ?
I'm trying to select an enchantment on the "Book" tab,
but nothing is changing in the generated command.
I always get the basic command only:
/give @p enchanted_book 1
a problem i found with the can destroy feature was that if you made something be able to destroy redstone it displayed
/give @p stone{CanDestroy:[redstone]} 1, while it has to be
/give @p stone{CanDestroy:[redstone_wire]} 1
that stuff is tricky, currently my database doesn't do good between items and blocks ... and minecraft is a little fiddly with that. An area to improved.
add an option what you press and it transforms that transforms give command to valid data pack item not sure how to explain it better
like when you make a custom recepie with a data pack you just cant paste the give command in to the output recepie it hast to be in data pack form
like i made a custom item what drops from a custom boss diamond{the nbt data what its use for}
and in data pack i cant use the diamond{nbt it has to be}
Another online command generator, useful for those more unknown commands and for making items.
https://www.gamergeeks.nz/apps/minecraft/give-command-generator
What's Working
Give Command Generator | Tropical Fish Generator | Youtube Channel
v0.4 Attributes update
Added attributes buffs/debuffs system
Added warning for long commands
Fixed 1.12 command error due to missing itemdata integer
Give Command Generator | Tropical Fish Generator | Youtube Channel
Added colored name text
Added javascript load improvements
Give Command Generator | Tropical Fish Generator | Youtube Channel
0.5.1
Improved block search performance
Fixed some missing blocks for 1.12 and 1.13
Give Command Generator | Tropical Fish Generator | Youtube Channel
0.5.2
Added dye leather armor color NBT
Added 1.14 blocks and entities (work in progress)
Moved display flags and added extra's tab
Give Command Generator | Tropical Fish Generator | Youtube Channel
Hey does anyone know why when i start my version 1.12 world in a 1.8 version minecraft, it loses my spawn point or it doesnt show my house ?
0.5.3
1.14 is now default
Removed min/max for enchantments
Give Command Generator | Tropical Fish Generator | Youtube Channel
0.6
Added can place/destroy rules
Added block/item search optimisation and freeform entry
Give Command Generator | Tropical Fish Generator | Youtube Channel
Hey!
I've googled a bit and realize that no one of the whole generators I found doesn't have reverse command parsing.
Would it be difficult to implement a kind of reverse command parsing for your amazing product?
Like, what I mean: I have some command, I paste it into text-field, hit some button, and it's filling up all necessary fields in the generator.
Does it make sense or I'm just lazy boi?
Because I have a lot of ideas on how to make some cool events in-game but every now and again filling up the forms is quite annoying. (now I'm pretty sure, I AM a lazy boi, but c' mon)
Huge thanks, btw)
It's on the todo list, basically import command. It takes a bit of work, but hopefully will do soon.
0.7 compression update
Improvements to nbt data generation, nbt json encoding follows minecraft format which is more compressed. Also trimed redundant elements from name and lore text. Fixed some issues with lore lines and carriage return.
Added minecraft formated json encoding method, option for minecraft/standard (extras)
Added name item short/long option for servers (extras)
Improved Lore nbt generation and removed superfluous elements
Give Command Generator | Tropical Fish Generator | Youtube Channel
Very helpful, I'm using it often and I've made lots of custom items on my server thanks to this generator. Good job!
Added: Notes and ux improvements
Patch: Allowed text styles on the same line (credit: dran_k/planetminecraft)
Patch: Spawn egg nbt for 1.12
Give Command Generator | Tropical Fish Generator | Youtube Channel
I have a suggestion, is it possible for you to implement the banner maker and the item generator? It would be really cool to have banners that could have custom properties. Thanks!
Old versions of Give Command Generator not working
First I absolutely love your Give Command Generator and I know you are working on 1.16, but I thought you would like to know that your "Permalinks to versions 1.12 through 1.15 do not work, they go to a grey box which says "Loading..." but never loads. Some of us will be staying with older versions, again thanks for an awesome site.
Hey there, I have a suggestion. Please Add CustomModelData and CustomTags so Resource pack devs will use this generator more frequently. McStacker has this option and it helps very much! Thank you
EDIT: Ah I see, it's on the todo list :)))
a problem i found with the can destroy feature was that if you made something be able to destroy redstone it displayed
/give @p stone{CanDestroy:[redstone]} 1, while it has to be
/give @p stone{CanDestroy:[redstone_wire]} 1
i was searching for an hour to a solution, bruhhhh
Hi, please explain how to use the "Enchanted Books" generator ?
I'm trying to select an enchantment on the "Book" tab,
but nothing is changing in the generated command.
I always get the basic command only:
/give @p enchanted_book 1
Should be fixed now.
that stuff is tricky, currently my database doesn't do good between items and blocks ... and minecraft is a little fiddly with that. An area to improved.
Give Command Generator | Tropical Fish Generator | Youtube Channel
Yes, it's working now
Thank you very much for the quick fix!
add an option what you press and it transforms that transforms give command to valid data pack item not sure how to explain it better
like when you make a custom recepie with a data pack you just cant paste the give command in to the output recepie it hast to be in data pack form
like i made a custom item what drops from a custom boss diamond{the nbt data what its use for}
and in data pack i cant use the diamond{nbt it has to be}