Beating This Boss With Just A Fishing Rod

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2024

ความคิดเห็น •

  • @nickis.2678
    @nickis.2678 ปีที่แล้ว +29

    So excited this channel is my new obsession. I do a lot of commands myself but on bedrock but he inspires me to do what I can with limited resources

    • @AvidMc
      @AvidMc  ปีที่แล้ว +10

      I'm so happy to hear this! That's what I love most about command blocks is they span all versions of Minecraft. I talk a lot about that in this video!

    • @lightdro2919
      @lightdro2919 ปีที่แล้ว +3

      Ye i do commands on bedrock to but we have a little more limited things then java

    • @unique_storm_777
      @unique_storm_777 ปีที่แล้ว +1

      Same bro

    • @T0XIC_WR4TH
      @T0XIC_WR4TH ปีที่แล้ว +1

      ​@@AvidMc commands are better than mods :)

    • @Goteryup
      @Goteryup ปีที่แล้ว

      As a bedrock command enjoyed while we have some limitations with the complexity of a dingle command and we can't use nbt data on commands, we do have a couple of bedrock exclusive commands such as /fog or
      /camerashake

  • @amaryllis0
    @amaryllis0 ปีที่แล้ว +17

    Wow, this series never fails to impress!
    I personally like datapacks but as a creative myself, I really appreciate a creative restriction. For a while I was working on an adventure map with just survival-friendly redstone, it was super fun!
    Plus I totally agree with some of those pros! It's definitely frustrating having to make a new function every time you want to branch the code haha. But the con to command blocks in that area is that chain command blocks don't save their context; it's soooooo nice being able to call 'execute as @e[tag=Entity1] run function Function1' and then have every command in Function1 run as Entity1!

    • @AvidMc
      @AvidMc  ปีที่แล้ว +5

      You are so right on saving context. I can’t tell you how many times I have to code redundant selections in each chain. Such a pain!

    • @cutierr4799
      @cutierr4799 ปีที่แล้ว

      @@AvidMc I have a question. So is the Avid adventures server going to have some kind of ending or final boss, or is it just a continuous story line with quests?

    • @cutierr4799
      @cutierr4799 ปีที่แล้ว

      @@AvidMc I am aware of the endgame part of your goals; I'm just asking story wise.

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      @@cutierr4799 every good story needs an ending. Yes I plan to end the story one day!

    • @cutierr4799
      @cutierr4799 ปีที่แล้ว

      @@AvidMc Thank you for confirmation.

  • @Not_Minecraftkity
    @Not_Minecraftkity ปีที่แล้ว +22

    Also, I would like to suggest you summon the falling blocks of the shockwave lower and give them more motion upward so it looks like it’s really coming from the ground

    • @AvidMc
      @AvidMc  ปีที่แล้ว +5

      Thanks! I have a ton of ideas on how to improve the earthwave!

    • @cuteklubs4828
      @cuteklubs4828 5 หลายเดือนก่อน

      @@AvidMcgood I feel like it is less useful for Usim

  • @ApolloYT_
    @ApolloYT_ 11 หลายเดือนก่อน +3

    One of the coldest lines "that an evil worse than Olm is coming... it's you."

  • @RaspyLewis
    @RaspyLewis ปีที่แล้ว +5

    As a bedrock player, command blocks are the best thing they could have added. I love your work, Avid.

  • @mitchifs5090
    @mitchifs5090 ปีที่แล้ว +2

    15:03 good arguments and I agree with you. Since you're making an adventure map, command block are definitely more suitable for you.
    But well, in my heart, datapacks will always be better. One line = one command is just so poweful and time saving. Building towers of command blocks can be confusing and annoying for debugging. Imagine that you want to insert a command between 2 chain command blocks, well you have to /clone move the whole tower whereas in a datapack you just have to press "enter".
    Moreover, I don't find that the "conditional" thing which is not in datapacks is a lack compared to command blocks. An execute if blablabla run function blablabla does also the job and it makes the function reusable compared to command blocks where you'll struggle to trigger your tower from another origin unless you use redstone (laggy) or begin making spaggheti with your command blocks if you really want to use conditionals

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Totally agreed! I think datapacks are the way to go for every Java player. Don’t do what I do haha

  • @thesilentrookie7715
    @thesilentrookie7715 ปีที่แล้ว +1

    This series has single handedly boosted my interest in Minecraft as a whole tenfold, each and every video is so interesting and well produced that it's hard not to watch it and learn things with each new episode. I wouldn't even know where to begin to tether an entity to a block, and yet now I'm looking up how to do so thanks to your series! Please keep up the amazing work.

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      That makes me so happy on so many levels. I’m so glad I could inspire you. Keep creating!

  • @notafunnybee9363
    @notafunnybee9363 ปีที่แล้ว +3

    Excited!

  • @DrTrog
    @DrTrog ปีที่แล้ว +1

    Such a good idea for a boss. I absolutely love mobility in games ever since I first played Lost Planet. Also, this grappling hook is the smoothest I have seen in vanilla minecraft! 10/10 as always.

    • @AvidMc
      @AvidMc  ปีที่แล้ว +2

      Thanks so much Trog! I’m really happy with how the hook turned out, even if fishing rod mechanics are janky. I think the fishing rod is the most underrated melee weapon. It’s good for more than just right click detection!

  • @JC-bs1nl
    @JC-bs1nl ปีที่แล้ว +4

    I´m going for some popcorn. So adicted to this channel

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Thank you! I had so much fun making this one.

  • @existenthungoos9190
    @existenthungoos9190 ปีที่แล้ว +1

    16:35 I frequently use datapacks bc I think it's better to read the commands you wrote and write without having to click in each command block, but I use command blocks too for some functions that are more related to redstone (like only do something when a player presses a pressure plate or button), I think both are useful, the same thing you can do with datapacks you can do with command blocks and vice versa

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      I’m 100% with you. There’s a good mix of both.

    • @moonlightfox3
      @moonlightfox3 ปีที่แล้ว +1

      I also do this in projects I work on

  • @OrionNight
    @OrionNight ปีที่แล้ว +1

    So glad to have found this channel, from the tower defence, the custom bosses and overall creativity with commands it's all very great thanks for the inspiration! Makes me want to work harder on maps

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      Thank you so much! I haven’t made a video in a little bit, but comments like this inspire me to make more!

  • @breadcrumm7749
    @breadcrumm7749 ปีที่แล้ว +3

    Avid I hate to say it but that’s clearly a fishing rod :/
    I’m joking I’m sure it will be “The dark wrath of the old one” or something absolutely insane as always. Can’t wait for this episode!

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      Noo!! How dare you! It could be anything! 😆

  • @Rocky82727
    @Rocky82727 ปีที่แล้ว +2

    I’m hyped for this new episode! All ur vids bring joy to me!

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      That makes me so happy! It’s why I love making videos.

  • @plasirith8204
    @plasirith8204 ปีที่แล้ว +4

    You keep inspire me to keep making my server, because I have been losing interest to Minecraft, but you give me a lot of inspiration, thank you.
    Note: You need a lot more subs

    • @AvidMc
      @AvidMc  ปีที่แล้ว +2

      Thank you! One day the subs will come 😁

  • @doovid_
    @doovid_ ปีที่แล้ว +1

    Can't wait to see this!

  • @noplacelike67home97
    @noplacelike67home97 ปีที่แล้ว

    You are such a talented person. It's crazy that you have only a few thousand followers. Avid your creativity is contagious. As an admin of smp i decided to make my own quests to expand on endgame content. I'll be rooting for you!

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      Thank you so much! Comments like this inspire me to keep building things. I'm excited for you and your SMP! Best of luck!

  • @hkgamingtheshadowmaster4295
    @hkgamingtheshadowmaster4295 ปีที่แล้ว +1

    im gonna be honest I totally agree w/ you for the command blocks I LOVE THEM.

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Command block superiority!

  • @idk_dood
    @idk_dood ปีที่แล้ว +2

    Hello avid my friend told me about you so I subscribed and your a really good Minecraft TH-camr keep it up

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Thanks a ton for subscribing! And I thank your friend too 😁

  • @thatmoththingy714
    @thatmoththingy714 9 หลายเดือนก่อน

    I absolutely love the addition of the evil route, thats exactly the kind of thing i would want to do hahaha, I absolutely adore this series, really

  • @RosyEos
    @RosyEos ปีที่แล้ว

    i really love listening to your excitement through this, and you gave me a different perspective on the perks of command blocks. i wonder how well command blocks and datapacks can be used together?

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      Thank you for such a kind comment! Command blocks + datapacks is the perfect combination honestly. They both have their purpose.

  • @Not_Minecraftkity
    @Not_Minecraftkity ปีที่แล้ว +1

    Anybody else want avid to explore nutmeg lore? I am definitely not biased at all. 👍

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      You’ve gotta be careful around Nutmeg.

  • @Rocky82727
    @Rocky82727 ปีที่แล้ว +1

    YEEES! Finally I’ve been waiting for the release of this vid I can already tell it gonna be good

  • @Wall_nut77
    @Wall_nut77 ปีที่แล้ว

    Well that elon husk was funny
    Also thanks for adding my suggestion (i think)
    I hope i didn't tired you enough

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Thanks for the idea! And I'm glad you liked my hidden joke :D

  • @krokotobgbs
    @krokotobgbs ปีที่แล้ว

    16:33 I love command blocks because you can do a lot of things like Avid did in his 2 year multiplayer server. It's just fun to make anything and experimenting with command blocks to make new things. :)

  • @phnxtv
    @phnxtv ปีที่แล้ว +1

    how do you get the armor stands to work like that? I figured out the pull and release but not the armor stand.

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Might be easier to ask in my discord! I have lots of questions about your question.

    • @phnxtv
      @phnxtv ปีที่แล้ว

      @@AvidMc ok, I will. I have a help post on your server.

    • @phnxtv
      @phnxtv ปีที่แล้ว

      @@AvidMc what commands did you use

  • @Rynokk
    @Rynokk ปีที่แล้ว

    As a Fan of Minecraft command work, I use a combination of data packs and command blocks. I'll write the function in a data pack and then have it run in command blocks. That way I get both functions and chains.

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      That’s the right way to do it. They’re both good at different things. Thanks for sharing!

  • @myToasterDied
    @myToasterDied ปีที่แล้ว +1

    12:29 have you Heard that slimes dont spawn in code editors, mr. Stinky Datapacks

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      I just had a slime in my editor the other day. Liar!

  • @koeloekoen8604
    @koeloekoen8604 ปีที่แล้ว

    wow, what a cool bossfight. maybe choosing the villain path isn’t that bad

  • @PlayerOfCeleste
    @PlayerOfCeleste ปีที่แล้ว

    Don't worry Avid, We've all played Windows Solitaire one point of our lives Edit: Shrouded Isles Genocide path! Shrouded Isles Genocide path!

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      I’m glad I’m not alone

  • @hollowvoide6567
    @hollowvoide6567 ปีที่แล้ว +1

    I personally also prefer command blocks over datapacks. The biggest reason is because I find datapacks are more complicated to setup

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      I agree!

  • @blueboytube
    @blueboytube ปีที่แล้ว +2

    As a Team Commandblock member: thank you!

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Heck yeah!

  • @arius1911
    @arius1911 ปีที่แล้ว +1

    What mod do you use to have the command blocks screen look like that?

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      It’s called “better command block ui”

    • @arius1911
      @arius1911 ปีที่แล้ว

      @@AvidMc ok thanks

  • @thediamondking1999
    @thediamondking1999 9 หลายเดือนก่อน

    Avid, I know a year late and all but i just tried out the /ride command with the same mechanics and it is incredibly smooth, if you want to preserve the standing up aspect, it's understandable, but i think it's perfect for a grappling hook concept.

  • @VexlinV
    @VexlinV 8 หลายเดือนก่อน

    After watching this channel command blocks are my new obsession I’m even working on making a origins fantasy realm for bedrock

    • @AvidMc
      @AvidMc  8 หลายเดือนก่อน

      Yay! Keep building!

  • @Rocky82727
    @Rocky82727 ปีที่แล้ว +1

    Btw avid what are all the maps that your working on?

    • @Rocky82727
      @Rocky82727 ปีที่แล้ว

      List?

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      Just one! This one.

  • @ASkilled
    @ASkilled ปีที่แล้ว

    I would suggest summoning evoker fangs along with the shockwave to add more effect so it's more like a crocodile-like attack. But add it so that it only happens nearing the end of the boss fight.

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Evoker fangs would be a brilliant edition! Thanks for the suggestion.

  • @flaviamereciane
    @flaviamereciane ปีที่แล้ว

    Weapon idea: an idea i've already done, the fractium sword.
    A sword that when drpped gives you speed and as you run, you summon lightning(ultra fast bats leaving particles) and it damages things, but like, 2 hearts to balance with how much bats will be summoned.

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      I love this idea

  • @Jangobritt
    @Jangobritt ปีที่แล้ว

    I love all of your videos, Avid! You've inspired me to try and do something similar on our Bedrock SMP... just wish there were more videos out there like yours, with Bedrock command block scripting

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      I’m so happy I could inspire you! I bet more videos like this are coming. There are more people like us out there!

  • @ashtikamay
    @ashtikamay ปีที่แล้ว

    I have an idea for a boss, for the good path, there can be a Alien invasion boss where there are ten phases of enemies, which their leader will be on the tenth stage, which can do a shockwave of alien monsters, happy to help!

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Really cool idea!

  • @Romanuno
    @Romanuno ปีที่แล้ว

    Command Blocks>Redstone>Data Packs

  • @myadiah
    @myadiah ปีที่แล้ว

    This is so cool, I wish I had ideas like these

  • @UltraTigerDragon
    @UltraTigerDragon ปีที่แล้ว

    You don't sound like an old person. I play microsoft solitaire too!.. And i agree; it does look like when you win the level.

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      Phew! I’m glad to hear that.

  • @cryopteryx5990
    @cryopteryx5990 ปีที่แล้ว +1

    hey avid, how do you make sure players dont mess with your builds and redstone?

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Good question! Players are in adventure mode on my map so everything I make is safe!

    • @cryopteryx5990
      @cryopteryx5990 ปีที่แล้ว

      @@AvidMc ohh okay thank you! If you were to have players be adventure mode in a specific area, but survival in the rest, what would you do? right now i have a set up that switches game mode in a certain radius, but im afraid too many of them might lag the server.
      Thank again for answering, ive been loving your videos!

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      @@cryopteryx5990 I have exactly that setup! I call it the adventure donut. Players are in survival from 0 - 800 blocks from spawn. They're in adventure mode from 801-8000 blocks, and then they get put back into survival mode outside 8000 blocks.
      I put all my quests in the adventure donut, which leads to the best of both worlds.
      You shouldn't have to worry about too much lag if you only have a handful of /execute commands on repeat. Just make sure to put the command blocks somewhere in the spawn chunks so they're loaded at all times. Or if you're using datapacks, then you don't have to worry about that!
      Best of luck!

    • @cryopteryx5990
      @cryopteryx5990 ปีที่แล้ว

      @@AvidMc okay! thank you so much! I plan to have each special area be in a sphere of adventure mode, so hopefully that should be fine!
      Youve been a huge inspiration for me avid! I look forward to more of your videos

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      @@cryopteryx5990 That will totally work fine! Just be sure to put the commands to set players in an out of adventure mode in a place that is always loaded like a datapack or in command blocks in the spawn chunks - otherwise players may be able to teleport out of your quest areas and get stuck in Adventure mode!
      I so glad I can inspire you! Best of luck on your projects!

  • @seek7665
    @seek7665 ปีที่แล้ว

    I would like to see some sort of quest, main or not, have a bow and arrow teleport thing. Let me explain, what if you had to shoot these little targets to teleport to them to progress farther into what ever were you use this idea!

    • @seek7665
      @seek7665 ปีที่แล้ว

      Like a endermites free ender pearl

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Such a good idea! I want to push the limits of bows next.

  • @SushiAndTea
    @SushiAndTea ปีที่แล้ว

    I enjoy using both command blocks and datapacks in my adventure map. Both have their uses, so I just use both!

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      I agree 100%

  • @aljazambrozic1947
    @aljazambrozic1947 ปีที่แล้ว

    I am speechless it's just insane and mind blowing

  • @TheEggyOne
    @TheEggyOne ปีที่แล้ว

    Wow, I was here asking if the dark path for vilethorn was done (or planned) yet in that stream, here I am watching this lol

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      I’m glad you found this! The question is, what dark path should I work on next? 🤔

  • @fingernail202
    @fingernail202 ปีที่แล้ว

    i have to know how u made it able to look around i tried to do what you said but hasn't been the best for me

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Come join my discord. We can help you out.

  • @adamelkhattouti9354
    @adamelkhattouti9354 ปีที่แล้ว +1

    1:26 I like elon husk😂

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      I’m glad you caught that 😆

  • @crazylab126
    @crazylab126 ปีที่แล้ว

    tping the hook directly to the grappling point nearby might work better

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Unfortunately grappling hooks can’t be teleported.

  • @CallMeLazyy.
    @CallMeLazyy. ปีที่แล้ว

    bruh... Avid is the command block Messiah...

  • @Wither-x5z
    @Wither-x5z 9 หลายเดือนก่อน

    I suggest if you make a bridge boss to use repeating command blocks that summon evoker fangs to make it look like saws on the bottom

    • @AvidMc
      @AvidMc  9 หลายเดือนก่อน

      Cool idea!

  • @NullestPoll
    @NullestPoll ปีที่แล้ว

    yo can you a vid about bossbar on any mob im having trouble on the command

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      I actually cover this a little bit at the end of my execute command video.

  • @samuelsadventuressmft453
    @samuelsadventuressmft453 5 หลายเดือนก่อน

    If you're doing the poison burp, then it would probably make sense for Usim to have really bad breath.😂

  • @nicholasknowles1257
    @nicholasknowles1257 10 หลายเดือนก่อน

    Command blocks are a lot less good on Bedrock because Bedrock really is limited with how you can use nbt data. For example, you can't make custom mob spawn eggs, copy command blocks, or enchant unenchantable items.

  • @KokoDaGamer
    @KokoDaGamer ปีที่แล้ว

    these are so cool! Can you make this an official minecraft map?

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Eventually that’s the plan yep!

  • @EmiloGrande
    @EmiloGrande ปีที่แล้ว

    nobody:
    me when Avid uploads a new video: YHEEAAAAA BAYYYYEEEE!!!!!!!!!!!!!!!!!!!🫨

  • @hollowvoide6567
    @hollowvoide6567 ปีที่แล้ว

    What do you use that makes command blocks better?

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      I use the Better Command Block UI Mod

  • @refreey
    @refreey ปีที่แล้ว

    if you do put down the fishing rod do you leave or do you have to kill him once you've made the decision.

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      If you put down the rod you’re teleported away. That way you can get out of the dark path option.

  • @CallMeLazyy.
    @CallMeLazyy. ปีที่แล้ว

    Avid, this is amazing and all, but I think you should play hollow knight, it has some amazing bosses and pretty good balancing and personally I think it could give you some great inspiration for bosses and story. (insert MossBag)

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      I’ll absolutely check it out! I’m looking for more inspiration for future bosses.

  • @quinzep
    @quinzep ปีที่แล้ว

    Ooh, dats burpy 12:57

  • @CarsonTheArsonRat
    @CarsonTheArsonRat ปีที่แล้ว

    As a bedrock player currently using PS4 I cannot use it maybe just don’t understand data packs and am trying to make a rpg based dungeon crawler and am forced to use command blocks, but I’m very new to commands. There aren’t very many tutorials that can help me learn what I need to, and Java and bedrock commands are very different so I’m really struggling to design bosses to put in my randomized dungeon I’m trying to build (nowhere near finished because of the way I decided to do it and I get distracted on other projects and pranks) I love to see these command block creations and would love to see tutorials on specific things such as some cool boss attacks or some basic necessities for boss fights

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Come join my discord! We can help you out.

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Come join my discord! We can help you out.

  • @saude1954
    @saude1954 ปีที่แล้ว

    I always wanted to learn how to make these bosses, I already made one but after watching your videos I realized that I'm still an amateur

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      We all were amateurs at one point. I’m glad I could inspire you!

  • @Beantidote
    @Beantidote ปีที่แล้ว

    Avid are you excited for the new armor trims coming to 1.20?

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      I'm so excited! Also the /damage, /ride and all the other changes to commands. It's going to change a lot for me!

  • @DnsaAqqGAPrwER
    @DnsaAqqGAPrwER ปีที่แล้ว

    Lets start with speed of prototyping, yes, command blocks are faster than datapacks, but only when it comes to testing single commands, just summon some armor stand, or to paste gigantic item give command. In case of creating more complex systems, composed of commands that have to run in entrain order or highly dependent on each other, command blocks are just way too unreadable and hard to modify.
    I wouldn't also say that they are perfect for multiplayer, is someone has op then that person should be able to easily contact server owner, and ask for access to the server files. If you had realms in mind... they are just overpriced vanilla servers meant to run finished minigames, lets be honest.
    Limited execution area of those blocks is also more a misconception, their commands affect entire world/server, so in fact they are only executing if someone has loaded them. The difference may be subtle and on the first look more advantageous for blocks, but in fact command blocks are just hiding how much lag they can cause when they are spread afar, making you to not optimize them, if you could in any meaningful way obviously.
    About the forbidden fruit of minecraft technology and lag (redstone), it surely helps to trigger impulse command blocks, or activate a few unrelated systems, but it also can be done with spawning disappearing entities, setting auto:1, or setting tested score to certain value. Moreover if it is advantage of CBs how should we refer to functions ability to run multiple commands in sequence, or tags to run multiple functions?
    The same goes to conditional command blocks. They had their golden age somewhere in time of 1.9-1.12 versions, but since execute has been reworked, they can be easily replaced with "ifs", "ases", "ates", "unlesses" or any other command that takes as input list of multiple arguments. The only thing for sure that functions don't have is ability to put multiple commands into one execute run, to remove the need of creating new file with unique name to truly conditionally run anything, but it also applies to command blocks, but they only can chain conditional checking making them something entirely different to "if block".
    Another misconception is that command blocks are easier than functions, where in fact they just have lower barrier of entry and EXTREMELY ugly ui that just makes everyone not open them, or only copy/paste commands from or into them, and no, unless you convince mojang to rework their ui, convincing people to install a mod will make getting started with command blocks as hard as datapacks.
    Having your entire tool belt in game is quite nice, but in the end it comes to ability of making some contraption before getting burned out, I don't think anyone would like to create something more complex and bigger than your tower defense fully in game. Having to /reload constantly is not that great, but lets not forget that command blocks also require you to come to them and manually click and edit their contents.
    To end this summary, bedrock and minecraft have some similarities, sadly when it comes to details console version and original are still far away from each other. Bedrock lacks functions, but it can also be said that it lacks proper redstone, where as in some most of different areas its close enough to minecraft to be able to mimic it, in some way or another. One example of that you have even provided, bedrock doesn't have "eyes" on armorstands, so it needs to use ender crystals to generate spheres, as they can track where they are facing.
    Anyway, the boss looks interesting, the grappling hook function of fishing rod feels kind of boring, I think it would be way more fun if we could swing while being attached to lantern, or in general our movement wouldn't be so linear and monotonic. Also while I watching I could not see these popping out of the ground blocks, they were camouflaged in the particles around. I think its because they were line solid line of dirt blocks, causing me to not notice any movement. When you will come back from your vacations, check if summoning falling block of specific type based on the type of block that is actually below would not look better. Maybe also try to vary the strength of popping up, to break this unnatural straight line. The same thing applies to poison burp, the initial particle during the fight was unnoticeable, why also it has to spawn such large area of effect? A way more better effect would give thrown up slime/green glass block, it would be more noticeable, and would clearly telegraph that something is going to happen when it hits the ground. Avid, you also probably know that I'm not a fan of insta teleports, have you thought of making proving loyalty button more interactive and immersive? The button could be just used to take some magical ball/temporary blessing to communicate with Olm, who would just guide the player though the dungeon (from technical perspective just chat though X consecutive rooms) while convincing hero to defeat Usim. Introducing fight in such way, would greatly help to explain why Usim is standing behind stone door that just crumbles away from being near it.
    I can't wait to see other quest locations getting new Olm content, maybe there will be multiplayer only quest, to stop/slow down someone from completing their quest when they are on opposite side of conflict.

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      That’s really cool that there are tools to turn off portions of datapacks to save lag.
      I agree with all your points! I wouldn’t recommend any Java player use command blocks unless they absolutely have to.
      That’s a great idea in the design improvement of the earth wave! Using the block beneath the wave is a unique idea that I hadn’t considered. That’s also a great idea for the poison burp!
      Yeah I totally get pains the magic teleport. I’ll give it some thought when I’m back from vacation!

  • @MC_CN
    @MC_CN ปีที่แล้ว

    I honestly thought that datapacks were like commands, but in a file
    Example:
    (in file) /summon giant 0 64 0
    (in world) giant at 0, 0

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      You are essentially correct yes!

  • @thewizardslime6764
    @thewizardslime6764 ปีที่แล้ว

    now the grappling mechanic is obsolete thanks to /ride, but it is still cool!

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Yeah it'll definitely make the animation a lot smoother! I'll have to update this boss once I upgrade the server.

  • @ValidFish
    @ValidFish ปีที่แล้ว

    more bosses that actually move would be great

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      You’ll like the next episode then 👀

  • @Tabulara7518
    @Tabulara7518 ปีที่แล้ว +2

    Is the map available?

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      One day yes!

    • @Tabulara7518
      @Tabulara7518 ปีที่แล้ว

      Can you do a Tutoriale on making Bosses whith command blocks

  • @NotReallyCraig
    @NotReallyCraig ปีที่แล้ว

    This looks SOOO FUNN

  • @arjansauce
    @arjansauce ปีที่แล้ว

    Doovid joined the game🗿

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      He’s everywhere 👀

  • @SanoKei
    @SanoKei ปีที่แล้ว

    Instead of teleporting the player, you shold be adding a force to the player to move them

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      That would be a lot smoother yes!

  • @LGandS-l8j
    @LGandS-l8j 25 วันที่ผ่านมา

    I'll do all da dark paths ye scardey catts

  • @WonkyWater-YT
    @WonkyWater-YT 11 หลายเดือนก่อน

    As someone who isn't the best at commands, but far worse with datapacks, I can confirm Command Blocks are cool

    • @AvidMc
      @AvidMc  11 หลายเดือนก่อน

      After working on datapacks and command block projects I’ve found are benefits to using both 😁

  • @mdesilve
    @mdesilve 4 หลายเดือนก่อน

    Love this channel

  • @ApolloYT_
    @ApolloYT_ ปีที่แล้ว

    Just curious do you think the grappling system could be done in bedrock

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      I bet you could pull it off on bedrock yeah! If you have questions join my discord!

  • @cmanecmane4649
    @cmanecmane4649 ปีที่แล้ว

    Are you ever going to finshe this for us to play, i wanna play with my friends.

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      You bet! It might take a while though. Stay tuned!

  • @suitedwaffle684
    @suitedwaffle684 ปีที่แล้ว

    you just taught me what conditional does I haven't know for years :o

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      They’re pretty nifty!

  • @zavinzeferino4145
    @zavinzeferino4145 ปีที่แล้ว

    I never seen someone make something like this, i wish i can make something like this

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      You just make it one piece at a time!

  • @l2EVENGER
    @l2EVENGER ปีที่แล้ว

    When will the map release and how will it be published?

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      At the current rate I’d bet I have at least another year on the map.

  • @Newererviver
    @Newererviver ปีที่แล้ว +1

    i think they meant a boss that moves around alot.

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Yeah I think so too!

  • @aljazambrozic1947
    @aljazambrozic1947 ปีที่แล้ว

    How did you detect when players pull the fishing rod?

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      I check to see if the bobber entity is no longer near the grapple point. Execute unless entity.

    • @aljazambrozic1947
      @aljazambrozic1947 ปีที่แล้ว

      @@AvidMc Thanks

  • @michaelgamel5915
    @michaelgamel5915 ปีที่แล้ว

    is there a way to join a server its on?

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      I plan to release a clone of this server to Patrons if I meet a certain milestone.

  • @_disconnecto
    @_disconnecto ปีที่แล้ว

    Tbh, for me who uses commandblock and datapack, conditional command block is possible with datapack with scoreboard

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Yep you’re definitely right!

  • @kirupasayan986
    @kirupasayan986 3 หลายเดือนก่อน

    Avidmc show the commands of the smoldering rod

  • @Walker-bf8fe
    @Walker-bf8fe ปีที่แล้ว

    Challenge: BOSS RUSH vilethorn. Beat curse of vilethorn, continue in the dungeon, and then go battle usim.

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Love the idea!

  • @isaacthetwisted3161
    @isaacthetwisted3161 ปีที่แล้ว

    Ngl I just started using chain command blocks because I figured out how to use them and it is WAY better than using a minecart and activator rails

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      I agree completely! Chain command blocks change everything.

  • @hddbvdcx
    @hddbvdcx ปีที่แล้ว

    So i have Just started to create my own Adventure Map, with Command Blocks. And its soo hard. But Always when i struggle i Just come Back to your chanel and Wonder: How the Heck did you do that with COMMANDS?? And why did Mojang create /Scoreboard instead of a simple /variable (int,float,bool).
    I have Just create a little Story and Map. But it is complicated. The hardest is: Its night time, Zombies mustnt Spawn, but i wont do /kill @e type Zombie cus then i See how they die. I also want to be able to summon a costum Zombie, so i cant Set it to Peaceful. Its Just complicated 😅.

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      I totally get what you mean! Thanks for coming back to my channel when you need inspiration 😁 if I were you I’d teleport those zombies below the bedrock layer, that way you get rid of them without players seeing them die!

    • @hddbvdcx
      @hddbvdcx ปีที่แล้ว

      @@AvidMc Wow, thanks. I didnt think of that.

  • @LOKIIcopy
    @LOKIIcopy ปีที่แล้ว

    I prefer using command blocks. Mostly because
    - i'm used to use those, they were in game a lot more time than datapacks
    - i don't like doing the commands stuff externally out of minecraft
    - some things are not profitable to use in datapacks (for example, the armor stand shapes builder Avid made)
    - right now a lot of things i do with command blocks is made on the aternos server of my friend where we play creative mode
    - from that point just basically everything listed by Avid about using command blocks
    But I use datapacks when there's no way to do it with command blocks (like, getting crafts and loot tables) or in some really rare conditions when it is a must (commonly in situations when command block is not supposed to be anywhere in any way, like adding features on a survival world/server)

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      I really appreciate this reply. I agree 100% with what you're sating. There's a time and place for datapacks, and they should be used in harmony with command blocks.

  • @Phoenix16131
    @Phoenix16131 ปีที่แล้ว

    ik this is late, but i agree with ur opinion on commands, their just cooler and more vanilla! also how tf does this only have 700 likes?!?!

  • @sandrarodrigues-eo2jy
    @sandrarodrigues-eo2jy ปีที่แล้ว +1

    Hey can you make am ice boss

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      I might have something planned in the future 👀

  • @James_AAF
    @James_AAF ปีที่แล้ว

    What if you used both command blocks and datapacks to get the best of both worlds

  • @evildna9226
    @evildna9226 8 หลายเดือนก่อน

    man i loved command blockls but i dont realy now how to use it only a little thats why can i recomend i wanted you to do a fully guide to command blocks i even warship commandblocks :p

  • @Pyron39
    @Pyron39 ปีที่แล้ว

    So what do we need to do to get a real “Elon Husk” bossfight in the adventure map?

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Haha I'm so glad you noticed that little easter egg.

  • @themaskedraff
    @themaskedraff ปีที่แล้ว

    Do you ever go into depth on how to mess with the commands? I mean I have truly tried to do stuff with commands and I'm pretty good at it but not to this extent. I don't necessarily understand what I'm typing just that im typing because I should

    • @AvidMc
      @AvidMc  ปีที่แล้ว +1

      I do! I stream every now and again and I go pretty deep into how commands work.

    • @themaskedraff
      @themaskedraff 3 หลายเดือนก่อน

      HELLO RAFF.

  • @ashtikamay
    @ashtikamay ปีที่แล้ว

    Is this server for mcpe too?

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Currently java

  • @Tacospaceman
    @Tacospaceman ปีที่แล้ว

    My take is that command blocks are so much cooler than lame data packs. I envy your dedication sir.

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Command blocks are the hardcore version of datapacks.

  • @megasquirrel64gamer56
    @megasquirrel64gamer56 ปีที่แล้ว

    Can you make a turtorial on this for bedrock

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Good question! I don’t normally do tutorials for the bosses since they take a lot of work and don’t perform as well. If you have any specific questions, come join my discord!

  • @keisakustudios
    @keisakustudios ปีที่แล้ว

    Is there a download for this map?

    • @AvidMc
      @AvidMc  ปีที่แล้ว

      Check out this video for all the info you need on this!
      th-cam.com/video/DQafoIXiQUw/w-d-xo.html