Minecraft /execute if PREDICATE [1.19] Command Tutorial

  Рет қаралды 105,123

Legitimoose

Legitimoose

Күн бұрын

Learn how to use predicates in this Minecraft predicate tutorial for 1.19/1.18/1.17/1.16. If you've ever wondered what /execute if predicate is, then this video is for you! Predicates are a more advanced datapack feature that let you detect very specific things. It could be the answer to How to detect light levels, y level, NBT tags, or even how to detect rain! Predicates are a super useful part of any datapack or command block project!
Predicate generator: misode.github....
My datapack tutorial: • How to Make a Datapack...
Predicate list: minecraft.game...
===l o n k s===
My Discord Server [ / discord ]
My Twitch [ / legitimoose ]
My Editor [ / ciara_millinery ]
Italian captions provided by KooriKitsune38!
In this Minecraft predicate tutorial, you'll learn how to use predicates in Minecraft, and how predicates work in datapacks (data packs) and how to detect things in Minecraft 1.16! People always ask how to detect people falling into the void in bedwars, and this is one way to do it! Predicates are super useful to detect light levels, detect rain, detect when a player is sneaking, or detect items in hand. There are so many different uses, and when used in combination with other execute subcommands like /execute if score, and /execute in general, you can do some great things! Predicates are a relatively recent addition to Minecraft, and this tutorial is completely up to date in Minecraft 1.16 (and 1.17!)

Пікірлер: 256
@GameMaker04
@GameMaker04 3 жыл бұрын
Great videos, thank you. Wondering if its possible to use predicates to compare two entities. For example to see if a player is within a cube area around a named armorstand. Not using spherical range but rather see if the player is within a cube volume. I see the location with min and max values but not sure if they can be applied in game in this way.
@Legitimoose
@Legitimoose 3 жыл бұрын
Hmm, it's certainly an interesting idea! I don't _think_ you could, but I also couldn't completely rule it out without trying. If you find out that it's possible in some way, let me know!
@GameMaker04
@GameMaker04 3 жыл бұрын
@@Legitimoose well here you go.. predicate is as follows. you can change the distance range to whatever. Below the predicate definition is an example call to it. { "condition": "minecraft:entity_properties", "entity": "this", "predicate": { "distance": { "x": { "min": 0, "max": 10 }, "y": { "min": 0, "max": 10 }, "z": { "min": 0, "max": 10 } } } } in my world I use an armorstand at spawn to hold many variables as scores and tags. so this example calls the distance check from me the player to that armorstand called "variables" execute as @p at @e[name=variables] if predicate sbox:cubedistance run say nearby
@Legitimoose
@Legitimoose 3 жыл бұрын
@@GameMaker04 YOOOO WHAT I honestly didn't know quite how distance would work but that makes so much sense now that I see it! That is actually awesome, thank you. EDIT: pinned because i think people might find this useful, and I totally glossed over it in the video!
@Coco-vz6eb
@Coco-vz6eb 2 жыл бұрын
you could use the dx selector
@mathsupercat9021
@mathsupercat9021 Жыл бұрын
@@Coco-vz6eb and the dy and dz
@zasharan2
@zasharan2 3 жыл бұрын
man, I wish I knew about this before I made a billion scoreboards...
@at_
@at_ 3 жыл бұрын
Same
@Legitimoose
@Legitimoose 3 жыл бұрын
F 😔 At least you know now ; )
@scrambleeggvr6801
@scrambleeggvr6801 3 жыл бұрын
Same
@rolandphillips6735
@rolandphillips6735 5 ай бұрын
Same…
@uKaigo
@uKaigo 3 жыл бұрын
Bro, realized you're only 4k, you deserve way more than that
@Legitimoose
@Legitimoose 3 жыл бұрын
Thanks! I'm gettin' there >;)
@degamersspelen6468
@degamersspelen6468 3 жыл бұрын
4 months later HE HAS 4x MORE SUBSCRIBERS
@uKaigo
@uKaigo 3 жыл бұрын
@@degamersspelen6468 ikr
@Bruzen
@Bruzen 3 жыл бұрын
@@degamersspelen6468 bro I would think he has 379k subs
@kl0nos
@kl0nos 3 жыл бұрын
3 years ago the only commands i knew were /gamemode 1
@hybridshorts4152
@hybridshorts4152 3 жыл бұрын
same
@Ray-uy4ez
@Ray-uy4ez 2 жыл бұрын
3 years ago I didnt know about commands
@Ray-uy4ez
@Ray-uy4ez 2 жыл бұрын
now im a command PRO
@RealTinFoil21
@RealTinFoil21 3 жыл бұрын
just found your channel a few days ago and subscribed right away. Great content/personality and i love that someone else out there covers commands/data packs (something i’ve wanted to get into!)
@Legitimoose
@Legitimoose 3 жыл бұрын
Welcome aboard!
@Eski0069
@Eski0069 Жыл бұрын
For those that would like to know. When it comes to the performance of NBT selectors vs predicates in @a selectors. Predicates are up to 10x faster than going nbt={...}, so if you need to check NBT of a player predicates are the best option for selectors
@Incommensurableme
@Incommensurableme 3 жыл бұрын
Because I was bored, i did the math at 5:30. from what was on the screen, he showed 7 samples. {9,8,8,6,7,10,10} add the array and you get 58. then you get the average: 58/7 = 8.2857 divide the average from the total number of players: 8.2857/16 = ~0.51 so to anyone who asked the question of "Is it really a 50/50 chance?" Yes, yes is.
@Legitimoose
@Legitimoose 3 жыл бұрын
the hero we need, but not the one we deserve. thanks for the high quality comment lmao
@ThePersonatour
@ThePersonatour 2 жыл бұрын
Witchcraft language
@ataraxianAscendant
@ataraxianAscendant 2 жыл бұрын
LETS GOOO HOMESTUCKFAN GOT THE MOST (tied with colonel sand, hotdog and eggnog)
@zerokun2655
@zerokun2655 3 жыл бұрын
Man I'm binge watching your videos.. i, as a programmer, love this kind of stuff.. and not knowing Java I'm grateful that I can just use commands blocks so thank you:)
@timmylim1844
@timmylim1844 3 жыл бұрын
THANK YUO FOR UPLOADING!!! YOU HAVE HELPED ME SO MUCH
@Legitimoose
@Legitimoose 3 жыл бұрын
You're welcome! :D
@alaniumacity4375
@alaniumacity4375 3 жыл бұрын
I didn't realize how useful predicate was until now, feel blessed.
@Anonymous-ty7wd
@Anonymous-ty7wd 3 жыл бұрын
Same
@plumper303
@plumper303 Жыл бұрын
MY GOD THIS IS GAME CHANGING THANK YOU!!!
@sa-hq8jk
@sa-hq8jk 3 жыл бұрын
Finally someone who calls it Jason rather than jay s ON
@Legitimoose
@Legitimoose 3 жыл бұрын
Of course ;^)
@FileTypeJpeg
@FileTypeJpeg 3 жыл бұрын
as always, amazing video! one day you'll get to 100k and probably even 1mil!
@GreenedBeens
@GreenedBeens 3 жыл бұрын
This video and that predicate generator just changed how I do commands FOREVER!! You are amazing, your videos are real helpful!
@ogayu3469
@ogayu3469 3 жыл бұрын
I needed this
@Elm0oo
@Elm0oo 3 жыл бұрын
same
@Legitimoose
@Legitimoose 3 жыл бұрын
@@Elm0oo it's a miracle!
@degamersspelen6468
@degamersspelen6468 3 жыл бұрын
lol its the first comment
@zemonsim
@zemonsim 3 жыл бұрын
Thanks ! Your videos are really helpful ! I will try to make a security system to alert a player if another player enters a restricted area
@toamastar
@toamastar Жыл бұрын
Whenever im trying to work out complex command stuff i know legitimoose has got my back! Thanks man, ill try figure this out haha
@TheAmazingLeo
@TheAmazingLeo Жыл бұрын
Wanted to say thank you, using your videos I managed to create my own simple datapack for what I wanted to do. They were interesting, entertaining and very informative.
@liorschifrin
@liorschifrin 3 жыл бұрын
Dude, amazing video. Just incredible. Like for real, some of the best videos on this platform. Amazingly well put together, well edited, and funny.
@Legitimoose
@Legitimoose 3 жыл бұрын
Thanks so much! I'm glad you appreciate what I'm doin here ;^)
@IronmanGaming
@IronmanGaming 3 жыл бұрын
This one is very helpfull!
@itsjustlogic7232
@itsjustlogic7232 3 жыл бұрын
The vid is 8 minutes long you commented 51 minutes ago and the vid was posted 52 minutes ago
@itsjustlogic7232
@itsjustlogic7232 3 жыл бұрын
@Chicken Nugget I guess you’re right lol
@IronmanGaming
@IronmanGaming 3 жыл бұрын
@Chicken Nugget that is the reason haha
@OkikamiNara
@OkikamiNara 3 жыл бұрын
This is awesome and super useful !!!!
@AnimationWar3850
@AnimationWar3850 Жыл бұрын
I have Been looking since a long time that how did I select player's on a wide area this helped me a lot 😊
@weisneus
@weisneus Жыл бұрын
Hello there, first of all: this video was very helpfull. The only thing I can't find anywhere is how to use the position predicate (so when someone stand at a certain position, a block spawns for example). I know it's been a very a long time since you posted this video, but it's worth a try :)
@justchillaxe2750
@justchillaxe2750 3 жыл бұрын
Dude honestly u are so underrated like u should at least have 1mil subs u are fun to hear and ur tutorials are amazing like making me just happy to hear u are honestly the best youtuber I’ve ever seen think Iam kidding no literally u I love u
@Legitimoose
@Legitimoose 3 жыл бұрын
:O thanks so much! I'm glad you like them!
@justchillaxe2750
@justchillaxe2750 3 жыл бұрын
@@Legitimoose omg u replied Iam gonna cry thank u so much!
@justchillaxe2750
@justchillaxe2750 3 жыл бұрын
@@Legitimoose wow I saw what I typed and wow English XD
@Legitimoose
@Legitimoose 3 жыл бұрын
@@justchillaxe2750 language is hard i cant judge ;)
@justchillaxe2750
@justchillaxe2750 3 жыл бұрын
@@Legitimoose Ye true lol
@Bruh-hd4rj
@Bruh-hd4rj 2 жыл бұрын
Love your channel!
@jessegaming502
@jessegaming502 3 жыл бұрын
Dude your channel is so good
@Legitimoose
@Legitimoose 3 жыл бұрын
thanks! :D
@hqzmatlmfao
@hqzmatlmfao 3 жыл бұрын
Thx man me and my best friend are making a channel to teach people how to make command weapons and command item battles with my best friend and I'll put credits on some of the videos of you
@AkspertLemon
@AkspertLemon 2 ай бұрын
Super Helpful ❤❤
@kb6358
@kb6358 2 жыл бұрын
I am trying to make a data pack where you can hear birds but I want more complex like different birds for each biome and different times of day but how would I do that?
@pinklasagnamemes
@pinklasagnamemes 3 жыл бұрын
Hello LegitMoose, i have a question. Can i do commands or trigers with mentions, example: "trigger ban (set) Gamer1337", i just don't want to use cheats on our server with friends and only some of commands will be working. Also i've come up with idea that every played gets theyr own tags, and when you type trigger ban, list of player comes up in a chat by tags, when you click on player, well, it bans them. Sorry for bad english, i'm russian
@Legitimoose
@Legitimoose 3 жыл бұрын
Hi! You can't use mentions like you said (the general term is "arguments") and you also can't run ban, or op commands from a command block or datapack sadly. I do think this is possible though! You'd just have to come up with another way to choose players (@p, or setting a scoreboard or something). I think your idea with the tags could be possible in some form too! If you have any more questions feel free to ask! (and your english is good!)
@pinklasagnamemes
@pinklasagnamemes 3 жыл бұрын
@@Legitimoose i was kinda predicting that, i thought there would be some kind of "not straight" answer like we are doing custom commands with trigger, but thx for double aprouving. I really hope they add custom commands in datapacks in json, like custom crafting recepie. Thx for your tutorials, i was interested in datapacks and i started learning. When i wrote some "code" i saw that you can write predicate after execute, i didn't bother until this tutorial came out, they actually make everything easier. Your tutorials are the best, everyone quiting datapacks or just bad at explaining, but you're making everything fun and easy to understand. Thx man, subscribe, bell and like! Keep making them, i would like to see things i don't know.
@jexl1059
@jexl1059 2 жыл бұрын
ohhhh i miss the old wiki. please bring it back!
@nik9434
@nik9434 3 жыл бұрын
Create a tutorial java tutorial? Pleaseeee, like how u making a buckit plugins for u streamer tournament?
@anuarahmad3081
@anuarahmad3081 3 жыл бұрын
I hope you make more minecraft tutorial
@az-kalaak6215
@az-kalaak6215 3 жыл бұрын
FINALLY, I already feel I will spam this Thx for the tutorial :D
@Legitimoose
@Legitimoose 3 жыл бұрын
You're welcome!
@Thatmagicpanda
@Thatmagicpanda 2 жыл бұрын
I was using two command blocks to test for sneaking, now I can use one 🤯
@Pure_Skillz
@Pure_Skillz 2 ай бұрын
"When should you use a predicate, well, when you want to do something only a predicate can do", yeah, no shit sherlock, that's why I'm watching. Love your videos though, I watch the tutorials over again for fun that's how good they are.
@Boolin_Brennan
@Boolin_Brennan 3 жыл бұрын
please remember me when you get famous 😰 JK, good video, too hi of IQ speech for me but it has a good vibe to it.
@Legitimoose
@Legitimoose 3 жыл бұрын
i wil neva forget u 😘
@evoantimatter
@evoantimatter 3 жыл бұрын
this dude is an absolute legend
@isaacporter359
@isaacporter359 3 жыл бұрын
Another truly epic video
@exercisss5190
@exercisss5190 Жыл бұрын
How to check item in water to change into another item? you so great at explain I love it!
@guitaek4100
@guitaek4100 3 жыл бұрын
exactly what I needed, thank you
@MuraK9U
@MuraK9U 3 жыл бұрын
is there a way for if i hit an entity with an item it aplies a potion effect?
@RileyMcKinlay-mn6ew
@RileyMcKinlay-mn6ew Ай бұрын
If any of you are starting to go through the comments, wondering why in the world it isn't working for you on 1.21, don't worry I have your solution. Minecraft changed the folder naming conventions for data packs in 1.21 for some reason, so instead of naming your folders "functions" or "predicates", don't make it plural. The path should be .../predicate/detect_sneak.json.
@swouaggy6796
@swouaggy6796 2 жыл бұрын
omfg how did i lived without knowing the random one, ITS SO FUCKING COOL WTF
@kalesmash1339
@kalesmash1339 Жыл бұрын
Thank you polaroid with beachy waves
@rolmic
@rolmic Жыл бұрын
Thanks fort the tutorial
@443MoneyTrees
@443MoneyTrees 2 жыл бұрын
All we need now is to have a simpler way to make custom crafting recipes using command blocks in the crafting table, then command blocks will be more popular than datapacks and mods
@TerryProthero
@TerryProthero 2 жыл бұрын
Useful video. Question. Did you do any videos on tags. Not the tag command. That's different. What I mean is that minecraft has tags for things like beds. #minecraft:beds is a json file that has a list of the different kinds of beds. I can then use the clear command to clear all beds from the inventory, for instance, by using that tag. They can also be used in crafting recipes. Like the crafting recipe for making a crafting table uses a tag to refer to any type of plank. That works fine for any tags already built into minecraft. But can I create my own tags for lets say concrete powder? I tried it, and the game ignores any tag I try to create. Is it impossible to add my own tags? Or am I just doing wrong? What folder do they need to be stored in, etc. And I noticed a replace true or false option in some of them. I have no clue what that means or why one might use it. I have already done some work with resource packs and datapacks. But I'm still a bit of newbie at both.
@Oldgal711
@Oldgal711 3 жыл бұрын
This man needs a million subs
@limeslyx-z9453
@limeslyx-z9453 3 жыл бұрын
I wish I had a way to find all these fancy background songs you use like a link to a doc or a spot in the description with the titles
@Legitimoose
@Legitimoose 3 жыл бұрын
that's a good idea i should do that eventually. my background music is a trade secret but it must be shared
@zasharan2
@zasharan2 3 жыл бұрын
Question: Could you detect something such as whether a player is holding the right-click button or something like that?
@deathdanger076
@deathdanger076 2 жыл бұрын
Yes
@zasharan2
@zasharan2 2 жыл бұрын
@@deathdanger076 how?
@deathdanger076
@deathdanger076 2 жыл бұрын
@@zasharan2 with scoreboards, you can detect if a player is using a carrot on a stick. Give that a custom texture and make it unbreakable.. voila
@muckguy8336
@muckguy8336 3 жыл бұрын
Hey Legitimoose, I was wondering if you could make a tutorial about enemy aggro and stuff about making mobs attack each other of a specific player, as it would make a great video idea AND it would help me in my medium scale project, in which mobs fight alongside players for victory, there being 2-4 teams! If you read this message, you should know that your videos have such high quality and entertainment that you are my favorite Minecraft coding KZbinr!
@hexdebt7670
@hexdebt7670 3 жыл бұрын
that DTL music gives me life
@Zaluuk
@Zaluuk Жыл бұрын
5:40 I always used command like /execute at @a positioned ~ 0 ~ run tp @a[dx=0,dz=0,dy=59] 0 0 0 for y level check
@tehmalayspartan
@tehmalayspartan 3 жыл бұрын
Merry Christmas!!!
@celestialowl8865
@celestialowl8865 3 жыл бұрын
Hey, I had a question: I'm looking at making a hide and seek minigame and was looking for the format for detecting a tag in NBT for a predicate. Would appreciate since I can't seem to work it out or find it anywhere. Would even go so far as to appreciate a video on NBT, NBT paths, and editing NBT in the future if you'd be interested in that as well. Thanks for the tutorials man!
@noobguy106
@noobguy106 3 жыл бұрын
You sound like Wilbur Soot. Anyway, I'm a new subscriber! Yey!
@Legitimoose
@Legitimoose 3 жыл бұрын
Haha that's a new one. Welcome aboard! I _do_ like wilbur, but most people say I sound like technoblade ;^)
@kidk3251
@kidk3251 3 жыл бұрын
This is a legendary Command ✌️👌
@xboydubose7254
@xboydubose7254 Жыл бұрын
How do you make randomization like a dice? For example if you wanted a 33% chance to get nausea, a 33% chance to get levitation, and a 33% chance to get jump boost, how would you do it? I think the normal method would treat those independently, and would have a chance of none of them happening, or multiple of them happening at the same time.
@C4puch
@C4puch 3 жыл бұрын
If I wanted to check, for example, if a player shot a an arrow (which i could check with a scoreboard) AND they are holding a certain item, how would i do that?
@nzuum
@nzuum 3 жыл бұрын
hello i am now a notification in your phone hello moose
@blackatgaming7420
@blackatgaming7420 3 жыл бұрын
simply perfect
@jaypay3426
@jaypay3426 3 жыл бұрын
"Ive been legitimoose..." then who is the new legitimoose...
@Legitimoose
@Legitimoose 3 жыл бұрын
legitermoose
@jaypay3426
@jaypay3426 3 жыл бұрын
@@Legitimoose :0
@coruscaregames
@coruscaregames 2 жыл бұрын
1:58 where is that music from? Is it Chocobo Tales? It feels super familiar
@mrhitech6742
@mrhitech6742 5 ай бұрын
Bro really just called JSON files difficult to write smh my head Nah but in all seriousness thanks. This was a really helpful tutorial!
@TheGodlyKratos
@TheGodlyKratos 9 ай бұрын
Too bad I'm challenging myself to build a bossfight without using data packs, I'm starting to go crazy now
@CarcharodontosaurusSaharicus
@CarcharodontosaurusSaharicus 3 жыл бұрын
Very helpful
@IronDragonGroup
@IronDragonGroup 2 жыл бұрын
Great video. I'm looking to use the /execute command to try and add airships to the game - sort of like Archimedes Ships but way, way less sophisticated. Any ideas on how I might be able to do this using, say, retextured donkeys with levitation/slow falling effects?
@Cxntrxl
@Cxntrxl 2 жыл бұрын
i came here for the command tech knowledge i left after vibing to the drawn to life OST for 8 minutes and 19 seconds
@Paul-Marmet
@Paul-Marmet 3 жыл бұрын
Im barely 2 minutes in and this already useful the first part would have been useful a few months ago 5:50 ARE YOU SERIOUS I LITERALLY NEEDED THIS INFO like a few days ago, guess im gonna re write it
@FrodosBeutel
@FrodosBeutel 3 жыл бұрын
just finished your execute tutorial now the only thing missing is /execute store
@antiyoygame2001
@antiyoygame2001 3 жыл бұрын
THANK YOU
@alon3669
@alon3669 2 жыл бұрын
if you want to detect the y lvl there is much better way to do that the way is:@e[y=-1,dy=60] and
@finchman1234
@finchman1234 3 жыл бұрын
I’m fairly new to using commands/command blocks. If I want to test out a wither skeleton farm in a creative world before building it in survival and I need to spawn proof the fortress with pressure plates, can a predicate help me with that? I basically need to test nether bricks to see if they have an air block above them, and if so, replace the air with a pressure plate. Nothing I’ve tried has worked yet, and using /fill x y z x y z minecraft:stone_pressure_plate replace minecraft:air just leaves big stacks of pressure plates everywhere that shouldn’t be possible. I’m completely stumped but I really don’t want to manually place pressure plates in a 256x256 area to spawn proof it all.
@trey1326
@trey1326 3 жыл бұрын
im a bit late, but you could do /fill sand on the top of the farm and then do /fill stone_pressure_plate replace sand, no need for predicates
@samstrange7958
@samstrange7958 3 жыл бұрын
I made a map and I want to interact with NPCs when I sneak while looking at them, so: In tick.mcfunction I've written: execute as @a if predicate conversation:fisherman run function conversation:fisherman And the Predicate is: { "condition": "minecraft:entity_properties", "entity": "this", "predicate": { "type": "minecraft:player", "flags": { "is_sneaking": true }, "targeted_entity": { "type": "minecraft:villager", "nbt": "{Tags:[\"Fisherman\"]}" } } } But it still doesnt work. Any help?
@Elec-citrus
@Elec-citrus 3 жыл бұрын
Try "execute as @a at @s if predicate conversation:fisherman run function conversation:fisherman". Did it work?
@sonicrushXII
@sonicrushXII 2 жыл бұрын
try using looking_at predicate instead of targeted_entity
@beepboop9554
@beepboop9554 3 жыл бұрын
When will /data command arrive Cause if you explain it I might be able to understand it more / Also Merry Christmas (Eve) depending on your time zone
@w_nter0001
@w_nter0001 2 жыл бұрын
idk if youre answering questions here but i really have no idea what im doing wrong. i follow everything here and followed your datapack tutorial yet for some reason no datapacks work and these predicates wont show up. i have double checked every notation and i cant seem to get this to work
@finndotbin
@finndotbin 3 жыл бұрын
U da man Edit:do u know stuff about bedrock edition?
@GracjanPawelFilar
@GracjanPawelFilar Жыл бұрын
I made a predicate for standing on a bee hive, but when i actually stand on a bee hive it doesn't activate. i made sure the command is written correctly and that the command block is set on repeat and always active. Anyone knows why?
@bowser3535
@bowser3535 2 жыл бұрын
Love the content! I seem to be having an issue with detecting lore on an item with the predicate file, any suggestions?
@Andromeda42
@Andromeda42 Жыл бұрын
These videos have been so imformitive! Thank you. Okay, so I know this video is old, but is it possible for a predicate to be an nbt? I'm trying to create my own nametag Easter egg, like giving an entity a certain name causes something else to happen, ie Jeb_ makes a sheep's wool fade between colors. I'm new to making datapacks so yeah. My logic is that once the nbt "CustomName" is set to a certain name it'll change the nbt "CollarColor" to a certain color. I've done my best to put that in a regular function, but couldn't get it to work. There's a space for nbts in the predicate generator but when I copied the code into the .json file it didn't have correct syntax. It's obvious I don't know what I'm doing lol, so any help would be appreciated.
@dizpicable
@dizpicable 2 жыл бұрын
How do you keep players away from a certain place without barriers
@DimitteAmare
@DimitteAmare 3 жыл бұрын
please remember me when u get famous
@MP-bt6nv
@MP-bt6nv 3 жыл бұрын
thx u legit mouse
@Legitimoose
@Legitimoose 3 жыл бұрын
>:(
@MP-bt6nv
@MP-bt6nv 3 жыл бұрын
@@Legitimoose XD
@TitasBe
@TitasBe 3 жыл бұрын
Can you make next tutorial about how to create custom items.
@sa-hq8jk
@sa-hq8jk 3 жыл бұрын
Go to his discord and put that under # video ideas
@egfloggygoggy
@egfloggygoggy 2 жыл бұрын
you are the best
@lml55
@lml55 2 жыл бұрын
Just realized Legitimoose has Drawn To Life music in the background the f**king nastalga
@NGNL-tj8su
@NGNL-tj8su 3 жыл бұрын
Hey legitermoose could you make a custom advancement tutorial? I have been looking for one on youtube but I can't seem to find one, and its very confusing
@TOPIKSAJATOPIK
@TOPIKSAJATOPIK 3 жыл бұрын
sorry,, but can u make command player just run for 1 block straight direct to x or z way
@tamed965
@tamed965 Жыл бұрын
Everyone: *Watchin The Video* Me: "HE SPELLED /SCOREBOARD WRONG IN THE BACKGROUND"
@nigeladams8321
@nigeladams8321 2 жыл бұрын
drawn to life 2 music :)
@venom830
@venom830 3 жыл бұрын
Sir, How to set a command blocks range to infinite in java edition.
@zasharan2
@zasharan2 3 жыл бұрын
I have a question that's not really related to this, but is it possible to set nbt values based on players? For example, if I do /summon armor_stand ~ ~ ~ {Team:playerTeam} is there some way to make it so that the team that the armor stand joins is the same team the player executing the command is on?
@Legitimoose
@Legitimoose 3 жыл бұрын
Hi! It should totally be possible! If team is stored as NBT on the player, then you could copy it over using /execute store (which is a bit too complicated for me to type out from memory here) but I bet it can be done! Look into /execute store if you haven't already, and good luck!
@zasharan2
@zasharan2 3 жыл бұрын
@@Legitimoose ok, thank you so much!
@at_
@at_ 3 жыл бұрын
Can you do right click detection with any item? Some ppl won’t be able to install the server resource pack so everyone walking around with carrots on a stick would look weird. I had this idea with invisible armorstands floating in front of the player and detecting if an item was given do some stuff and give it back but I had no idea how to execute it.
@starwy6434
@starwy6434 3 жыл бұрын
hey nice video! Can you make a video about /tag? That would be awesome
@Legitimoose
@Legitimoose 3 жыл бұрын
Thanks for the idea! It's goin' on the list!
@starwy6434
@starwy6434 3 жыл бұрын
@@Legitimoose Yes! Ive been waiting for that for so long. Thx for the reply, truly awesome
@paradox697
@paradox697 3 жыл бұрын
@@Legitimoose Can you also do one where a Predicate triggers when a entity (e.g. an egg) hits another entity (e.g. a villager)
@Volcan-kf3oz
@Volcan-kf3oz 3 жыл бұрын
So basically predicates are an advanced version of selectors
@Smiling_RBLX
@Smiling_RBLX 2 жыл бұрын
Hey Legitimoose! I need help in a command, basically, I want a door to open based on the item a player is holding, I'm excellent in bedrock commands but just not in java, I just need a keycard basically, can you write a command here which works! I'd really appreciate it.
@fabiacr
@fabiacr Жыл бұрын
Hola buenas ¿Podrías dar un ejemplo de un predicate que detecte cuando un jugador entra a un mundo por primera ves?
@aviatorgolf658
@aviatorgolf658 3 жыл бұрын
Hello LegitMoose, I'm trying to recreate BattleBox from MCC and one of the mechanics is to put a specific wool color in a 3x3 area, I'm having trouble on detecting the wool. Any solutions or predicates?
@garrettploetz3970
@garrettploetz3970 3 жыл бұрын
I'm just spit balling here, but you may be able to use an /execute if blocks command in order to test if all of the wool blocks are there
@luzellemoller6621
@luzellemoller6621 7 ай бұрын
i need help im trying to detect the light ;lefel and if its abofe 6 gife saturation(like plants make food for themself throught fotosintheses)
VFX Artist Reveals the True Scale of Minecraft
14:28
Corridor Crew
Рет қаралды 1,7 МЛН
Как подписать? 😂 #shorts
00:10
Денис Кукояка
Рет қаралды 6 МЛН
Or is Harriet Quinn good? #cosplay#joker #Harriet Quinn
00:20
佐助与鸣人
Рет қаралды 59 МЛН
15 minute Minecraft 34
15:18
indom
Рет қаралды 14
Are Shaders Without Mods Possible?
8:17
Legitimoose
Рет қаралды 1 МЛН
Rare Anomalies in Minecraft #7
29:53
Rovant
Рет қаралды 265 М.
How Speedrunners BROKE Slime Blocks
13:57
Legitimoose
Рет қаралды 421 М.
Can You Build a Working iPhone From AliExpress...?
19:06
Phone Repair Guru
Рет қаралды 1,8 МЛН
Why I Made My OWN Minecraft Server Fork
13:24
Legitimoose
Рет қаралды 39 М.
Minecraft Execute Command [1.20] Tutorial
10:29
Legitimoose
Рет қаралды 679 М.
Minecraft's "Useless" Features
19:29
isloths
Рет қаралды 300 М.
Minecraft Cheaters trolled by fake cheat software
12:20
ScriptKid
Рет қаралды 2,9 МЛН
Как подписать? 😂 #shorts
00:10
Денис Кукояка
Рет қаралды 6 МЛН