5 Cool Tricks with ONE Command!

Поделиться
HTML-код
  • Опубликовано: 12 май 2024
  • Want to know how to make awesome command block creations without needing to be an expert? Today I walk through 5 cool command creations that only require ONE command block, as well as how you can modify them to make your own creations!
    Exploding Snowballs (as well as cats, dragons, bee swarms, and snow piles)
    execute at @e[type=snowball] unless block ~ ~-1 ~ air run summon tnt
    execute at @e[type=snowball] unless block ~ ~-1 ~ air run summon cat ~ ~ ~ {CatType:8}
    execute at @e[type=snowball] unless block ~ ~-1 ~ air run summon ender_dragon
    execute at @e[type=snowball] unless block ~ ~-1 ~ air run summon minecraft:area_effect_cloud ~ ~ ~ {Passengers:[{id:bee},{id:bee},{id:bee},{id:bee},{id:bee},{id:bee},{id:bee},{id:bee}]}
    execute at @e[type=snowball] unless block ~ ~-1 ~ air run setblock ~ ~ ~ snow
    Everything Upside Down (as well as all rainbow sheep, and instant kill mobs)
    execute as @e run data modify entity @s CustomName set value "\"Dinnerbone\""
    execute as @e[type=sheep] run data modify entity @s CustomName set value "\"jeb_\""
    execute as @e run data modify entity @s Health set value 0.5
    Jump Pads (as well as speed pads, health pads, fire pads, clear pads, and hidden TNT pads)
    execute as @a at @s if block ~ ~-1 ~ lime_wool run effect give @s jump_boost 1 5
    execute as @a at @s if block ~ ~-1 ~ light_blue_wool run effect give @s speed 5 3
    execute as @a at @s if block ~ ~-1 ~ red_wool run effect give @s regeneration 2 5
    execute as @a at @s if block ~ ~-1 ~ orange_wool run effect give @s minecraft:fire_resistance 15 1
    execute as @a at @s if block ~ ~-1 ~ black_wool run clear
    execute as @a at @s if block ~ ~-2 ~ brown_wool run summon tnt
    Timber! (as well as TNT time bombs)
    execute at @e[type=item,nbt={Item:{id:"minecraft:oak_log"}}] if block ~ ~1 ~ oak_log run setblock ~ ~1 ~ air destroy
    execute at @e[type=item,nbt={Item:{id:"minecraft:tnt"},PickupDelay:0s}] run summon tnt
    Exploding Mobs (as well as Fire Aspect and Knockback fists)
    execute as @e[nbt={HurtTime:10s}] run data modify entity @s Fire set value 80
    execute as @e[nbt={HurtTime:10s}] run data modify entity @s Motion set value [0.0,2.0,0.0]
    execute at @e[nbt={HurtTime:10s}] run summon tnt
    If you have any thoughts on this video, comment them below or Tweet them at me!
    / blockerlocker
    Check out @Daft_Craft for Minecraft facts!
    Join my Community Discord!
    / discord
    0:00 - Intro
    0:24 - Enabling Command Blocks
    0:56 - Exploding Snowballs
    3:18 - Everything Upside Down
    4:41 - Jump Pads
    5:59 - Timber!
    7:45 - Exploding Mobs
    8:39 - Outro
  • ИгрыИгры

Комментарии • 595

  • @BlockerLockerYT
    @BlockerLockerYT  11 месяцев назад +157

    Hi, I’ve seen a lot of comments upset that these commands do not work on their Switch, PlayStation, or Xbox, and that’s because these commands were made for Minecraft Java edition. I would love to make an equivalent video for Bedrock, but have not yet found the time. Sorry for any confusion!

    • @fatimamajida9531
      @fatimamajida9531 11 месяцев назад +5

      Is this work on bedrock edition?

    • @lukettc1069
      @lukettc1069 11 месяцев назад +2

      press T???? Pressing / is more effective

    • @DaPenguin1
      @DaPenguin1 11 месяцев назад +6

      Bedrock would be nice

    • @Thepicklething
      @Thepicklething 11 месяцев назад +4

      well, the snowball summon tnt command works on switch, and i tried it with and arrow, but the arrow just kept summoning tnt and didnt stop untell you turend it of but not the timber

    • @keanu-sd6oy
      @keanu-sd6oy 11 месяцев назад +2

      I typed it all just to see this comment😭

  • @chuckpatty1760
    @chuckpatty1760 Год назад +249

    This is great, I just made a command block that summons a spider when you hurt a spider... I cant wait to see what other abominations I create

    • @BlockerLockerYT
      @BlockerLockerYT  Год назад +58

      Oh no, they’re spreading!

    • @Gusenichka925
      @Gusenichka925 Год назад +14

      How did you do this?

    • @chuckpatty1760
      @chuckpatty1760 Год назад +23

      @@Gusenichka925 if i can remember the command i made 6 months ago without going to look at what it is, /execute at @e[type= spider, nbt= {HurtTime:10s}] run summon spider ~ ~ ~

    • @Gusenichka925
      @Gusenichka925 Год назад +8

      @@chuckpatty1760 thanks

    • @NajiyaBano-hn7rc
      @NajiyaBano-hn7rc Год назад +7

      None of the command not working

  • @slaminimations
    @slaminimations 9 месяцев назад +4

    For bedrock how to use a lightning snowball 1.16
    Command_block
    Repeating
    Always active
    Execute @e [type=snowball] ~ ~ ~ summon lightning_bolt ~ ~0 ~

  • @ended-randomcreations
    @ended-randomcreations 9 месяцев назад +8

    ahhh i used to remember enjoying very simple commands such as these like making functioning elevator with teleport commands and redstone repeaters along
    but it now hits different, everything seems small yet big at the same time

  • @ZbotZero
    @ZbotZero Год назад +19

    "Minecraft but" Creators:
    WRITE THAT DOWN, WRITE THAT DOWWWN!!!!

  • @mioxie8276
    @mioxie8276 9 месяцев назад +5

    Here are some commands I came up with:
    Note: I am a bedrock player so I only have tested these in bedrock so these might not work in Java.
    Execute positioned as @e if entity @e if block ~~~ stonecutter_block run damage @e[r=1] 7 none - allows stone cutter to damage you
    Execute positioned as @e if entity @e if block ~~~ lightning_rod run damage @e[r=1] 3 lightning - makes lightning rods shock you
    Execute positioned as @e if entity @e if block ~~~ iron_bars run damage @e[r=1] 3 lightning - makes iron bars shock you
    Execute positioned as @e if entity @e if block ~~~ mud run effect @e[r=1] slowness 12 1 true - makes mud give slowness effect
    Note 2: make sure to set the command blocks you place these commands in to repeat and always active

    • @sigmauser200
      @sigmauser200 8 дней назад

      Yo bro you look like a command expert can you tell me like how the tnt instantly explodes when he throws the snowball like in pe it just summons a tnt which like takes 3 secs to explode.plz can you tell

  • @zebchicken
    @zebchicken Год назад +19

    amazing quality, funny and super underrated. videos like these make me so happy knowing the creators will go really far :)

  • @plighting_engineerd
    @plighting_engineerd Год назад +81

    I am quite an experienced command-blocker myself, and the way you did the timber effect was very smart! Good job!

    • @tanbaid7476
      @tanbaid7476 11 месяцев назад +5

      imagine dropping a log in my friends wood house

    • @itjustThaRealDx2.0
      @itjustThaRealDx2.0 9 месяцев назад

      @@tanbaid7476lol😂

    • @Krystyn-cf4xy
      @Krystyn-cf4xy 5 месяцев назад

      @@tanbaid7476 dont word it like that "DrOpPiNg A lOg" no

  • @frogger2920
    @frogger2920 Год назад +5

    Your editing is amazing! I love your videos!

  • @jasonshih3633
    @jasonshih3633 Год назад +4

    OMG UR THE GUY WHO MADE THE WARDEN DATAPACK!!!! I like creating maps more and I've been tweaking with commands to create custom weapons, mobs, and blocks, ur insane dude

  • @zepharephic5381
    @zepharephic5381 5 месяцев назад +2

    I have an extremely hard time with commands
    Even with tutorial videos in front of me, my creations often fail and I give up because the video didn't go in depth enough
    However, you perfectly explain and pick apart everything that would normally confuse me. All the way down to the difference between "At" and "As" something no other youtuber I've watched has cared to explain
    This video is amazing. All it took was "exploding snowballs" to work and you got a new sub

  • @DeathStar3887
    @DeathStar3887 Год назад +4

    Dude this is gonna be so OP :D
    Thanks for the Tutorial :)

  • @princerenielnepomuceno6393
    @princerenielnepomuceno6393 7 месяцев назад +1

    Your video is amazing good job and thank you for commands!

  • @detective_solar
    @detective_solar Год назад +3

    You're editing is magical!

  • @grihit3171
    @grihit3171 Год назад

    it's such an amazing video BlockerLocker , can please tell is there any command to bonemeal the ground wherever the player walks (i call it bonemeal feet)?

  • @antipetesesalamlkebap6230
    @antipetesesalamlkebap6230 2 месяца назад

    I just came across your channel and I saw that it was great from the first video and especially the timber part here, so I will be able to do everything without mods :D If you can, is there a command that works when a block is placed anywhere (any coordinate in the world)?+1 subscriber

  • @ragnastepzero7248
    @ragnastepzero7248 Год назад +1

    Thats very very helpful. Do you know how to do a punch like saitama's? Where it basically do lots of explosion in the way you punched/you are looking. I've seen some datapacks, but i've never seen it in java command block.

  • @claudiolombardini8134
    @claudiolombardini8134 3 месяца назад +1

    man, great video, can I ask you if there is some way to create an item that when used to attack a mod simply makes it levitate for a few seconds as in the case of the last command you showed only without it going so fast upwards making it look like "levitation"?

  • @SieB-8
    @SieB-8 Год назад +2

    This is really cool! Thanks for teaching this!

  • @Jaxie32
    @Jaxie32 Год назад +1

    Im trying to find a game engine to make retro games with, this'll keep me busy and sharp while waiting for a good laptop. Im subbing

  • @almogassia3290
    @almogassia3290 6 месяцев назад +1

    these commands help a lot thank you so much

  • @coor_
    @coor_ 10 месяцев назад

    We need a part 2, im trying to learn commands since I want to better at mc creative and this video helped me make a throwing knife item!

  • @mackveinzfernandez1149
    @mackveinzfernandez1149 11 месяцев назад +1

    Do you know how to make a phere particle command and a circle particle command. Also a way to summon an arrow or any projectile that has been shot at a certain direction.

  • @Wyatt07
    @Wyatt07 4 месяца назад

    Im in the process of making a game in minecraft that me and my sister cane up with cakled space tag, this is very useful especially the effects wgen u steo on wool

  • @Bazel27
    @Bazel27 Год назад +8

    Hello! I have a question. How can you increse range of command block? It woud be really helpfull. Also i really like this video! 😊

    • @BlockerLockerYT
      @BlockerLockerYT  Год назад +3

      If the command block is close to the world spawn, or if you use the /forceload command to make the area that the command block is in be always loaded. If you stand on top of the command block and type the following, it should stay loaded!
      /forceload add ~ ~

  • @Master_Gumbo
    @Master_Gumbo Год назад +2

    Your ideas in this video are really amazing! Some of this stuff I didnt know how to do. Knowing that you are very advanced in command blocks, is there a way to make it so a certain player takes a certain amount of damage without using the instant damage effect. For example if I want to take exactly one heart of damage using a command.

    • @BlockerLockerYT
      @BlockerLockerYT  Год назад +2

      The command '/effect give @s wither 1 1 true' is a very convenient way to deal 1 heart of damage to the player in Java Edition.

    • @Master_Gumbo
      @Master_Gumbo Год назад

      @@BlockerLockerYT Thanks!

  • @mechanicraft-mc7203
    @mechanicraft-mc7203 Год назад +4

    These are pretty good commands! One thing that I can suggest doing is that in the first command (the snowball one), you can do “execute at @e[type=snowball,nbt={inGround:1b}] run summon minecraft:tnt”. Since the snowball has the inGround tag, you can do it this way too.

    • @BlockerLockerYT
      @BlockerLockerYT  Год назад +3

      It doesn't have the inGround tag, but it does the have the OnGround tag, as most entities do. Unfortunately, it does not change the value of any of its tags when hitting the ground, as the entity is instantly destroyed. Thus the sort of clumsy awkward workaround I made is the best I could do.
      I know there's obviously better ways to do this sort of thing in general with more commands and stuff, but of course this video is about simple ideas to explain how commands work.

    • @mechanicraft-mc7203
      @mechanicraft-mc7203 Год назад

      @@BlockerLockerYT I see, thanks for the explanation!

    • @factep_4
      @factep_4 Год назад

      ​@@BlockerLockerYT Please tell me how, when throwing a snowball at a player, the player would rise into the air for a certain time.

    • @itzFlareXD
      @itzFlareXD 11 месяцев назад +1

      ​@@factep_4 I don't know much but I think you can use effect give @p lavitation after run command 😅

    • @The_Commandblock
      @The_Commandblock 11 месяцев назад +1

      Snowballs dont have that tag, however you can make this with arrows

  • @asirya9265
    @asirya9265 Год назад +2

    i love how you make it intresting other than just let people copy and paste it
    im new btw
    and i still like your videos
    keep going man!

  • @Theoneandonlyzink
    @Theoneandonlyzink Год назад +1

    This is amazing! You are so underrated!

  • @Oldmeme592
    @Oldmeme592 6 месяцев назад

    I hope you make more command related videos. I wanna know much as possible about commands but bedrock doesn't explain stuff well enough for me.

  • @uriel5692
    @uriel5692 Год назад +1

    Yoooooo,loved your commands,thats why i subscribe to ya

  • @user-nu9zq8ot2z
    @user-nu9zq8ot2z 9 месяцев назад

    This is one of the bests commands videos as I ve seen

  • @jeffryejeffrye
    @jeffryejeffrye 10 месяцев назад +2

    Great, digestible tutorial for those just getting into command blocks! I managed to crash my game with “execute @e[type=snowball] unless block ~~-1~ air run summon snowball”

  • @AztonMC
    @AztonMC Год назад +10

    I have a suggestion, can you do a bedrock version video for these? I'm an addon creator and these commands are perfect since I'm not good at coding. It'll make the behaviors so much easier.

    • @danielibarra9353
      @danielibarra9353 Год назад

      Same here Chief

    • @miniontoby
      @miniontoby Год назад

      I am nearly sure it is just 'execute @e ~~~ YOURCOMMAND'
      Btw for bedrock edition, gametests are also good alternative

    • @sm1lers913
      @sm1lers913 11 месяцев назад

      Aztons Vanilla Fantasy addon? Bro you're amazing at coding, better than 99% of mcpdl creators

  • @dhavieddyby883
    @dhavieddyby883 8 месяцев назад +1

    Coloured wools blocks are now useful yay :)

  • @CloudOfDreamsYT
    @CloudOfDreamsYT Год назад +2

    Can you make a video over 5 cool tricks with one command block in bedrock edition?

  • @worra12
    @worra12 7 месяцев назад

    i have java and its working really good and i love these Good commands! i even put them in my game!

  • @AubiNation
    @AubiNation Год назад +16

    Fantastic video. Very simple explanations. Great flow. Excellent editing.

  • @bpree
    @bpree Месяц назад

    Hi, thanks for the tutorial, it was amazing, but do you know the command to inflict potion effects with your fist too?

    • @OnlyPurpl3
      @OnlyPurpl3 22 дня назад

      hey why does it say error at nbt

    • @kreepykreeper5000
      @kreepykreeper5000 20 дней назад

      execute as @e[nbt={HurtTime:1s}] run effect @s [POTION_EFFECT] [TIME] [POWER LEVEL]

  • @Flipbug_The_Whimsical
    @Flipbug_The_Whimsical 2 месяца назад +1

    Really well-explained :) This is not a simple topic for most people but you nailed it.

    • @BlockerLockerYT
      @BlockerLockerYT  2 месяца назад

      Much obliged! Hoping to make another video like this when I have the time, especially considering a lot about commands has changed since this video was released. 😅

  • @WispyIndeed
    @WispyIndeed 5 месяцев назад

    The snow ball one works for a little bit...instead of it causing an explosion once it hits the ground it like actually summons tnt so it has a delay

  • @balls478
    @balls478 11 месяцев назад

    Bro I don’t understand how you had the idea to make a video like this , this is genius and I’m definitely using the explosive and fire hand on my world

  • @madalokalonga
    @madalokalonga 8 месяцев назад

    You explain better than other videos

  • @muysica8014
    @muysica8014 11 месяцев назад

    Hi. Great video. Thank you for this fun commands

  • @samuelrene-corail3104
    @samuelrene-corail3104 Месяц назад

    Hello for the first command, just remove the give of run give effect and make sure that the command block is in reprat mode and always active

  • @aeromanoranges25yearsago75
    @aeromanoranges25yearsago75 10 месяцев назад

    for the snowball explosion i figured out it doesnt explode unless its falling ontop of the block so i made it check all negative x y z and x y z so i can throw it from the side still doesnt work diagonally though

  • @HEROCRAFTER546
    @HEROCRAFTER546 2 месяца назад

    Thanks bro, now i made a pillager when he shoots it spawns vindicator (and more things)

  • @PhantmBlitz
    @PhantmBlitz 9 месяцев назад +1

    omg thank you so so much i learned so much

  • @Master_Gumbo
    @Master_Gumbo Год назад +2

    I love your videos! Also what music do you use in your intros?

    • @Master_Gumbo
      @Master_Gumbo Год назад +1

      Also I like the way you edit! What editing software do you use? Sorry for asking so many questions, your channel is so well made and is filled with quality videos which is inspiring me. Thanks!

    • @BlockerLockerYT
      @BlockerLockerYT  Год назад

      Thank you! Most of my music is from Super Mario 3D World. I edit with Adobe Premiere Pro.

    • @Master_Gumbo
      @Master_Gumbo Год назад +1

      @@BlockerLockerYT Thanks for the information! Also cant wait to see what you will make in your next video!

  • @Psyan
    @Psyan Год назад +26

    Wow, your editing and the way you explain how the commands work are the best i've seen from a commands youtuber! It's generic to say but you really do deserve more subs man

    • @BlockerLockerYT
      @BlockerLockerYT  Год назад +4

      I really appreciate that! Thank you so much!

    • @craziestchannel8244
      @craziestchannel8244 Год назад

      ​@@BlockerLockerYT hello

    • @thediamondking5931
      @thediamondking5931 Год назад

      @@BlockerLockerYT is there a way to set the players on fire too? It does everything but the player in data modify entity @s Fire set value 80.

    • @Camcamcamcam507
      @Camcamcamcam507 5 месяцев назад

      True

  • @321SPONGEBOLT
    @321SPONGEBOLT 5 месяцев назад

    Is there a possible Command Block option to make speed tunnels and wind that blows beneath you? I know in the console edition, there used to be Elytra races, which also had wind tunnels to boost your speed or raise you higher. So I wondered if Command Blocks have something to do with wind control or modding the Elytra.

  • @bleep4663
    @bleep4663 8 месяцев назад

    I loved the first command so much ❤❤❤

  • @paperbear03
    @paperbear03 11 месяцев назад

    Great vid can you pls make part 2 also work for bedrock since we can't edit nbt data

  • @UnusedWitchcraft
    @UnusedWitchcraft 3 месяца назад +1

    If you still check the comments on this video then please say how you did the punch and then the enemy got launched up in the Sky. it would help a lot, ive been trying for hours

  • @konstasiukola8041
    @konstasiukola8041 5 месяцев назад

    keep it up this helpt now im going to start a survivale wit the tree thing thanks

  • @BootyClaimer
    @BootyClaimer 4 месяца назад

    Btw the exploding snowballs work with snow golems soo if you spawn a bunch they'll suicide bomb themselves it's sad and funny at the same time. I spawned them next to a bunch of creepers for an extra boom

  • @iTzZebMC
    @iTzZebMC 2 месяца назад

    Your the best I subscribed and liked!

  • @omarehab5891
    @omarehab5891 Месяц назад

    the snowball command was awesome! and it does work in bedrock! but it takes the summon tnt part quiet LITTERLY beacause it spawns ignited tnt but does not make the snowball explode instantly but only in bedrock i guess?

    • @956parrots8
      @956parrots8 Месяц назад

      the NBT of fuse (time until explosion) is set to a predetermined factor on bedrock, while on java it is set to 0, so it explodes instantly

  • @Quackatron
    @Quackatron 6 месяцев назад +1

    these are so cool you deserve more subs and likes

  • @JetDragon5
    @JetDragon5 4 месяца назад

    At 5:13 a better way to do this would be to use @r instead so if there are multiple people in the world it will just give it to the person on top of the lime and not everyone

  • @pdugganus
    @pdugganus 6 месяцев назад +1

    bro you deserve more subscribers this is amazing

  • @TomasK4
    @TomasK4 11 месяцев назад +1

    I love the concept for this video

  • @Truvi
    @Truvi 11 месяцев назад +1

    Bro This video is 100000000000000/10 good job! thanks for the commands! GOD tier editing!

  • @memegamerl0l580
    @memegamerl0l580 10 месяцев назад

    I am so thankful for this video, I’m a noob in command blocks and this video helped me so much

  • @DXR_RT
    @DXR_RT 7 месяцев назад

    So I play on bedrock so only the explosive balls work but i tried something and it worked! If you delete summun tnt and type summon lightning_bolt u can summon lightning where the snowball lands!

  • @ilomet
    @ilomet 3 месяца назад +4

    Man I know nobody is going to see this but this is an amazing video! It has customization so you don’t have to just do the same command! And it’s very understandable for a beginner and you are explaining everything! You deserve at least 100k!

    • @BlockerLockerYT
      @BlockerLockerYT  3 месяца назад +2

      I have seen it and I greatly appreciate it! More command videos soon! If I may ask, what would you want to see in a tutorial next?

    • @kreepykreeper5000
      @kreepykreeper5000 20 дней назад

      @@BlockerLockerYT How to make weapons give potion effects

  • @thanhlamnguyen3911
    @thanhlamnguyen3911 9 месяцев назад

    are there any way that only a certain player or mob that can set other mob on fire by attacking?

  • @user-py4jm5ol4q
    @user-py4jm5ol4q 6 месяцев назад +1

    I love all your commands

  • @RBX-tricks
    @RBX-tricks 10 месяцев назад

    WOW! That was actually a very crazy video! Thanks!

  • @Exoblade2.0
    @Exoblade2.0 11 месяцев назад

    I have finally made it
    Fire ball hand which is simple but very nice
    Now I can use it in addons like dracomalum

  • @muhamedahmedsamir3061
    @muhamedahmedsamir3061 11 месяцев назад +1

    broo thanks so much you are so cool ...the videos' music is so great and so relaxing while watching and thanks so much bro you are cool i will subscribe now so keep making videos and go on to famous :]

  • @akaliimaene2103
    @akaliimaene2103 Месяц назад +1

    i subed for sure but question how to make my fist hit every mob and they get struck by lightning

    • @kreepykreeper5000
      @kreepykreeper5000 20 дней назад

      execute as @e[nbt={HurtTime:1s}] run summon lightning

  • @aedyngillion9457
    @aedyngillion9457 Месяц назад +1

    How can i make it that it needs a certain tag to explode i mean i know how to do the it needs a tag part but how do i have only specific snowballs have it by like naming it or something

  • @josedeleon4486
    @josedeleon4486 10 месяцев назад

    This video got me subscribed to your chanel and its the first video i saw from you

  • @isaacsvideos1653
    @isaacsvideos1653 4 месяца назад

    I tried the fire fist one on beck rock but no work but the snowball the is really cool

  • @dorukreyis687
    @dorukreyis687 9 месяцев назад

    can you make only one entity when hits applies fire aspect because when i'm playing with my friends i want only myself that applies fire aspect

  • @S70FOOTBALL
    @S70FOOTBALL 5 месяцев назад +1

    hi ,these commands are very cool but,the snowball one only works if it hits the ground,is there a solution like, tou cant blow up walls pls tell me

  • @C1one15
    @C1one15 Год назад

    I’m fairly good with commands, and I’m on bedrock, I’ve manage to transfer Java commands over to bedrock before but I’m stumped, do you know if it’s possible?

  • @slimak1278
    @slimak1278 10 месяцев назад

    Please make a tutorial about how to make a lightning sword (when you hit a mob or a player it summons lightning)

    • @kreepykreeper5000
      @kreepykreeper5000 20 дней назад

      execute as @e[nbt={HurtTime:1s}] run summon lightning

  • @TheJackson39
    @TheJackson39 8 месяцев назад

    I wanna know how to make a arrow blow up on inpact

  • @perfectgamermcyt
    @perfectgamermcyt Год назад

    when /execute on bedrock was changed to be more like java some of these commands may work idk I haven't tried these yet

  • @RmmscDebanjanchaudhuri
    @RmmscDebanjanchaudhuri Год назад

    I have a question
    Can I use this commands in my created mods? Will it work?

  • @Lapis_Pylosiphorum
    @Lapis_Pylosiphorum Год назад +2

    Detect at player is better for warp points, the execute command is good for effect wool or carpets however I find that detect is better for teleport as you don’t require a trigger block & the player becomes the trigger
    Repeating command block
    /detect @p ~ ~ ~
    Next to a chain command block
    /tp @p ~ ~ ~
    & if you require a larger detect area you can use the radius or DXYZ function being
    Repeater:
    /detect @p ~ ~ ~
    [dx=~,dy=~,dz=~]
    Chain: /tp @p ~ ~ ~
    Or
    Repeating:
    /Detect @p ~ ~ ~[r=~]
    Chain: /tp @p ~ ~ ~
    Again, the detect command turns your player into the trigger while teleport will select the block the player is spawned to, ~ being the coordinates & in the brackets ~ on the Radius or DXYZ would be the area relative to the selected coordinate

    • @Lapis_Pylosiphorum
      @Lapis_Pylosiphorum Год назад

      Although execute is better for effect blocks as I was able to use this command to make effect water too
      Can’t really recall the syntax of my mind & have it wrote down somewhere however it could be changed by now as I was playing on the MSoft edition & the 1.18 update altered a lot of the command block syntax so I’d have to update or rework the code
      I believe it was something like
      Repeating command block:
      /execute @p[x=~,y=~,z=~] ~ ~ ~ detect ~ ~ ~ water 0 effect @p instant_health 1 1 true
      Was able to make a similar one with poison water by switching to effect to poison instead of instant heal however I’m almost positive this syntax only worked by filling in the coordinates in the brackets only & the second & third set of ~ where only to separate the commands to have in all on one block opposed to using a chain command block
      There’s prob a better way of doing that & I know this doesn’t work anymore as of 1.18 due to the block type being registered differently however I’m no coder so it’s the most I can remember without testing it and getting back to ya

  • @nicosandwich
    @nicosandwich Год назад +1

    Very cool thanks!

  • @KamTVs
    @KamTVs 11 месяцев назад

    Please cna u do the fire aspect one again but for bedrock? If so ty

  • @Skreentime
    @Skreentime Год назад

    i have no coding knowledge but i am trying to figure out how to make it so only a certain player/if you name the snowball something then it would only explode if it had that name/was thrown by a certain player

  • @jsabasakapa
    @jsabasakapa 11 месяцев назад

    Can you make that if the tnt named "Pipebomb" with time bomb command work?

  • @JokieJesterE
    @JokieJesterE Год назад

    what can I do to make it so only a specific snowball (like one named a certai nthing) can summon the tnt?

  • @GrasseyBlue
    @GrasseyBlue Год назад

    you just dont know what power you gave me. I mean uhh love your videos i always learn command blocks like this so im gonna subscribe :D

  • @jessicahowell3776
    @jessicahowell3776 8 месяцев назад

    How do you make arrows explode?

  • @DoDoV12
    @DoDoV12 7 месяцев назад +1

    cool video. how to do the comment of the fire hand for only on player

  • @Mikail69420
    @Mikail69420 7 месяцев назад

    How do I apply an effect like wither to an arrow when it hits the target it gets the effect just like tipped arrows

  • @Jay1717_
    @Jay1717_ Год назад

    how do i make smt like this. If i hold feather, it gives speed to player
    edit- by hold, i mean in main hand or off hand

  • @MoraaMoon-je1hs
    @MoraaMoon-je1hs 3 месяца назад

    how do you make poison fist i try changing the fire to poison but it doesn't work is there a way to do that?

  • @aprilbrandon3441
    @aprilbrandon3441 11 месяцев назад +1

    THATS SICK

  • @stelmint8540
    @stelmint8540 4 месяца назад

    How to make a sword with a given name apply a levitation effect to mobs it hits?

  • @archieplays654
    @archieplays654 9 месяцев назад

    Snowball one works really good but when I throw it and it hits the ground it doesn’t instantly explode

  • @shadyguy9779
    @shadyguy9779 10 месяцев назад

    The Fire Aspect and Knockback fists are really cool but is there any way to make it so only specific players can do those things?

    • @kreepykreeper5000
      @kreepykreeper5000 20 дней назад

      same. i'm replying so that I get a notification when this gets answered

  • @mandibuzz_OP
    @mandibuzz_OP 11 месяцев назад

    For my bedrock players i got you for the exploding snowballs it comes as tnt and takes time just replace tnt with ender_crystals

    • @The_Commandblock
      @The_Commandblock 11 месяцев назад

      wwow thats actually a smart solution i dont play bedrock but it would work in theory

  • @theguys0305
    @theguys0305 10 месяцев назад

    I will do the first one but instead of an snowball, I used a arrow, and I summoned an end crystal along with the tnt, making for a more powerful explosion. End crystal pvp will never be the same. And endcrystal explosion with the range and accuracy of a crossbow

    • @kreepykreeper5000
      @kreepykreeper5000 20 дней назад

      I used a fireball with explosionPower 1000. Command: execute at @e[type=minecraft:snowball] unless block ~ ~-1 ~ air run summon fireball ~ ~ ~ {ExplosionPower:10000,power:[0.0,-10.0,0.0]}