This Working Minecraft Computer, CAN RUN DISCORD

Поділитися
Вставка
  • Опубліковано 25 сер 2023
  • This is how I coded a working computer into Minecraft that is able to run Discord using only command blocks. This was aids
    loooooooooooool filler vid filler vid jkjkjkjk I hope you still like it tho. Might have taken me 3 months to make this but uhgghgjhhhhhg new videos coming out soon
    ✦ Play The Map Here➾ / discord
    (download link in announcements
    ✦ Subscribe If You Like My Content ➾ ua-cam.com/users/KiddyKene?sub_c...
    ✦ Follow My Twitter ➾ / kiddykene
    ✦ Follow My Instagram ➾ / kiddykene
    ✦ Follow My Tik Tok ➾ / kiddykene
    ✦ Follow My Twitch ➾ / kiddykene
    ✦Channel Member ➾ / @kiddykene
    Have a good day :)
    - Kiddy Kene
    #minecraft
  • Ігри

КОМЕНТАРІ • 2,2 тис.

  • @KiddyKene
    @KiddyKene  8 місяців тому +574

    Lmao pls sub today's my 18th birthday

  • @Stealthfang270
    @Stealthfang270 8 місяців тому +3532

    Now, I've never worked with command blocks but, as a programmer, the amount of times your code worked first try is astounding

    • @niil047
      @niil047 8 місяців тому +256

      it might be just edited out, maybe not. also, i've done some command stuff and the fact that you're writing small snippets of code at a time you really make way less mistakes

    • @NichtDu
      @NichtDu 8 місяців тому

      @@niil047 you also do that in programming.

    • @meekotheotter2801
      @meekotheotter2801 8 місяців тому +38

      i can only assume its because its coding within a game so the coding is less likely to fail if you know what you are doing. ofc idk what the hell im talkin about but its the best i can assume

    • @Dummy226
      @Dummy226 8 місяців тому +125

      ​@@meekotheotter2801As a professional C developer, coding within minecraft is way harder and primitive, as essentially your tools are very limited and at times you have to design your own cpu within the game which didnt happen here but if it required any math it would. Yes you would have to design and build an entire cpu using what is essentially electricity circuits in game. The reason you're less likely to fail is because you only do sever lines per attempt and what he did here wasnt that difficult, it was for the most part cloning one thing to another place which then activates the command block that clones a bigger thing back. It is literally just displaying variables. Still that isnt easy compared to coding in actual languages, it is the equivalent of doing it in assembly language which if you have any knowledge in coding you'd know that its really impressive

    • @jakob_z
      @jakob_z 8 місяців тому +20

      @@Dummy226 I would push back a little on "designing a whole cpu" when using command blocks, even with doing math. It is, like you said, a lot more assembly like instead.
      Though yeah, it is definitely harder with the more primitive tools/commands. Timing can very often be a problem as well in a way that normal programing doesn't have (for the same level of computing).

  • @sandrajackson5227
    @sandrajackson5227 8 місяців тому +2698

    This video is so darn cool. I totally understood everything that happened and wasn't just watching the pretty colors (Also your painting was beautiful)

    • @KiddyKene
      @KiddyKene  8 місяців тому +224

      Thank you

    • @dxcvvxd
      @dxcvvxd 8 місяців тому +31

      thank you

    • @minionVR304
      @minionVR304 8 місяців тому +27

      @@dxcvvxd no

    • @UnIovable
      @UnIovable 8 місяців тому +15

      @@minionVR304 yes

    • @Rhakjellg
      @Rhakjellg 8 місяців тому +13

      @@UnIovable maybe

  • @fleetproductions1410
    @fleetproductions1410 6 місяців тому +114

    Inaccurate. Isn't racist like real discord.

  • @franciscodelico
    @franciscodelico 5 місяців тому +70

    The amount of young people learning computer science, on their own, IN MINECRAFT is insane. It's so amazing you can do these kinds of things in a game.

    • @Neodel
      @Neodel 27 днів тому +1

      Your definitely like 50 🔥🗣️🔥

    • @colechurch6785
      @colechurch6785 22 дні тому +2

      @@Neodeland your 5-

  • @Octal_Covers
    @Octal_Covers 8 місяців тому +911

    You could use the new block display and text display entities, those have built in scale modifiers that you can use. All you need to do is create a custom block model for the cursor and for the text use a giant text display

    • @vencedor1774
      @vencedor1774 8 місяців тому +29

      That is one of the first things i could see block displays being actually useful for something.

    • @bloosix
      @bloosix 8 місяців тому

      Block displays are very useful for map making, especially animations@@vencedor1774

    • @cat_silly
      @cat_silly 8 місяців тому +14

      Custom item model. Items have "Custom model data" that allows you to make custom models using resource packs.

    • @Octal_Covers
      @Octal_Covers 8 місяців тому

      @@cat_silly right but you can use a resource pack to change the normal model of a block too

    • @RemoteAccessGG
      @RemoteAccessGG 8 місяців тому

      @@vencedor1774 bro it’s literally the best thing every I can make custom ui custom images etc only with plugin

  • @berndl_3925
    @berndl_3925 8 місяців тому +264

    i love how half of the comments are in awe how something like this is possible and the other half is going insane, because there are other (easier) ways

    • @morzisthecommander5257
      @morzisthecommander5257 8 місяців тому +17

      literally so true, while i find the end product extremely fascinating and im absolutely in love with the in-computer editable pfp and be able to draw images and everything is quite nice and advance, the way he did that made me wanna pull my hair out since i've been doing commands for multiple and it could have been done with SO less commands the typing system alone took 831 commands, while the whole computer could prob be done in just the 100 command block area😭😭😭😭😭😭

    • @Xackory
      @Xackory 8 місяців тому +1

      its obviously possible with command blocks

    • @tachi5408
      @tachi5408 8 місяців тому

      @@morzisthecommander5257 I don't see the issue when it's already figured out though ig

  • @Code_Machine
    @Code_Machine 4 місяці тому +16

    This video made me physically nauseous.
    Its not bad, I just can't believe you managed to finish it without tossing your entire pc in the dumpster. As a programmer, I could just FEEL the pain oozing through my screen.
    You're either a madman or a genius. I'm impressed, but also my condolencea

  • @bandiddums
    @bandiddums 8 місяців тому +46

    This was a lot more entertaining than I had ever expected a Minecraft command block programming video to be lol. You made some really interesting ways to implement the features that you want. Also I can't believe it took you until testing the drawing picture part to make a backup

  • @FungIsSquish
    @FungIsSquish 8 місяців тому +536

    as a seasoned datapack/commandblock creator this is cursed in so many ways😭😭😭
    really interesting to see the bizarre workarounds you made

    • @kkleb
      @kkleb 8 місяців тому +3

      LOL

    • @CodeNeonMC
      @CodeNeonMC 8 місяців тому +26

      I knowww LOL...the mouse ray cast was bizarre xD though it might actually be more performance efficient, strangely

    • @MrGenie151
      @MrGenie151 8 місяців тому +18

      i agree COMPLETELY. i myself am the same and the fact he doesn't use 1.20 interaction entities is making me CRINGE

    • @amandin.
      @amandin. 8 місяців тому +7

      yeah indeed, when you use a datapack I'd just make a raycast for the cursor, but the two armor stands is absolute genius workaround

    • @SSown
      @SSown 8 місяців тому +7

      @@MrGenie151 this was made in 1.19.4

  • @His-Games
    @His-Games 8 місяців тому +92

    Dude the spaghetti code wrestling in making all the menus and options must have turned your brain into syrup. If this doesn't go down in the Minecraft hall of fame I don't know what will.

  • @Skreperiukas
    @Skreperiukas 8 місяців тому +5

    As someone who spent quite some time with command blocks back in the day this was awesome to watch because you made it with very begginer friendly commands and that is cool, because I never realised that they can be that OP

  • @HappiFunnyGuy
    @HappiFunnyGuy 8 місяців тому

    your explanation of things made both sense and full sense at the same time.
    Amazing video!

  • @TheAnnyParker
    @TheAnnyParker 8 місяців тому +153

    For the clicking, you could have used the new interaction entity, which can detect right and left clicking. For the blocks, instead of detecting what block and running, you could have used command blocks so you can run the command directly, without the block detecting step. Everything else is absolutely brilliant and more than I could ever have the patience for. Cheers

    • @dIancaster
      @dIancaster 8 місяців тому

      Explain how he could have sidestepped the need for block detection?

    • @Joshtp
      @Joshtp 8 місяців тому +1

      Because for why seventeen yesterday, at least rampart destiny can squirtle on jigglypuffs; nevertheless tuesday's saucy grippers equate to cat mom cat daughter speed potato. At least creeble snoo bamboozle onomatopoeia schleeb~
      jury duty, furry cooties,
      Hotel,
      Trivago
      @@dIancaster

    • @TheAnnyParker
      @TheAnnyParker 8 місяців тому +3

      @@dIancaster if he used command blocks with the commands already in it, it would mean that when they're copied, they immediately run. Therefore the step of having a different block and then checking what block it is, then running a command based on that, can be skipped

    • @wackyanimations3326
      @wackyanimations3326 8 місяців тому

      @@TheAnnyParker its unavoidable (the block detecting) sadly.

    • @TheAnnyParker
      @TheAnnyParker 8 місяців тому +3

      @@wackyanimations3326 no?? Literally as simple as doing the same method up until you have to decide what block it is, but instead of decoding, you don't have to if you just use command blocks. The decoder is running commands based on the block, so you can skip that step by using command blocks that are already loaded with commands. Still copy them over, and still delete them, but you don't need the detection phase.. source: I make command block and data pack creations all the time

  • @kayukshi4271
    @kayukshi4271 8 місяців тому +18

    0:13 had me dead 💀

  • @BlackholeSteve
    @BlackholeSteve 5 місяців тому +1

    As someone who uses command blocks a lot, I was heavily impressed by this, I know I could probably do this if I put in the effort, it's just I haven't really been bothered to any big projects...
    So basically what I'm saying is kudos to you! I hope you keep up your high effort videos.

  • @realquadmoo
    @realquadmoo 7 місяців тому

    This is amazing! So creative! It feels like something I could maybe do, but yet something I could never come up with

  • @MrOrange9JCT
    @MrOrange9JCT 8 місяців тому +28

    6:05 And that, my fellow builders, is why WorldEdit was invented.

  • @Hyren00
    @Hyren00 8 місяців тому +20

    5:56
    this is exactly why we break the whole "no mods" thing to use world edit.

    • @Antiblue643
      @Antiblue643 8 місяців тому

      There's a WE datapack, which is technically not a mod

    • @truerandomchannel
      @truerandomchannel 8 місяців тому

      @@Antiblue643datapacks are mods, just officially supported mods

    • @yelllovkitten
      @yelllovkitten 6 місяців тому +3

      there is a command in minecraft /fill

    • @peterlewis2178
      @peterlewis2178 2 місяці тому

      @@yelllovkitten Yes, but when you use WorldEdit's //fill, you can also use //undo if you make a mistake. It's also just generally a faster and more intuitive command to use

    • @JamesGo2806
      @JamesGo2806 Місяць тому

      You don’t need mods

  • @chudite
    @chudite 8 місяців тому

    this is really, really impressive, and it's really intuitively explained. great work!

  • @yumiiRBX
    @yumiiRBX 4 місяці тому

    the edits make me laugh for no reason😢 i love how i can relate to u, new sub!

  • @HMODY-3821-A-Shrimp
    @HMODY-3821-A-Shrimp 8 місяців тому +15

    Picture 🚫
    Pciture ✅ 5:31

  • @JPmagicMC
    @JPmagicMC 8 місяців тому +7

    I would ASSUME you know about this, but 1.19.4 added interaction entities, so you could make it so you actaully click, not sneak!

    • @bloosix
      @bloosix 8 місяців тому

      If only interactions were multiplayer friendly 😔

  • @13luken
    @13luken 5 місяців тому +4

    I would love to see two monitors like this in a world far away from each other on a server so you and a friend could message back and forth!! It'd require like a lot of work but could be really neat, esp if you only made it 2 monitors you'd need to replace each code block but the rest might fall into place "neatly"

  • @CrimZonOnYT
    @CrimZonOnYT 8 місяців тому

    This is really really cool. Usually with videos like this I don't understand but I've been using commands for a while so I actually understood a lot of what you were talking about and I yhink that's awesome. Like yhe having to clone something somewhere else, just to clone it back to the same place but 2 blocks to the side. It's so complicated. I've actually had to do that a couple times too.

  • @linren4517
    @linren4517 8 місяців тому +83

    Just a side note:
    In 8:51, when the /clone command said "The source and destination areas cannot overlap",
    You can actually "force" it to work by adding "replace force" at the end of the /clone command.
    The command will look like this:
    /clone x x x y y y z z z replace force
    Anyway, I am extremely impressed with your build! Keep it up!

    • @jef_6987
      @jef_6987 8 місяців тому +1

      bro what? 🥴

    • @jef_6987
      @jef_6987 8 місяців тому +1

      bro what? 🥴

    • @Emix_Emix
      @Emix_Emix 8 місяців тому +2

      @@jef_6987 We are dont know Any command We are Useless

    • @RXHub390
      @RXHub390 4 місяці тому

      @@jef_6987 /clone pos1 pos2 destination force

  • @JodhaAT
    @JodhaAT 8 місяців тому +52

    as a programmer, I find your work extremely underrated and funny

  • @HeyItsKora
    @HeyItsKora 7 місяців тому

    did this is freaking INSANE, man your editing is unbelievable, which in addition to the literal creating of discord in minecraft, man you're next level
    also as a non-minecraft player, since when does minecraft have literal coding? as far as i knew this sort of thing was restricted to using redstone blocks and switches to basically simulate electrical circuits and PCB components, I had no idea you were able to actually type lines of code in, also have no idea what a code block is but I guess you attach your code to individual blocks? i struggled to keep up with the video as someone who knows nothing about Minecraft, let alone coding in minecraft lol

  • @ThatGuyConnor857
    @ThatGuyConnor857 6 місяців тому

    1:46 no crap sherlock 😂😂 (great vid its so cool you were able to do this without mods and just vanilla minecraft!)

  • @jackatk
    @jackatk 8 місяців тому +208

    This is absolutely AMAZING! It’s so well-made, and he explains it all so well! The only problem is that the title is really misleading- it doesn’t actually connect to discord. But anyways, great job!

    • @zeblanoue2642
      @zeblanoue2642 8 місяців тому +2

      True

    • @opfu1237
      @opfu1237 8 місяців тому +20

      Doesn't say that you can connect to discord, it says it can "run" discord.
      Run them out business that is!

    • @silver17yearsago66
      @silver17yearsago66 8 місяців тому +2

      That's because you can't connect it to the internet

    • @opfu1237
      @opfu1237 8 місяців тому +6

      @@silver17yearsago66 wait imagine if you had a server with like ten people and gave everyone one of these.. if you set things up right couldn't you have an actually working one..

    • @ManiacOfYouTube
      @ManiacOfYouTube 8 місяців тому +13

      @@opfu1237yeah...or here's a thought...chat already exists in minecraft

  • @ericmobbs519
    @ericmobbs519 8 місяців тому +52

    Just gotta wait for someone to do this, but without command blocks.

    • @vencedor1774
      @vencedor1774 8 місяців тому +37

      Without commandblocks, in survival hardcor, blindfolded, without audio and using the keyboard with their feet.

    • @achillachill5520
      @achillachill5520 8 місяців тому

      @@vencedor1774 on a 5 second timer

    • @DaysofKnight
      @DaysofKnight 8 місяців тому +3

      There's probably a mod for an earlier version of Minecraft that adds in actual computers

    • @naetilus
      @naetilus 8 місяців тому +11

      @@DaysofKnight they meant with redstone

    • @mcjavabelike8320
      @mcjavabelike8320 8 місяців тому

      @@DaysofKnight yeah it is called OpenComputers

  • @davetuikong
    @davetuikong 4 місяці тому

    This video is great. You also put a lot of effort into learning commands and building the computer.

  • @kristenmartin8807
    @kristenmartin8807 7 місяців тому

    this video was so cool also your computer is so good and you painted beautiful

  • @briondalion3696
    @briondalion3696 8 місяців тому +12

    This is absolutely incredible. I haven't played minecraft in ages, and I was trash at using redstone, but this is simply mind blowing. The sky's the limit in minecraft, I think. I imagine you could have made a larger monitor with a larger resolution and still have it visible by loading enough chunks.
    The only limit in this game is RAM. Seriously give this enough RAM, it'll become the first virtual machine that you can roam around in like Tron, lol. I don't doubt that this can go further

  • @novaflame4812
    @novaflame4812 8 місяців тому +10

    that is truly glorious, I can imagine this being a great little feature for any smp, a publically available computer that lets you post messages, and bears a great resemblance to discord.

    • @Snurrbulle
      @Snurrbulle 8 місяців тому

      it uses command blocks

  • @pinklion63
    @pinklion63 Місяць тому

    just from this one vid i want to sub you put so much dedication in these projects

  • @bubakk921
    @bubakk921 8 місяців тому

    You are definitly underated youtuber you got a new subscriber :)

  • @embeddedt
    @embeddedt 8 місяців тому +10

    Came expecting to get clickbaited, and got clickbaited and shocked at the same time. Impressive work. This is basically ComputerCraft but in vanilla.

  • @GiaDianne-qw1tq
    @GiaDianne-qw1tq 8 місяців тому +14

    A video by kiddy kene 11 minutes ago? I love my life

    • @ElfishDust
      @ElfishDust 8 місяців тому

      Technicley 1 jour

    • @GiaDianne-qw1tq
      @GiaDianne-qw1tq 8 місяців тому

      @@ElfishDust no I saw this 11 minutes when it got posted not 1 hour

  • @jennifernevarr3985
    @jennifernevarr3985 8 місяців тому +1

    Your the only UA-camr that can keep me entertained without me understanding s***t

  • @peanutbuttergaming3329
    @peanutbuttergaming3329 7 місяців тому +1

    i am superbly amazed that u did this without world edit 😱 absoluely insane. you earned urself another sub, and also, do u edit ur own vids cuz the editing is a hoot.

  • @Mari00
    @Mari00 8 місяців тому +5

    Yo bro this is absolutely amazing! just a tip you could have used the interaction entity to detect actual clicks instead of sneaking but still this is crazy well done!!

  • @lxmeshowcases
    @lxmeshowcases 8 місяців тому +30

    why is this man so underrated???

    • @RiskEdits
      @RiskEdits 8 місяців тому +4

      Your pfp matches your comment so well

    • @lxmeshowcases
      @lxmeshowcases 8 місяців тому +3

      lmao thats true@@RiskEdits

    • @Mrcrzytornado1
      @Mrcrzytornado1 8 місяців тому +1

      Lmao

  • @skupperrr
    @skupperrr 8 місяців тому

    this is so cool man
    PURE TALENT.

  • @MrpizzaDrip
    @MrpizzaDrip 7 місяців тому

    You blew my mind
    Amazing :)

  • @EdoVro
    @EdoVro 8 місяців тому +11

    This is really cool! The title made me think it’d be a Discord bot you could add to a server that would actually let you send messages from Minecraft, but the end result is still impressive.

    • @Black_Ghost69
      @Black_Ghost69 8 місяців тому +1

      is there a video on it?

    • @Emix_Emix
      @Emix_Emix 8 місяців тому +1

      You cannot Build A Real World Server in minecraft its impossible

    • @fortniteog_yt8039
      @fortniteog_yt8039 7 місяців тому +1

      @@Emix_Emix unless you can actually code and use mods :nerd_face: tho if you mean vanilla... of course no

    • @seup123
      @seup123 7 місяців тому

      Its impossible lol if he did it bro would be a legend and a half

  • @Pandaist
    @Pandaist 8 місяців тому +10

    6:24, thats why you use world edit bc //undo command exists

  • @darkstarcollective
    @darkstarcollective 8 місяців тому

    each time one of these drops it gets more and more crazy

  • @GHOST-bo2go
    @GHOST-bo2go 6 місяців тому +1

    How has this guy only got 90K subscribers? Honestly I haven’t had this much fun watching a Minecraft UA-camr since like 2016

  • @StarlightNkyra
    @StarlightNkyra 8 місяців тому +4

    Man, dude, it's great that you went out of your way to show the process of the command blocks and redstone. I appreciate it so much more, and it's a lot more satisfying to see the ins and outs of something like this.

  • @equal2873
    @equal2873 8 місяців тому +9

    Raycast? Nah! Make a projection of armor stand so it would look like cosine function.

  • @Jeezne
    @Jeezne 6 місяців тому

    i never thought it is possible. good work my guy 👍

  • @WHOAMI_
    @WHOAMI_ 6 місяців тому

    Love the balance unlimited sound track playing in the background lol

  • @mickys8065
    @mickys8065 8 місяців тому +18

    Main thing is you'd benefit from looking into the execute command more, since you could easily simplify a few things with minimal changes. Ie `/execute as @e[tag=cursor] at @s position ^ ^ ^i run tp ~ ~ z` with i being distance to monitor and z being the z coordinate of the screen, you'd merge the two armour stands into 1 line of code, without using stuff like raycast loops.
    Equally, you can do `/clone x1 y1 z1 X2 y2 z2 X3 y3 z3 force move` or something similar and it'll override the "designation cannot overlap" by physically moving the selected area.
    Very interested to see what else you end up doing!

  • @octoquat7271
    @octoquat7271 8 місяців тому +19

    I know nothing about commands, but this is really impressive! You should make the receiving monitor functional as well, then both people would be able to message each other.

    • @FriedMonkey362
      @FriedMonkey362 8 місяців тому +1

      Too much work, so many new edge cases, like if both of them are typing at the same time

  • @thisopgame3219
    @thisopgame3219 8 місяців тому

    Insane brother
    The computer and the drawing was darn cool

  • @Ordinary_Jerry
    @Ordinary_Jerry 8 місяців тому

    I work with command blocks, but never, NEVER have I seen something that uses this many workarounds to execute functions ;-;
    congratulations, you just gained my sub.

  • @CerobaKatsukane
    @CerobaKatsukane 8 місяців тому +6

    1:44 got me bro...

  • @zhuzh3l1c4
    @zhuzh3l1c4 8 місяців тому +9

    5:48 this is why you use world edit kids

  • @Pickledot
    @Pickledot 6 місяців тому +3

    The Minecraft went from placing cobblestones and dirt to building a computer that works is crazy.

  • @PFearr
    @PFearr 8 місяців тому

    This is amazing lol, I’m surprised that this was possible with command blocks but minecrafters never fail to amaze me!

  • @oxymore13
    @oxymore13 8 місяців тому +6

    a few workflow improvements for you, because you seem to have forgotten some command options :
    - /fill has an option called "keep" that acts as "replace air" and also keeps fluids (water and lava) e.g. : /fill ~ ~ ~ ~10 ~10 ~10 minecraft:dirt keep
    - when trying to clone blocks, if "the source and destination cannot overlap" just use the option "force". You could also add "move" after force to remove the source blocks if needed. e.g. : /clone 10 10 10 20 20 20 15 15 15 force

  • @slaminimations
    @slaminimations 8 місяців тому +4

    This video is so underrated it needs 100k+ views

  • @un4ead_gam3rg56
    @un4ead_gam3rg56 8 місяців тому

    this is actual insanity

  • @Revenge3130
    @Revenge3130 7 місяців тому +1

    Dude, you are a literal god.

  • @cat_silly
    @cat_silly 8 місяців тому +34

    You could use:
    1. Carrot on a stick item in player's inventory to detect if player is clicking. You also could make right click using that.
    2. Use datapacks to make it. I already have moved from command blocks to datapacks, and they are... A lot better. Datapacks are edited in the text editor, not in weird 3D snake thingy, like command blocks. Plus, functions in datapack work basically the same as command blocks.

    • @russianyoutube
      @russianyoutube 8 місяців тому

      Or you could switch to mods!

    • @moofurg
      @moofurg 8 місяців тому

      The new interaction entities would also work for click detection

    • @cat_silly
      @cat_silly 8 місяців тому +2

      @@russianyoutube Nah

    • @cat_silly
      @cat_silly 8 місяців тому +1

      @@moofurg Yes. Even better

    • @urisinger3412
      @urisinger3412 8 місяців тому

      i think the point was it being vanilla, if you are doing datapacks might as well just do plugins

  • @CarrotFarmer
    @CarrotFarmer 8 місяців тому +5

    Honestly? Quite incredible.

  • @aalcirebon661
    @aalcirebon661 8 місяців тому

    Yo this was insaneee bro

  • @oh_no1604
    @oh_no1604 8 місяців тому

    im liking the video for this, its amazing!!

  • @endyyy_
    @endyyy_ 8 місяців тому +4

    You gotta pay respects. He did all of that without WorldEdit

  • @LazyBN
    @LazyBN 8 місяців тому +5

    3:06 that laugh tho 💀

  • @StormsofPeril
    @StormsofPeril 6 місяців тому +1

    Wow, the dedication! You're not lazy, you're smart

  • @sunnafae.1886
    @sunnafae.1886 8 місяців тому

    This was cool. I liked the picture idea.

  • @doctorfantasius2266
    @doctorfantasius2266 8 місяців тому +3

    Undoubtedly epic

  • @Let_me_get_a_name.-_-
    @Let_me_get_a_name.-_- 2 місяці тому

    Seriously hardworking, even watching the videos makes me tired

  • @CristelleHull
    @CristelleHull 8 місяців тому

    I love the Jimi Hendrix in the background

  • @LostKitty64x
    @LostKitty64x 8 місяців тому +5

    you got my hopes up making me think you were actually gonna connect this thing to the real discord api somehow. Whoops. Guess it's not possible at the moment. Without using, like a datapack that does http requests.

  • @MisterKazePresents
    @MisterKazePresents 8 місяців тому +4

    Awesome video. First time I actually understood the command block magic at play. Also, what's the music at 11:18? I NEED to know

    • @Sio_Demi
      @Sio_Demi 8 місяців тому

      Electro swing by iluvmyclique

  • @tuckMCWizard
    @tuckMCWizard 8 місяців тому

    cool now i can send messages from myself to myself
    also god i work with command blocks sometimes and just the sheer scale of this is incredible

  • @Hot_Coder
    @Hot_Coder 8 місяців тому +1

    Bro this youtuber is so underrated

  • @M0r11_b0t
    @M0r11_b0t 7 місяців тому +8

    2:07 the laugh..

    • @nibroc3343
      @nibroc3343 Місяць тому

      What about it lol

    • @M0r11_b0t
      @M0r11_b0t Місяць тому

      WHY IS IT SO CUTE 😭

    • @nibroc3343
      @nibroc3343 Місяць тому

      @@M0r11_b0t IK LMAO i was wondering if you were thinking the same thing :P

    • @M0r11_b0t
      @M0r11_b0t Місяць тому

      lolol

  • @meqs
    @meqs 8 місяців тому +17

    haha I like the idea

  • @oneofthehandlesofalltime
    @oneofthehandlesofalltime 8 місяців тому

    how do you not have a million subscribers
    nice video man :)

  • @nexusXT60
    @nexusXT60 7 місяців тому

    This is amazingggggg

  • @ThatOneHacker305
    @ThatOneHacker305 8 місяців тому +14

    for the cursor just use an armorstand with no gravity that teleports forward until it hits the screen

    • @vencedor1774
      @vencedor1774 8 місяців тому +1

      Actually, I think his solution was simpler

    • @ThatOneHacker305
      @ThatOneHacker305 8 місяців тому +2

      @@vencedor1774 but the mouse isn’t at where the cursor is pointing

    • @vencedor1774
      @vencedor1774 8 місяців тому +2

      @@ThatOneHacker305 true, but to actually achieve that, just tping it behind wont do the trick. You have to triangulate the posicion with referal of your angle and x position to do it, and that is a lot more complex than what you just proposed. Your idea doesnt align the cursor with it, scoreboard math (which isnt simple) does.

    • @ThatOneHacker305
      @ThatOneHacker305 8 місяців тому

      @@vencedor1774 but it works

    • @bloosix
      @bloosix 8 місяців тому

      Could you not just do a simple raycast and teleport the armor stand to where the raycast hits?@@vencedor1774

  • @user-we7dc1yd3u
    @user-we7dc1yd3u 8 місяців тому +3

    I have a strong feeling that this video is going to go viral. Keep it going man.

  • @Baldicong
    @Baldicong 4 місяці тому

    you are so good keep going i love you so much i’m new subscriber ❤❤❤

  • @the-real-random-person
    @the-real-random-person 8 місяців тому

    So cool man, you should also do a VRAM screen

  • @MrMiaw717
    @MrMiaw717 8 місяців тому +6

    You must be the smartest person I have seen in my life. Your video is perfect in every way possible. Good editing, amazing voice over, funny, actually explaining what you are doing and not making it over complicated. You sir are a legend

  • @Greybackx
    @Greybackx 8 місяців тому +5

    Were you using WorldEdit whilst building? If you ever make a big mistake, you can type //undo to undo the edit; and //redo if you want to redo it, of course. It looks like it might work the same way with only the one /, if it wasn't WorldEdit. Just for your future reference :)

    • @TweetzTM
      @TweetzTM 8 місяців тому +4

      Lol, was looking for this comment. My guy knows how to build this incredibly complex contraption but doesn't know of the existence of //undo.. (or whatever the correct syntax is for the specific map editor in question)

    • @fortniteog_yt8039
      @fortniteog_yt8039 8 місяців тому +2

      Hes litterly using minecraft vanille commands like /fill /clone, you couldve really seen it by watching closely

    • @TweetzTM
      @TweetzTM 8 місяців тому +3

      @@fortniteog_yt8039 Well last time I played Minecraft there were no such thing as a vanilla map editor, not that obvious to someone oblivious to its existence. However if there is such a thing as an equivalent to //undo etc. my point still stands..

  • @BringBackStoning
    @BringBackStoning 6 місяців тому

    Very cool. I definitely followed along and understood everything

  • @user-vy4zy5sn2x
    @user-vy4zy5sn2x 5 місяців тому

    as a person that's fascinated with java problem solving, damn your thinking flow is smart

  • @grqfes
    @grqfes 8 місяців тому +7

    how far away could you make the two screens? could be cool on a server, especially with maybe more than 2 screens. imagine everyone has one in their base

    • @plighting_engineerd
      @plighting_engineerd 8 місяців тому +1

      as far away as you want, as long as its loaded. its just a clone command

  • @Check_001
    @Check_001 8 місяців тому +5

    Believe it or not, when I accidentally pressed 6 on my keyboard when only started watching the video, it skipped me to 10:05 after which I immeditely put it back. But I was geniunely confused with that meme anime girl saying stuff around the video

  • @Innergaming111-gs3xm
    @Innergaming111-gs3xm 4 місяці тому +1

    "A circle and a square are diffrent shapes"
    Glad we cleared that up

  • @spelIwastaken
    @spelIwastaken 8 місяців тому +1

    bro is gonna become a minecraft engineer

  • @GamingAndRCs
    @GamingAndRCs 8 місяців тому +4

    6:19 "//undo"

  • @Gaiymer
    @Gaiymer 8 місяців тому +4

    13:29 says he's not lasy proceeds to be lazy

  • @ALPatingitTUGaming
    @ALPatingitTUGaming 5 місяців тому +1

    Subbed cause it's crazy awesome Build.

  • @Purple_2726
    @Purple_2726 8 місяців тому

    This is one of the most underrated Channel i have ever sean