CORRECTION!!! "e" is for exponents but not in the way I thought! Someone pointed out that 5e3 != 5^3. The "e" actually represents 10 to the power of ___, like in scientific notation. Example from stackoverflow: 3.7e-5 = 3.7E-5 = 3.7×10^-5 = 0.000037 If you're confused, don't worry about it. I got this part wrong because I had never seen it used in Minecraft!
Yeah, I came in to say that the part where you were faking uncertainty (“2 squared, or 4, I suppose. ‘I suppose’, as if I was uncertain about that for even a moment”) was in fact the part where you were wrong. The rest of this is good though.
Note that each of these things have distinct names that clearly differentiate from any of the others, and removes ambiguity: ( ) = Parenthesis { } = Braces [NOT "curly brackets", although sometimes referred to as "curly braces"] [ ] = Brackets
Fun note: json (JavaScript object notation) isn't only used by javascript and datapack developers, it is a database that can easily be modified with a few lines of code, inspired by the javascript object notation and it's also used in many other programming languages
damn! you are sooo good at explaining things in simple terms yet you are still so funny and make it a fun video to watch too! I genuinely learned more in this video than i could have if i spent two weeks browsing google search results which is how i normally have to learn this stuff, especially for new features which haven't many videos yet. I really hope this channel takes off man, good stuff, i can learn alot here :)
That's awesome! I got motivated to start making these videos specifically because I noticed a lot of top search results were outdated or just underwhelming. I really like this stuff and I think more people should learn it!
@@Legitimoose im glad you think so :) i hope you can make one on custom dimensions soon cos i have looked literally everywhere for weeks :( idk what im doing wrong, ive tried so many things and nothing is working lol
Brooo you are awesome! I just finished your tutorial and I’ve ran to sub you and then I looked at your subscribers count and i didn’t understand How you 500 , you are deserved at least 10000 man ! Love your stuff
@@beepboop9554 Hi, if you haven't seen it I just posted a /tellraw tutorial that covers that (and can be used for books and signs too!) ua-cam.com/video/wX9WiqR8QZU/v-deo.html
My question is how you are so great at teaching coding. Usually, computer stuff scares me to death and videos seem pointless as they will miss something and i will be totally confused. But you seem to understand our point of confusion very well. Also thx for being funny.
I understand absolutely nothing in this video but ya know what it’s still a good tutorial, thank you once again Legitimoose, your work is the grace of today’s world. Also, if you can sneak the Soviet Union national anthem somewhere into the next video I’ll force my pet unicorn to snort gumballs.
Yessss, I'd love to make more tutorials like that. Once I've made tutorials for a lot of the important things like this JSON tutorial I'm hoping to make tutorials on more advanced stuff (like all the fancy datapack features!)
Hello and welcome! I really like getting suggestions, but I'm not sure what you mean by a choices command. If you tell me what you mean I'll add it to my list if ideas!
@@Legitimoose it's like Minecraft story mode, if someone choose choice 1, something Will happen if someone choose choice 2 something different from choice 1 Will happen. Like that
-im reading from a script and have all the pauses edited out- ;) perhaps your teacher should consider becoming a time demon and remove all the pauses from real life, that's what id do at least
i was making a data pack but i need player position at game every tick can you please help me? just type the code for the tick.mcfunction. will wait for a reply
Hi, I might be able to help but I'm not quite sure what it is you're trying to do. Why do you need the player position at every game tick? Maybe what you're looking for is the "/execute at" command? Let me know!
@@Legitimoose i was making a speedometer in Minecraft. using appropriate formula and position we can calculate the speed of player. That is why i need the position at every game tick.I am using (data get entity Pos[2]) to get the thing.Then i put execute store result score Pos_z speed run data get entity Pos[2] in a tick.mcfunction file.But I want the same as variable. Can you help?
Can you store a variable in an array and get player input to store it as one of those variables? I'm also curious if you can find dot products between characters line of site, movement vector, etc.
Hey do you have a video on how to download json files because I’m trying to install a mod that requires one so if you could point me in the right direction that would be most appreciated because I recently started modding my Minecraft and I came across a mod that requires me to do so
Hi, json files are really just text and can be used for almost anything. I'd say just make sure you follow the installation instructions that the modder made and you should be ok!
@@Legitimoose they don’t really say how to install a json file though they just say make sure you do it by clicking here as if I knew how to do it though
In minecraft ore blocks what does Minecraft:destroy time 0.12, minecraft:function 0.7 I know what the destroy time means lol but the function 0.7 what does that mean?
@@Legitimoose I am so glad that I at some point wanted to decorate a build in Minecraft with an axe held by an invisible armor stand. The armor stand got me to /entitydata, which was apparently an outdated command, which got me to /data, which got me to /to command, which doesn't work comfortably on armor stands, and therefore got me to /execute, which got me to /legitimoose, who introduced me to behind the scenes Minecraft, and is a very good teacher. Your channel is underrated but it's slowly but surely growing
@@IchBinCaptainIglo _Hmmm_ yes, I have just looked it up an according to stack overflow I am now legally a big dummy. I'll make a correction in a pinned comment! Thank you for pointing this out!
I love this tutorial but one thing I want to know is what can I use this for. I’m not trying to be rude I just want to know how to implement it to my datapack thank you
Once you know how JSON is structured, it's a lot easier to understand things like datapacks and tellraw commands that use a _lot_ of JSON. If you try and write a long tellraw command but forget to close off curly brackets you're gonna have a bad time ;)
you fool, you absolute buffoon, do you not see the heinous error you have committed, forever unchangeable, in this youtube comments section? you have opened a quote without closing it, and now 70 generations of your family shall face the consequences for your actions.
Wait a minute! How do you know my mother-in-law? (Lol Alice Berg…) Also, your videos are extremely helpful. I’m still at noob level beta and slowly clawing my way to…. Noob level alpha. With videos like yours… I know my day will come. 😎
CORRECTION!!!
"e" is for exponents but not in the way I thought! Someone pointed out that 5e3 != 5^3. The "e" actually represents 10 to the power of ___, like in scientific notation.
Example from stackoverflow: 3.7e-5 = 3.7E-5 = 3.7×10^-5 = 0.000037
If you're confused, don't worry about it. I got this part wrong because I had never seen it used in Minecraft!
Yeah, I came in to say that the part where you were faking uncertainty (“2 squared, or 4, I suppose. ‘I suppose’, as if I was uncertain about that for even a moment”) was in fact the part where you were wrong. The rest of this is good though.
Note that each of these things have distinct names that clearly differentiate from any of the others, and removes ambiguity:
( ) = Parenthesis
{ } = Braces [NOT "curly brackets", although sometimes referred to as "curly braces"]
[ ] = Brackets
my brain hurts
Fun note: json (JavaScript object notation) isn't only used by javascript and datapack developers, it is a database that can easily be modified with a few lines of code, inspired by the javascript object notation and it's also used in many other programming languages
wow a one minute video that teaches absolutely nothing Oh wait now Legitimoose is taking things at his own hands NOW THAT IS WHAT I WANT
I am a master of deception. ❓✨🎩🐰
Yes you are, I will follow you and learn your ways
2:04 "You're going to need to find those buttons on your keyboard" LOL
when the best youtuber in the world make a video about something i asked for yesterday.
U R the best
Thanks for the suggestion! It was a good idea, and now I can start making tutorials for other JSON related stuff.
damn! you are sooo good at explaining things in simple terms yet you are still so funny and make it a fun video to watch too! I genuinely learned more in this video than i could have if i spent two weeks browsing google search results which is how i normally have to learn this stuff, especially for new features which haven't many videos yet. I really hope this channel takes off man, good stuff, i can learn alot here :)
That's awesome! I got motivated to start making these videos specifically because I noticed a lot of top search results were outdated or just underwhelming. I really like this stuff and I think more people should learn it!
@@Legitimoose im glad you think so :) i hope you can make one on custom dimensions soon cos i have looked literally everywhere for weeks :( idk what im doing wrong, ive tried so many things and nothing is working lol
This will be a best minecraft tutorial channel in future
yes
All of my problems are fixed your vids make me happy legitamoose
Glad it was helpful!
Brooo you are awesome! I just finished your tutorial and I’ve ran to sub you and then I looked at your subscribers count and i didn’t understand How you 500 , you are deserved at least 10000 man ! Love your stuff
Thanks for subscribing! I may only be at 500 now, but everybody seems to really enjoy these videos! I'll definitely keep at it!
You deserve a ton of subs bruh you make it so easy to learn
:D
explaining minecraft commands is my passion. (I'm so glad this was helpful!)
@@Legitimoose Hey I have a question, How do you do clickEvents like in tellraw, signs or books
@@beepboop9554 Hi, if you haven't seen it I just posted a /tellraw tutorial that covers that (and can be used for books and signs too!) ua-cam.com/video/wX9WiqR8QZU/v-deo.html
@@Legitimoose Thanks for the help!
Did anyone notice that the file name was "subscribe to legitimoose" ?
i did >;^)
I did too. And yes you should subscribe to legitimoose.
Btw /give @a[name=Legitimoose, type=youtuber] youtube:subscriber 100000
me
My question is how you are so great at teaching coding. Usually, computer stuff scares me to death and videos seem pointless as they will miss something and i will be totally confused. But you seem to understand our point of confusion very well. Also thx for being funny.
These are nice introductory videos for commands and coding. Nice work!
Thanks!
madeline celeste
I understand absolutely nothing in this video but ya know what it’s still a good tutorial, thank you once again Legitimoose, your work is the grace of today’s world. Also, if you can sneak the Soviet Union national anthem somewhere into the next video I’ll force my pet unicorn to snort gumballs.
thank you for this video that i haven't watched yet it will probably be helpful because it's from the one and the only legitimoose
oh man i love ur tutorials and humor. plz make more on datapacks! like how to set up a custom "ahcievments" page to use for info on a server?
Man you’re videos are awesome ! Can you show in another video how to use those JSON files in Datapacks ? In more advanced way ? Thanks man
Yessss, I'd love to make more tutorials like that. Once I've made tutorials for a lot of the important things like this JSON tutorial I'm hoping to make tutorials on more advanced stuff (like all the fancy datapack features!)
You deserve way more subs
Thanks! With the power of all 12 of the people nerdy enough for these videos I shall rise to stardom!!!
Very usefull, it can help me to create my own code. I think it seem same as usually coding pattern using json. Thank you so much :)
can you make a choices command for beginner like me? cause i still don't know much about command in minecraft ;)
Hello and welcome! I really like getting suggestions, but I'm not sure what you mean by a choices command. If you tell me what you mean I'll add it to my list if ideas!
@@Legitimoose it's like Minecraft story mode, if someone choose choice 1, something Will happen if someone choose choice 2 something different from choice 1 Will happen. Like that
THIS WAS SOOO USEFUL!❤❤
THANKS SOO MUCH, YOUR THE BEST!!!
:D
cool tutorial
Thanks!
hey if you see this what json extension would you recommend for vs code, that works well with minecraft?
Legend says that he still replys today
fake news
@@Legitimoose damn
how is it that i understood you better than my actual data and algorithms structures teacher? /hj
-im reading from a script and have all the pauses edited out- ;) perhaps your teacher should consider becoming a time demon and remove all the pauses from real life, that's what id do at least
i was making a data pack but i need player position at game every tick can you please help me? just type the code for the tick.mcfunction. will wait for a reply
Hi, I might be able to help but I'm not quite sure what it is you're trying to do. Why do you need the player position at every game tick? Maybe what you're looking for is the "/execute at" command? Let me know!
@@Legitimoose i was making a speedometer in Minecraft. using appropriate formula and position we can calculate the speed of player. That is why i need the position at every game tick.I am using (data get entity Pos[2]) to get the thing.Then i put execute store result score Pos_z speed run data get entity Pos[2] in a tick.mcfunction file.But I want the same as variable. Can you help?
Can you store a variable in an array and get player input to store it as one of those variables? I'm also curious if you can find dot products between characters line of site, movement vector, etc.
Hey do you have a video on how to download json files because I’m trying to install a mod that requires one so if you could point me in the right direction that would be most appreciated because I recently started modding my Minecraft and I came across a mod that requires me to do so
Hi, json files are really just text and can be used for almost anything. I'd say just make sure you follow the installation instructions that the modder made and you should be ok!
@@Legitimoose they don’t really say how to install a json file though they just say make sure you do it by clicking here as if I knew how to do it though
Would it help if I tell which mod and where it is I’m trying to download it from
I used java in my career, i chose this video bc it seemed friendly.
underrated
4:43 I can't tell if that was a voicecrack or intentional
In minecraft ore blocks what does
Minecraft:destroy time 0.12,
minecraft:function 0.7 I know what the destroy time means lol but the function 0.7 what does that mean?
You teach us in a funny method :)
holy shit weren't you at like 400 subs 4 days ago?
_ikr_
those daily demonic rituals are working wonders for the algorithm
@@Legitimoose I am so glad that I at some point wanted to decorate a build in Minecraft with an axe held by an invisible armor stand. The armor stand got me to /entitydata, which was apparently an outdated command, which got me to /data, which got me to /to command, which doesn't work comfortably on armor stands, and therefore got me to /execute, which got me to /legitimoose, who introduced me to behind the scenes Minecraft, and is a very good teacher. Your channel is underrated but it's slowly but surely growing
Ah, you missed a chance there to set Bobs last name to "Ross", rather than Ramsay.. :p
by the way, I might be in the wrong here, but are you sure that 5e3 will evaluate to 5 cubed? I thought it should evaluate to 5 * 10^3, i.e. 5000.
@@IchBinCaptainIglo _Hmmm_ yes, I have just looked it up an according to stack overflow I am now legally a big dummy. I'll make a correction in a pinned comment! Thank you for pointing this out!
I love this tutorial but one thing I want to know is what can I use this for. I’m not trying to be rude I just want to know how to implement it to my datapack thank you
You can make tellraw text/messages, models, books, loot tables, crafting recipes, and even world generators! ;^)
Oh well this is a lot more helpful than I thought thank you
i learned a bit about JSON, but what can i do?
0:30 why does the glass look like what you're thinking about right now after you looked at this comment
i'm always thinking about triple neos 👀
@@Legitimoose ah i see you're a man of culture
I understood it but what is the use
Once you know how JSON is structured, it's a lot easier to understand things like datapacks and tellraw commands that use a _lot_ of JSON. If you try and write a long tellraw command but forget to close off curly brackets you're gonna have a bad time ;)
Json coding is also used for bedrock
If you Minecraft Nerds didn't Subscribe, I will put a Jason Vorhees Fomat under your bed, Not a JSON Format
What's this have to do with datapacks bruh?
Bro, I am actually a python dev who doesn’t know much about json but even I knew everything in that video, your just teaching basic dada types bro
as a phyton developer its so similar to python
thanks
{"text":"confusing"}
you fool, you absolute buffoon, do you not see the heinous error you have committed, forever unchangeable, in this youtube comments section? you have opened a quote without closing it, and now 70 generations of your family shall face the consequences for your actions.
shhh it never happened
Nice
hi remy
hi file name reader
maybe add links
i a m s t i l l c o n f u s e d
Hahaha umh definitely help umh
No one uses vs code just me and you
{} Copy if you want
Dễ quá
I dont
yaml is better
99th comment
case "spawn":
Commands.run(`execute "${player.nameTag}" ~~~ tp @s 60 100 60`, dimension)
break;
Wait a minute! How do you know my mother-in-law? (Lol Alice Berg…) Also, your videos are extremely helpful. I’m still at noob level beta and slowly clawing my way to…. Noob level alpha. With videos like yours… I know my day will come. 😎