Ultimate Tool for Perfect Chair Placement in Minecraft!

Video Information

hello welcome to episode 284 we are going to be doing some more seats this time we’re going to use two interaction entities so we’ve got more control over where they actually sit and we’re going to make ourselves some building tools so we can um place them really easily um when your map is running I mean it looks like there’s a lot but when your map is running these are the only command blocks that will be turned on all of these other ones are for building so if we do some examples if I got f3b on here we go so we can sit on the fence and we’re sitting on top of it there we go nice and easy uh can I can I do it like this we can sit on the campfire and we’re at the right height we consider the stairs and we’re on the right height facing the wrong direction but we can fix that later we’ve got a fix for that or if we want we can sit on the double fence and we’re at the right height that’s the advantage of using two interactions okay now building tools I’ve made myself some little eggs so if I want to make this seat normally I would have to put the two fences down then I’d have to make one interaction with all the tags and I’d have to make the other interaction with all the tags if I’m only doing one it’s probably quicker to to do that but what if I wanted Lots well I’ve made myself a little seat I’ll have one there I’ll have one there I’ll have one there and I’ll have one there actually no I don’t like that one I’ll remove it oh I can’t I’m going to sit on it instead and I can’t can’t punch it cuz the interaction entity is in the way that’s okay I’ll use my little remove tool get rid of the interactions get rid of it and we’ll get rid of that one but I don’t like the direction this one’s facing that’s fine as well we could just use our little uh yellow egg and change the way it’s looking well that’s a bit low that’s all right I’ll just stick a block there and then do it on top now I’m going to be looking that way so we’ve got some tools to make it super quick and simple to go around placing these now for the example I’ve you made the double fence tool but you can use the example and change it to do tools for all of them that’s what that’s what these controllers are doing and we’ll go through them in a minute okay let’s get on and uh remove those boxes and make it now oh I’ll tell you first though this one is requested by Arctic Panda Pro and we are in version 1.9.4 okay let’s get on and make it okay the first thing we’ll start by doing is just building a few examples um so let’s build them over here we’ll have a fence example and for that we’ll want two command blocks uh let’s do that one first before we move on to anything else okay so we’ll just label it fence and we’ll po a button on top let’s get the coordinates of the fence fill tap tap tap copy right we want two interaction entities so we will summon an interaction at the coordinates I just copied and tags I’m going to give it two tags First tag is just going to be my seat and the second tag will be my seat uh click because we’ll click on this one done press the the button okay wonderful have we got one F3 and B we can see we’ve got one okay let’s do another command a remove command for testing so we can remove stuff kill any entity tag equals my seat done okay we’ve got that one now we’ll place the second in fact let’s just copy that whole command shift home copy all that and we’ll paste in there but we want this one to be a little bit smaller so let’s do width 0.2 and height 0.2 and where do I want to put it 56 56.7 I think okay now we’ve got two interaction entities we can’t see them well we can see one we can’t see the other one we can see his little line there coming out so he’s inside the fence post if we remove it get rid of the fence post there he is that’s the one we’re going to the big one is the one we’re clicking on little one is the one where we’re going to be sitting so let’s put a let’s put that back let’s put that in there and let’s do the controller this is going to be the controller for sitting okay we are going to execute as any entity type equals interaction tag equals my seat click on target so this is only going to work if it’s got a Target run tag at s the person who clicked on it add sit down done so we click on it we get given a tag now we can use that tag execute at any entity uh tag equals my seat click limit equals 1 NBT equals and the MBT we just want to check that it’s got an interaction interaction so it does have an interaction as all players whose tag equals sit down limit equals one probably don’t need that but I’m putting in first of all we’re going to run teleport the player to the seat that’s going to make them face the same direction so teleport player any entity it’s red at the moment because it needs to be limited so we’ll do tag equals my seat click oh sorry tag equals my seat Target so we’ve got to change to make now limit equals 1 sort equals nearest right now this one we’re saying teleport it to the Target so done let’s remove these ones we’ve got and let’s change this from my seat click so this second one this is the little tiny one let’s change that to a Target done okay so the big one one is the one we click on the little one is the target let’s bring them back we’re going to teleport to it so we’re going to be here facing the same direction now let’s make us ride it in fact what we’ll do is we’ll go in here and we’ll go all the way to the beginning execute my seat click yes limit one yes has an interaction yes at any player with sit down down run I will go all the way up to the run and copy that so this time now we’ve already teleported there so this time we’re going to ride it ride player Mount any entity tag equals my seat Target limit equals 1 sort equals nearest okay that’s an easy fix we’ve misspelled the word limit done okay so we’ve given ourselves a tag we’ve teleported the tag player to the thing we’ve uh now made the Tag player ride it now we better remove that tag tag all players remove sit down done and we’ll remove the interaction as well execute as any entity tag equals my seat click run data remove entity at s interaction so that will Target so we will run that every entity and remove its inter Direction so that is probably working already there we go I’m sitting on it I’m facing the same direction okay so now there might be some things you want to change you might want it to face a different direction so we could we could stand somewhere so let’s stand here and we could run execute as any entity tag equals my seat Target limit equals 1 sort equals nearest at that entity run TP that entity to where it is already but facing entity nearest player me bang oh he’s turned around oh he’s facing a bit low I I think let’s put down a block and stand on that and run that command again now he’s facing up there okay so if we sit on it this time we’re looking the other way great so we can change the ways looking pretty easily or just so you know we can also do a data merge data merge entity any entity tag uh equals my seat Target limit equals one sort equals nearest and what data do we want to merge well let’s change his rotation rotation you got a lot more control here you can type in exactly what you want so let’s say I don’t know let say 270f that’s his left and right looking and let’s say minus 45 for his up and down done there we go so he’s looking 270 minus 45 he’s looking up there okay we could change that pretty simply we could change it to 0 180 now he’s looking straight across over there okay so we can change his Direction and we’ve got it so it’s sitting let’s just do a couple of more examples let’s do campfire so let’s put that down and let’s put it out because I don’t want to be burning my bum and I’m going to copy this one control middle Mouse and control middle mouse let’s put them down we’ll call this one campfire obviously let’s get the cordinates of the campfire fill tab tab tab too many tabs tab overload let’s change these coordinates so last time we went up by what did we go up by 7even didn’t we let’s have a look yeah last time we’ve gone up by 7 well the campfires a lot lower so we’re going to want a smaller number maybe 3. 2 um let’s try 0 2 first done press the button there they are let’s try it we’re looking over there that’s fine let’s have a look in F5 oh yeah that looks all right okay there we go he’s sitting on the campfire he’s at the right height nice okay we could also do we could also do stairs where we got one there one there one there and we’ll just do the same thing again literally we’re just going to copy that copy that and we just want to uh change the height really so let’s get the coordinates here F tab tab tab put those coordinates in and let’s go here and put the coordinates in here what do we need for a stair well stair is a bit fatter than it’s a bit fatter than a than a campfire so maybe three there’s our little clickable one let’s try it F5 okay yeah that looks good okay there’s another one but you’re not limited to you can move the things around you don’t have to have them so close together for instance we could we could be stuck no there we go let’s do one more example we could have double fence post and we could sit right on the top of that thing so double fence and this will be the same we’ll just keep this one down the bottom now for one fence we went up 7 so I guess for two fences we’re just going to add an extra block to that so we’ll go up 1.7 so we’ll paste in the same coordinates and add 1.7 now we should be able to click on that boink and we’re sitting at the top of the fence perfect ah but there’s a little bit of a problem here what if I click on this bit nothing happens okay let’s uh remove those obviously if you’re making a map and you press that remove button you’re going to lose all the ones you’ve already set up so do keep that in mind you’re probably going to want to remove the closest not all of them let’s make that clickable one taller so we can click on the whole post so I think we could just go here to my click and we’ll just edit its height and make its height two I think that will probably there we go now we can click anywhere on the post or left or right and there we are we’re sitting on the post cool that’s the wrong button one of course you can make this a little bit thinner as well this button’s quite far away now maybe you don’t want that to be so wide so we can just do is width .2 is about the width of that post I think so let’s make it a bit bigger than the post let’s do 0.3 there we go now now we’re clicking past the post and we actually have to click on the post to sit on it that’s a bit better why you want to sit on a post I don’t know but that’s up to you okay so pretty simple U but if you’ve got a lot of those to place it’s going to be a bit tedious so let’s make a system where we can place them really easily okay so let’s do which one should we do let’s do the double fence as an example okay let me just copy that block copy that one CU they’re empty let’s watch we call this one this would be controller for the placement so when you’re actually playing the map the only controller you’re going to have running is this one that’s all you need running all of these blocks are just us setting it up and same for this one you turn it on when you build the map and when you finish building you turn it off and it never goes on again right now we’re going to need a spawn egg so let’s give ourselves the spawn egg first before we make the controller um give give a placement egg that’s what we’ll call it placement egg okay uh we’ll give nearest player um I don’t know we’re going to have a we’re going to have a place and we’re going to have a remove let’s have let’s have a green egg what’s green slime let’s have a green egg slime spawn egg and let’s give it some information display uh in display we will have name am I remembering this right so you have two apost you have two apostrophes then you have the coded brackets and in there you have the text text um what should we we just call this double fence so when it’s in your in your hot bar you know you’re placing the right one we’ll need an entity tag entity tag What entity is this going to spawn it’s going to spawn ID uh it’s going to spawn ID Minecraft marker and what tags is that marker going to have that marker is going to have the tag uh we’ll just say double fence okay so when we whack down that egg we should spawn a marker with the tag double fence let’s do it okay so there should be a marker there if I TP at P to any entity limit equals 1 tag equals double fence great okay it’s definitely there now let’s kill it kill any entity tag equals double fence right we know it’s there now we want to execute something at that so we will execute at any entity and these commands don’t have to be perfectly optimized or anything because as I say you’re only going to be doing these while building the map these are all going to be turned off when you’re actually running the map tag equals double fence so it will find the marker we’ll align to the blocks XY Z run summon an interaction um at those coordinates but because we’ve aligned to the corner let’s move ourselves to the middle of the block yeah and we’re going to use the same information we used before so we’re going to give it some tags and the two tags we gave it were my seat and my seat click I believe y um and it’s the double fence we’re doing so we probably want to change its height as well height we’ll set it to two and what did we set it width to 0.3 okay that seems all right done and I’m going to copy that block actually let’s copy it paste it in and let’s go for chain always active and let’s make some changes so execute at the Double fence yes align yeah summon interaction yep here we go we want to summon this interaction a bit higher and we remember it was 1.7 higher that’s what we did last time wasn’t it 1.7 and it will be my seat Target and I think we had a little tiny width and a little tiny height okay so it’s going to find where we placed that marker and it’s currently it’s going to be spamming those things let’s make it even easier for us as well let’s let me just copy this this beginning bit here execute at tag let’s just copy that copy let’s execute a tag double fence run set block at those coordinates o done control middle mouse copy that block and do exactly the same but we’ll just lift it up one done and we don’t want it constantly spamming so we better kill any entity tag equals double fence that will get rid of our marker done let’s give it a try who knows well this should be our egg so well let’s put a seat here there we go we’ve got a seat does it work let’s clear up some of this space there we go yeah I can sit on it that’s no problem okay and I thinking well I’m building a big Stadium I want to sit here I want one here I want one here I want one here this is much quicker now so we’ve made ourselves a little egg to uh speed the process up and when I think oh actually I wouldn’t mind deleting that one I’ll just break those fence posts oh of course the interaction entities in the way um so now I have to remove the interaction entities let’s let’s make egg to make it easy to do that as well let’s get ourselves another egg we’ll put another controller this will be where our next controller goes and let’s just do a uh control middle mouse copy that egg so this will be that’s a controller for placing we want a controller for removing and this will be give um remove egg so let’s let’s change some of the information in here most of it is probably going to stay the same well I don’t want the Slime let’s make it a different color let’s do a red one uh chicken or Strider strider’s red then we know when we look at our hot bar we’ve got our green for placement red for remove that’s pretty nice and easy um so we could remove as well and we just want a different tag well we’re not doing a double fence we’ll just use remove for the tag to remove okay I think it’s going to be a much easier controller we don’t have to remove the fence posts because we could use this remove for all the other types as well so we’ll just remove the two closest interaction entities yeah so we could just execute at any entity tag equals remove run kill any entity um let’s say let’s say tag equals my seat since they’ve got those tags we’ll use them just in case there’s something else nearby you might have item frames or something nearby and then we’ll do sort equals nearest and we’ll limit it to two Okay and we don’t want that marker sitting around forever so on the end we will put kill any entity tag equals remove done let me clear my inventory let’s turn that on okay so we got a remove egg and we’ve got a place egg so now we can just throw the egg down near there and then we’ve uh we’re getting rid of those two entities straight away nice and easy so I didn’t like any of those seats they’re all in the wrong place I what I really wanted is I wanted them here like like this okay well maybe you change your mind you think no no no no let’s get rid of all those ah see now they were so close we had a bit of a problem let’s do that can we actually get it to work when they’re this close this system’s not really designed for them to be that close yeah I would say Chuck it on that side get rid of that side Chuck it on that side get rid of that side Okay so we’ve got two of our little controllers what other thing did we want to do maybe change its direction we could yeah we could probably should we do it on camera uh you know what I feel about doing things on camera uh yeah let’s have a go um a controller that will change its direction okay so this will be our controller uh controller Direction and we’ll need another egg give direction egg okay let’s go to button and I suppose all we need to really change um well we don’t want the same color make sure we have a different color let’s go for something orangey yellow so that’s got to be a blaze doesn’t it and we’ll change its name no point making it harder for ourselves Direction and we’ll change its tag Direction done let’s give ourselves one of them cool now we’ve got three eggs we got traffic lights actually okay our controller so we did the command before here here we go where we’re making it face the nearest entity so we want to do that but we want to execute it at our egg okay execute at any entity tag equals direction as any entity tag equals my seat Target limit equals 1 sort equals nearest at that entity run teleport that entity to where it currently is but we want it facing an entity What entity do we want it facing we want it facing an entity whose tag equals Direction uh limit equals 1 and sort equals nearest now that kind of made sense in my head let’s have a look execute at the marker that we throw on the floor with the egg as the the seats Target then we’re going to teleport the seat Target to where it is currently that’s this bit here but we’re going to make the seat Target face an entity and we’re going to make it face the marker we’ve just thrown down yeah okay that should work and then we’ll copy this pop it on the end and we’ll kill the direction marker okay cross your fingers for this one right okay I want me double seat oh oh green there we go green double seat it’s face fa in that way I don’t want it to face that way I want it to face I don’t know over here I want it to face here nice now it’s facing down there have I click on that though we yeah yeah okay that’s cool and if you wanted to change its height there’s nothing to stop you putting a block there and doing that I’ve got to stay that’s that’s easier than uh typing the command if you want it a bit higher you can put a slab there we go okay having that little egg is much easier and quicker than typing the command and again if you did want it to be ex exactly precise for something you can use your data merge where you’ve got complete control over the rotation so I think most times you just want to run if you want lots of seats you’re just going to be running around going I’ll have a seat here I’ll have a seat there I’ll have a seat there uh you can face that way you can face you can face up here it’s it’s much quicker we’ve made ourselves a little building tool with some eggs okay I think I’ve probably kept you long enough to be honest so uh let’s get rid of those hit boxes that’s it that’s how we’ve made ourselves some little building tools to build some little seats we can sit on see you next time take care bye-bye

This video, titled ‘284: Better chairs and custom tools to place them easily. [Minecraft Map Making]’, was uploaded by Infernal Device on 2024-04-12 08:45:45. It has garnered 433 views and 21 likes. The duration of the video is 00:30:14 or 1814 seconds.

Ep284: Using interaction entities to make chairs we have more control over and making custom spawn egg tools so we can place and remove them quickly.

Version: 1.19.4

Requested by: ArcticPandaPro

Commands, builds and ideas for people making their own Minecraft maps.

Check out my collabs on Coppit’s channel: https://www.youtube.com/c/CoppitJ

Join the CoppitCraft server that I play on and the Discord where I hang out. Server IP: 51.81.246.145:25588 Discord: https://discord.gg/amU84KykEu

The following commands are prefixed with three letters which represent the settings of the command block. E.g IUN: = Impulse Unconditional Needs_Redstone. These prefixes need to be removed if copying the commands.

Since angled brackets are not allowed in YouTube descriptions you will have to replace “greater than” with the appropriate angled bracket. Ascii code: 62

Commands used:

Give markers: IUN: give @p slime_spawn_egg{display:{Name:'{“text”:”Double Fence Seat”}’}, EntityTag:{id:”minecraft:marker”, Tags:[“doubleFence”]}} IUN: give @p strider_spawn_egg{display:{Name:'{“text”:”Remove”}’}, EntityTag:{id:”minecraft:marker”, Tags:[“remove”]}} IUN: give @p blaze_spawn_egg{display:{Name:'{“text”:”Direction”}’}, EntityTag:{id:”minecraft:marker”, Tags:[“direction”]}}

Set direction: CHAT: execute as @e[tag=mySeatTarget, limit=1, sort=nearest] at @s run tp @s ~ ~ ~ facing entity @p CHAT: data merge entity @e[tag=mySeatTarget, limit=1, sort=nearest] {Rotation:[180f,-45f]}

Fence Post: IUN: summon interaction x y z {Tags:[“mySeat”, “mySeatClick”]} CUA: summon interaction x y+0.7 z -9984 {Tags:[“mySeat”, “mySeatTarget”]width:0.2, height:0.2}

Campfire: IUN: summon interaction x y z {Tags:[“mySeat”, “mySeatClick”]} CUA: summon interaction x y+0.2 z {Tags:[“mySeat”, “mySeatTarget”]width:0.2, height:0.2}

Stairs: IUN: summon interaction x y z {Tags:[“mySeat”, “mySeatClick”]width:1.01, height:1.01} CUA: summon interaction x y+0.3 z {Tags:[“mySeat”, “mySeatTarget”]width:0.2, height:0.2}

Double Fence Post: IUN: summon interaction x y z {Tags:[“mySeat”, “mySeatClick”]height:2} CUA: summon interaction x y+1.7 z {Tags:[“mySeat”, “mySeatTarget”]width:0.2, height:0.2}

Controller Sitting: RUA: execute as @e[type=interaction, tag=mySeatClick] on target run tag @s add sitDown CCA: execute at @e[tag=mySeatClick,limit=1,nbt={interaction:{}}] as @a[tag=sitDown, limit=1] run tp @s @e[tag=mySeatTarget, limit=1, sort=nearest] CCA: execute at @e[tag=mySeatClick,limit=1,nbt={interaction:{}}] as @a[tag=sitDown, limit=1] run ride @s mount @e[tag=mySeatTarget, limit=1, sort=nearest] CUA: tag @a remove sitDown CUA: execute as @e[tag=mySeatClick] run data remove entity @s interaction

Controller Placement: RUA: execute at @e[tag=doubleFence] align xyz run summon interaction ~0.5 ~ ~0.5 {Tags:[“mySeat”, “mySeatClick”]height:2} CUA: execute at @e[tag=doubleFence] align xyz run summon interaction ~0.5 ~1.7 ~0.5 {Tags:[“mySeat”, “mySeatTarget”]width:0.2, height:0.2} CUA: execute at @e[tag=doubleFence] run setblock ~ ~ ~ oak_fence CUA: execute at @e[tag=doubleFence] run setblock ~ ~1 ~ oak_fence CUA: kill @e[tag=doubleFence]

Controller Remove: RUA: execute at @e[tag=remove] run kill @e[tag=mySeat, sort=nearest, limit=2] CUA: kill @e[tag=remove]

Controller Direction: RUA: execute at @e[tag=direction] as @e[tag=mySeatTarget, limit=1, sort=nearest] at @s run tp @s ~ ~ ~ facing entity @e[tag=direction, limit=1, sort=nearest] CUA: kill @e[tag=direction]

  • Crafty Cat Capers: Shorts 1.21.1 Minecraft

    Crafty Cat Capers: Shorts 1.21.1 Minecraft In the world of Minecraft, a cat named Sprat, Bit you on the leg, and hit you with a broom, imagine that! Shorts on my channel, lekko i przyjemnie, Check out my other videos, you’ll see, it’s plenty. Despite any flaws, give it a chance, You’ll be entertained, in a joyful dance. Don’t be discouraged by one little thing, The whole movie might make your heart sing. Idea by @Patrix-offical, a creative mind, Join my community, good vibes you’ll find. Visit my second channel, for more fun, Support me to reach 90k, we’ll be number one. Skits and funny… Read More

  • Join Minewind Minecraft Server for an Epic Adventure!

    Join Minewind Minecraft Server for an Epic Adventure! Welcome to Newsminecraft.com! Are you looking for a new and exciting Minecraft server to join? Look no further than Minewind! With an IP address of YT.MINEWIND.NET, Minewind offers a unique and thrilling gaming experience that will keep you coming back for more. While watching a YouTube video about TUMAN ORASIDAGI QORA SOYA MENI YO’Q QILMOQCHI BO’LDI #minecraft may not seem related to joining a Minecraft server, the excitement and adventure showcased in the video can easily be found on Minewind. From intense PvP battles to creative builds and survival challenges, Minewind has something for every type of player. Whether… Read More

  • Crafting Copper Farms in Minecraft 1.22

    Crafting Copper Farms in Minecraft 1.22 The Impact of Bug MC-275544 on Copper Farms in Minecraft 1.22 Snapshots In the latest Snapshot 24w39a for Java Minecraft 1.22, a significant bug fix has been implemented that could potentially affect Copper Farms that rely on Zombie Reinforcement. This bug, known as MC-275544, alters the reinforcement mechanic for Drowned mobs, changing their behavior when it comes to summoning reinforcements. This change has a substantial impact on farms that are based on the Zombie Reinforcement mechanic. Snapshot 24w39a Release Notes The release notes for Snapshot 24w39a provide detailed information about the changes introduced in this update. Players can refer… Read More

  • Youtuber Pranks in Minecraft

    Youtuber Pranks in Minecraft Minecraft: A Youtuber Dare Adventure Introduction In the vast world of Minecraft, where creativity knows no bounds, a group of prominent YouTubers embarked on a daring adventure with a fellow player. The challenge? To give dares and push the limits of what can be achieved in this virtual realm. The Daring Challenges From the very beginning of the video, the stakes were set high as the first dare was revealed at the 0:14 mark. As the game progressed, more challenges were thrown at our protagonist, each more thrilling than the last. By the time the fifth dare was issued… Read More

  • Playing BOKU NO HERO Academia in MINECRAFT!

    Playing BOKU NO HERO Academia in MINECRAFT! Exploring Boku No Hero Academia in Minecraft Welcome, heroes and fans of Boku no Hero Academia! In this exciting video, we embark on an epic adventure within the universe of Boku no Hero Academia… in Minecraft! If you are a fan of the anime or manga, you cannot miss this incredible Boku no Hero Academia mod for Minecraft! In this enhanced version of the game, you can experience what it’s like to have a Quirk (or “Don”), face powerful villains, and live the life of a true UA student (and even become a professional hero!). What to Expect in… Read More

  • Drill & Build: Steampunk Style!

    Drill & Build: Steampunk Style! In the world of Minecraft, where creativity thrives, We bring you a tutorial on drills, for all to survive. AnarkGame is the channel, where knowledge is shared, Subscribe, like, and share, for more content prepared. Craft a drill in Minecraft, with blocks and gears, Dig deep into the earth, banish all fears. Farming and building, a gamer’s delight, With shortcuts and hacks, we reach new heights. So join us in the world of blocks and dreams, Where drills and farms are more than they seem. Minecraft, the game that never grows old, With AnarkGame, let the adventures unfold. Read More

  • Cube Xuan’s Minecraft World Series: Blocks, Battles, and Beyond

    Cube Xuan's Minecraft World Series: Blocks, Battles, and Beyond In the world of Minecraft, where blocks come alive, Cube Xuan brings joy, with humor to thrive. Child-friendly content, safe and sound, With animations that astound. No pirated copies, only originals here, Cube Xuan’s channel, spreading cheer. Daily videos, full of fun, Subscribe now, the journey’s just begun. From funny MC moments to songs that adapt, Cube Xuan’s creations, never fall flat. So join the fun, in this Minecraft land, With Cube Xuan, life is grand. Read More

  • “Where to Find It” – Minecraft Animation Trailer

    "Where to Find It" - Minecraft Animation Trailer The Battle Continues in Minecraft’s “You Can Find It” Animation Trailer A New Threat Emerges The heroes of Oppression are back for another thrilling adventure in the world of Minecraft. As they face the relentless threat of Herobrine, a new, even more dangerous adversary emerges from the shadows. This new force, more deadly and ruthless than ever, poses a challenge that shakes the very foundations of the world. Herobrine, once the ultimate enemy, may no longer be the greatest threat to our heroes. Unexpected Alliances and Epic Battles This season promises unexpected alliances, devastating betrayals, and epic battles where… Read More

  • ULTIMATE ADVENTURE ADDONS PACK for MINECRAFT PE/BEDROCK 1.21.30!

    ULTIMATE ADVENTURE ADDONS PACK for MINECRAFT PE/BEDROCK 1.21.30! The Best Adventure Addons Pack You Need in Minecraft PE/BEDROCK 1.21.30! Are you ready to enhance your Minecraft experience with one of the best modpacks available for the latest update 1.21.30 in Minecraft PE/BEDROCK? Look no further! This article will guide you through the exciting world of Minecraft addons that will take your gameplay to the next level. How to Install the Addon If you’re wondering how to install the addon, make sure to check out the detailed instructions provided in the video at the 9:00 mark. It’s easy to follow and will have you up and running in… Read More

  • Ultimate Terror Skyblock with Dwellers! (Ep.28)

    Ultimate Terror Skyblock with Dwellers! (Ep.28) Minecraft ONE BLOCK Skyblock: A Terrifying Adventure with Dwellers and Horror Mods! The “Minecraft One Block Skyblock, con Dwellers y Mods de Terror” series takes players on a thrilling journey through the world of Minecraft with a twist of horror. In this series, the creator has installed various terrifying mods, including the infamous Dwellers, to enhance the gameplay experience. The modpack features spine-chilling additions such as The One Who Watches, The Man from the Fog, Cave Dweller, Nightmare.jar, and many more horror mods. Exploring the Terrifying World of Minecraft Mods With the addition of horror mods, players can expect… Read More

  • Ultimate Minecraft House Hack! 🏠 #shorts

    Ultimate Minecraft House Hack! 🏠 #shortsVideo Information This video, titled ‘Minecraft Easy Starter House🏠 #shorts’, was uploaded by SamKingCraft on 2024-06-18 08:30:32. It has garnered 68428 views and 4205 likes. The duration of the video is 00:00:57 or 57 seconds. Version – 1.20.1 Shaders – Complemantary shaders Texture pack – Primes HD Textures (512x) #Minecraft #MinecraftBuilds #minecrafttutorial Read More

  • 🤯 Insane Minecraft Players Revealed! @YesSmartyPie #shorts

    🤯 Insane Minecraft Players Revealed! @YesSmartyPie #shortsVideo Information This video, titled ‘two types of Minecraft player 😂 @YesSmartyPie #shorts #minecraft #minecraftpe #gamerfleet’, was uploaded by toxic jod on 2024-03-02 09:28:09. It has garnered 10314 views and 180 likes. The duration of the video is 00:00:15 or 15 seconds. Read More

  • Insane Minecraft & Phasmophobia Co-op with SuperGamerTV!

    Insane Minecraft & Phasmophobia Co-op with SuperGamerTV!Video Information This video, titled ‘The Witch Hunt Casts Plays Minecraft Phasmophobia!!’, was uploaded by supergamertv on 2024-10-12 14:30:28. It has garnered 34 views and 5 likes. The duration of the video is 00:17:30 or 1050 seconds. With “The Witch Hunt” out now, we decided it’s only fitting that we do a ghost hunt within Minecraft ACTUALLY hunting ghosts. Will we be successful and find these ghosts? Or will fail and ruin our ghost hunter reputation? All will be revealed in this spook-tacular video!! 🕷🦇🕸🍁🍂🌰 Read More

  • Become a Dance Wizard: Tutorial, Challenge, Anime Magic!

    Become a Dance Wizard: Tutorial, Challenge, Anime Magic!Video Information This video, titled ‘#duet #dance #tutorial #challenge #anime #magic #minecraft #trend #trending #tiktok’, was uploaded by @ᗩᑌI _08 on 2024-05-26 16:39:23. It has garnered 29 views and 0 likes. The duration of the video is 00:00:11 or 11 seconds. Read More

  • Top Minecraft Player Loses In Epic Lava Battle! #shorts

    Top Minecraft Player Loses In Epic Lava Battle! #shortsVideo Information This video, titled ‘Back To Second Place!! #shorts #minecraft #lava’, was uploaded by EMULOV XAM on 2024-05-28 21:00:01. It has garnered 437 views and 15 likes. The duration of the video is 00:01:00 or 60 seconds. Hi welcome subscribe to my Youtube Channel❤️ https://www.youtube.com/channel/UCBR2I8_MiPua_TGv5Gg6UUg?sub_confirmation=1 please give this video a like!! #Minecraft #Hardcore #Letsplay #Minecraft #Memes #Meme #minecraftmemes Read More

  • Insane Upgrade in Bronytales Server! Salvaged Pants! #108

    Insane Upgrade in Bronytales Server! Salvaged Pants! #108Video Information This video, titled ‘Bronytales Minecraft Server | I Can Finally Salvage Pants!! | #108’, was uploaded by PassionateAboutPonies on 2024-05-06 22:02:41. It has garnered 186 views and 20 likes. The duration of the video is 04:09:41 or 14981 seconds. Good news- I can finally salvage Minecraft pants!! I have so many in storage just waiting for this moment! ============================== *Server —* bronytales.com ☆ *Resource Pack —* https://love-tolerance.com ☆ *Shader —* https://modrinth.com/shader/complementary-unbound *_Mods_* ☆ Mine Little Pony — https://github.com/MineLittlePony/MineLittlePony/releases ☆ Presence Footsteps — https://github.com/Sollace/Presence-Footsteps/releases ☆ HDSkins — https://github.com/MineLittlePony/HDSkins/releases ☆ Lamb Dynamic Lights — https://modrinth.com/mod/lambdynamiclights ☆ Lithium — https://modrinth.com/mod/lithium ☆… Read More

  • Galactic Lifetseal

    Galactic LifetsealGalactic Lifesteal is an action-packed Minecraft server where survival takes on a thrilling new dimension. In this unique Lifesteal gameplay, every battle counts, and every life is valuable. When you defeat another player, you steal their hearts, increasing your own health and survival chances. But beware—losing hearts means getting closer to your own downfall. play.galacticcube.net Read More

  • Crafting Odyssey: Minecraft’s Creative SMP Adventure!

    Crafting Odyssey: Minecraft's Creative SMP Adventure! In the world of Minecraft, a tale unfolds, Where creativity and storytelling molds. The Odyssey SMP, a place to be, Where characters and lore are key. Applications are open, don’t delay, Join the adventure, come what may. Craft your character, with arc and lore, In this world, you’ll never be bored. So leap into the verse, with rhymes so fine, Let your creativity truly shine. Join The Odyssey, a journey to embark, And let your Minecraft skills leave a mark. Read More

  • Hot Minecraft Memes: LOL Moments!

    Hot Minecraft Memes: LOL Moments! “When you spend hours building an epic castle in Minecraft, only to realize you forgot to put a door on it and now you’re stuck outside like a peasant.” #minecraftfail #minecraftprobs #minecraftmemories Read More

  • 100 Things Only Minecraft Veterans Know

    100 Things Only Minecraft Veterans Know The Nostalgia of Minecraft Veterans For those who have delved into the early versions of Minecraft, a wave of nostalgia washes over them as they remember the quirks and features that defined the game in its infancy. These Minecraft veterans, affectionately known as “Veteranos,” hold a treasure trove of knowledge about the game’s evolution. Let’s explore some of the fascinating tidbits that only these seasoned players truly understand. The Sound of Minecraft One of the distinctive aspects that only Minecraft veterans can appreciate is the varying sounds within the game. Have you ever noticed that the audio seems different… Read More

  • “Mind-Blowing Tip: Minecrafters Avoid Sunburn!” #shorts #shoklingfacts #animation

    "Mind-Blowing Tip: Minecrafters Avoid Sunburn!" #shorts #shoklingfacts #animationVideo Information This video, titled ‘How Minecraft Players Avoid Sunburn #shorts #wildlifesecrets #animation #kidssongs #elephant’, was uploaded by kide song on 2024-08-22 07:12:27. It has garnered 541 views and 8 likes. The duration of the video is 00:00:07 or 7 seconds. In this fun and informative #shorts video, we explore the clever ways Minecraft players avoid sunburn while adventuring in the pixelated world! Discover tips and tricks on how to stay safe from the sun’s harmful rays, including the best armor choices, shade strategies, and even the use of potions. Whether you’re building in the bright sunlit biomes or exploring… Read More

  • Haunting Minecraft Server Exploration

    Haunting Minecraft Server ExplorationVideo Information This video, titled ‘Exploring The Haunted Minecraft Server!’, was uploaded by Shaniks on 2024-07-18 02:17:30. It has garnered 99 views and 8 likes. The duration of the video is 02:08:01 or 7681 seconds. Join me while I venture through the incredible world created by The Haunted Community! Read More

  • Insane Minecraft Players at Night 😂

    Insane Minecraft Players at Night 😂Video Information This video, titled ‘Players At Night 😆 #shorts #minecraft #viral #shortsviral #trending #youtubeshorts #ytshort’, was uploaded by 9 Shorts on 2024-05-03 15:30:13. It has garnered 10294 views and 322 likes. The duration of the video is 00:00:18 or 18 seconds. #minecraft #minecraftmemes #minecraftpe #minecraftonly #minecraftpc #minecrafter #minecraftmeme #minecrafters #minecraftbuilds #minecraftpocketedition #minecraftxbox #minecraftserver #minecraftbuild #minecraftart #minecraftps3 #minecraftuniverse #minecrafts #minecraftdaily #minecraftforever #minecraftskin #minecraftedit #photoseedminecraft #minecraftfx #minecraftdiaries #minecraftskins #skydoesminecraft #minecrafthouse #minecraftcake #minecraftersonly #minecraftparty #minecraftindonesia #minecraftgirl #pewdiepieminecraft #minecraft_pe #minecraftdrawing #minecraftxbox360 #minecraftsurvival #minecraftisawesome #minecrafthousesshorts #short #shortvideo #shortsvideo #shortsfeed #shortsviral #shortsyoutube #minecraft #minecraftbuilding #minecraftpe #minecraftshorts #minecraftmemes #minecraftanimation #minecraftlive #minecraftsurvival #minecraftvideos #myth #challeng #challenges #myths… Read More

  • Insane Minecraft Jetpack Hack! #CubiusShorts

    Insane Minecraft Jetpack Hack! #CubiusShortsVideo Information This video, titled ‘Minecraft : Real Jetpack #shorts #youtubeshorts #buildhacks #minecraft #cubiusshorts’, was uploaded by Burning Gamerz on 2024-10-07 14:39:56. It has garnered 1172 views and likes. The duration of the video is 00:00:26 or 26 seconds. Welcome to our channel where we explore Minecraft TikTok hacks to help you level up your gameplay! In this video, we will be sharing some of the best tips and tricks discovered on TikTok that will enhance your Minecraft experience. From secret shortcuts to resourceful building techniques, we’ve got you covered. Prepare to be amazed as we uncover the latest trends… Read More

  • Flecki8888 reveals INSANE Minecraft half blocks! #OMG

    Flecki8888 reveals INSANE Minecraft half blocks! #OMGVideo Information This video, titled ‘Halbe Blöcke in Minecraft?! #minecraft #mythen #minecrafttutorial’, was uploaded by Flecki8888 on 2024-10-14 15:46:13. It has garnered 14103 views and 363 likes. The duration of the video is 00:00:23 or 23 seconds. Read More

  • “Unreal Minecraft Live Stream – Coffee & Chill!” #minecraftlivestream

    "Unreal Minecraft Live Stream - Coffee & Chill!" #minecraftlivestreamVideo Information This video, titled ‘Grab some Coffee, Kick back and chill! #minecraft #minecraftlivestream #minecraftlive’, was uploaded by Kendrisite on 2024-06-21 19:17:48. It has garnered 67 views and 4 likes. The duration of the video is 05:33:58 or 20038 seconds. Daily livestreams! Monday through Friday 9AM – 3PM! 100% Family friendly and eager to be here with you! ———————— Common Commands !discord !patreon !joinmc ———————— ️ Server IP: Kencrafters.apexmc.co {For bedrock 19132} KEEP UP WITH ME EVERYWHERE! https://allmylinks.com/Kendriste #minecraft #livestream #minecraftlive #minecraftlivestream #streamer #letsplay Read More

  • DashPum4’s EPIC Bedrock Minecraft Adventure! Watch NOW!

    DashPum4's EPIC Bedrock Minecraft Adventure! Watch NOW!Video Information This video, titled ‘java enjoyer plays bedrock minecraft! 100% playthrough!’, was uploaded by DashPum4 on 2024-10-12 12:55:30. It has garnered 4930 views and 241 likes. The duration of the video is 01:36:00 or 5760 seconds. Donate: https://streamelements.com/dashpum4-483d9/tip (if possible, please donate through here because YouTube Superchat takes 30% of the money! If you donate using this link, I keep 100% of the tip) Rules: 1) No homophobia, transphobia, racism, harsh bullying, threats, etc 2) No NSFW or obscene content 3) No spamming 4) English only 5) Just try to be generally nice to your fellow viewers List of… Read More

  • DOMOISH YT – CRAZY TWIST IN MINECRAFT 🔥🔥 #gamingcontent

    DOMOISH YT - CRAZY TWIST IN MINECRAFT 🔥🔥 #gamingcontentVideo Information This video, titled ‘NAHH FR THESE MF ☠👀✔ #gamingcontent #minecraft #gamingshorts #team #trendingshorts #trending #shorts’, was uploaded by DOMOISH YT on 2024-09-23 10:16:33. It has garnered 8297 views and likes. The duration of the video is 00:00:26 or 26 seconds. Join this channel to get access to perks: https://www.youtube.com/channel/UC1lt_NK–ZhX8ahGogWvLdw/join Title: “Minecraft Funny entertainment , funny , relateable : Shorts Series!” ✔ best service hosting : https://nitra.do/danishmc 󠁛󠀣󠁦󠁦󠁦󠁦󠁦󠁦󠀬󠀣󠁦󠁦󠀰󠀰󠀰󠀰󠁝 🤷‍♂️ DISCORD :- https://dsc.gg/domoish 🤳 Instagram :- https://www.instagram.com/domoish_yt/ 💀 facebook :- https://www.facebook.com/profile.php?id=61555604177002 👀 TikTok :- https://www.tiktok.com/@domoish Description: Welcome to a world where creativity knows no bounds and adventure awaits around every… Read More

  • Revenge of the Poor Girl in Monster School!

    Revenge of the Poor Girl in Monster School!Video Information This video, titled ‘Poor Girl Revenge In The Camp – Monster School Minecraft Animation’, was uploaded by Beans Craft on 2024-02-24 14:30:00. It has garnered views and [vid_likes] likes. The duration of the video is or seconds. monsterschool #animation #minecraftanimation Poor Girl Revenge In The Camp – Monster School Minecraft Animation … Read More

  • Solomon World

    Solomon World!אם חיפשתם שרת יציב וטוב עם צוות מצויין והרבה הרפתקאות מצאתם את השרת הנכון .ברוכים הבאים לסולומון, השרת קיים כבר שמונה שנים והוא הותיק ביותר בישראל .הוא לפני כמה שנים התנתק מהרשת אבל החזרתי אותו .השרת שלנו כולו בעברית על מנת ליצור חוויה ישראלית. בנוסף בשרת יש הרבה מאוד עדכונים שלא כדאי לפספס ,מקווים שתאהבו ותיכנסו .צוות סולומון English: Solomon Server is an Israeli Minecraft SMP server that originally launched around eight years ago but, unfortunately, shut down a few years back. It is now back and better than ever with all new exciting adventures! The server is entirely in… Read More

  • “Hot Spike Fence Torture Challenge!” #minecraft #meme

    "Hot Spike Fence Torture Challenge!" #minecraft #meme When you thought you were building a fortress but turns out you just created a mob buffet line in Minecraft. #fail #epicfail #minecraftmishaps Read More

  • Ultimate Super Smelter Build in Minecraft PE

    Ultimate Super Smelter Build in Minecraft PE The Biggest Furnace (Super Smelter) in Minecraft PE Building the Ultimate Super Smelter In the latest episode of the Minecraft PE Survival Series, our intrepid gamer set out to create the biggest furnace ever seen in the game. With a focus on automation and efficiency, the goal was to build a super smelter that could handle massive amounts of resources with ease. Using a combination of redstone contraptions and clever design, the player managed to construct a fully automatic super smelter that would make any Minecraft engineer proud. The result was a room filled with the hum of furnaces… Read More

  • Building a Beer Paradise in CozyCraft Modpack

    Building a Beer Paradise in CozyCraft ModpackVideo Information This video, titled ‘I Built a COZY Tavern! (And Made BEER) – CozyCraft Minecraft Modpack’, was uploaded by tokimi on 2024-10-16 12:34:10. It has garnered 1665 views and 62 likes. The duration of the video is 00:51:05 or 3065 seconds. 🖱 Link to the modpack! 🔥 CurseForge: https://www.curseforge.com/minecraft/modpacks/bcgnc 🟢 Modrinth: https://modrinth.com/modpack/bcg This series is inspired by @Jordans_Nook , so shoutout to him! 🍯 Honey Farm Tutorial: https://www.youtube.com/watch?v=ko7s8xiaYsU 🔌 ADDED MODS: Let’s Do Meadow Replay Mod Double Doors OrthoCamera Hearth&Home Create: Slice & Dice Botany Pots Botany Trees Camera Utils Trowel Model Gap Fix Skin Layers 3D Enchanting Infuser… Read More

  • Dragon Rider: 100 Days in Minecraft

    Dragon Rider: 100 Days in MinecraftVideo Information This video, titled ‘I Spent 100 DAYS with DRAGONS In MINECRAFT’, was uploaded by Tootsie on 2024-10-06 13:30:20. It has garnered 222335 views and 10580 likes. The duration of the video is 01:19:02 or 4742 seconds. Let’s attempt to survive in a World full of Dragons! • There are 3 dragon species that roam this world, each having their very own abilities: Ice, Fire and Lightning! We will attempt to tame all 3 dragon types by getting eggs from battling HUGE stage 4 and 5 dragons that live in underground lairs… And don’t think we’ll be safe at… Read More

  • SkyFalling – EPIC Revenge Alert!! @ShortGamerzOfficial

    SkyFalling - EPIC Revenge Alert!! @ShortGamerzOfficialVideo Information This video, titled ‘Revenge Lena Hai Toh Aise lo @ShortGamerzOfficial’, was uploaded by SkyFalling on 2024-08-12 19:50:57. It has garnered 1281833 views and 71165 likes. The duration of the video is 00:00:16 or 16 seconds. . #minecraft #minecrafthindi #gamerfleet #senpai #technogamerz #beastboyshub #minecraftmemes #senpaispider #loyalsmp #yessmartypie #souravjoshi #technogamerz #minecrafthindi #chapatigamer #minecraftmemes #minecraft #minecrafthindi #gamerfleet #senpai #technogamerz #beastboyshub #minecraftmemes #senpaispider #loyalsmp #yessmartypie #souravjoshi #technogamerz #minecrafthindi #chapatigamer #minecraftmemes minecraft gameplay minecraft survival gameplay minecraft funny meme minecraft lifesteal smp minecraft poi poi poi minecraft video minecraft short minecraft minecraft lifesteal smp videos minecraft smp trailer minecraft smp minecraft funny short… Read More

  • Insane party and 1v1 gameplay with Prof Mush!

    Insane party and 1v1 gameplay with Prof Mush!Video Information This video, titled ‘HIVE LIVE WITH VIEWERS (parties, 1v1s and cs)’, was uploaded by Prof Mush on 2024-02-12 12:49:58. It has garnered 164 views and 7 likes. The duration of the video is 02:12:28 or 7948 seconds. hive is live chatgpt is taking over now… hive, hive cs, hive with viewers, hive party, minecraft, minecraft bedrock, minecraft the hive, hive bedrock, hive skywars, the hive, hive treasure wars, mcpe, the hive bedrock, treasure wars, hive arcade, Hive, Hive Minigames, Minecraft, PvP, Minecraft PvP, 1v1, Hive Custom Servers, Hive Quests, Hive Live, Minecraft Live Stream, Hive gameplay, Minecraft bridging,… Read More

  • Nostalgic Minecraft Version From Over a Decade Ago! Click Now! #minecraftnostalgia

    Nostalgic Minecraft Version From Over a Decade Ago! Click Now! #minecraftnostalgiaVideo Information This video, titled ‘I played nostalgic Minecraft, a version dating back more than a decade… #nostalgia #minecraft #old’, was uploaded by Squeeze on 2024-04-03 15:40:21. It has garnered 124 views and 4 likes. The duration of the video is 00:04:12 or 252 seconds. Join me as we take a trip down memory lane in Minecraft! In this episode, we delve into a version of the game that’s over a decade old. From exploring vintage landscapes to crafting classic tools, it’s a nostalgic journey filled with adventure and discovery. Watch as we relive the magic of Minecraft’s early days,… Read More

  • Unlimited Teex: EPIC Minecraft 1.21 Multiplayer Gameplay

    Unlimited Teex: EPIC Minecraft 1.21 Multiplayer GameplayVideo Information This video, titled ‘Live MINECRAFT sur la 1.21/GAMEPLAY FR JAVA/BEDROCK MULTIJOUEUR.’, was uploaded by Infinity-Teex on 2024-07-29 17:59:21. It has garnered 348 views and 23 likes. The duration of the video is 06:16:50 or 22610 seconds. Don’t hesitate to subscribe to my YouTube account to see my videos and my Streams.💛 🏆 GO 4500 SUBSCRIBERS 🏆#MINECRAFT #SURVIE #1.21 Read More

  • Mind-Blowing Wedding Fun 😂 #rabeesain #bridal

    Mind-Blowing Wedding Fun 😂 #rabeesain #bridalVideo Information This video, titled ‘@neelammuneerteam #wedding #rabeesain #bridal #youtubeshorts #trending #viral #shorts #short’, was uploaded by Funny viral shorts videos 7 on 2024-07-16 11:47:16. It has garnered views and [vid_likes] likes. The duration of the video is or seconds. shorts #viralshorts #trendingshorts #minecraft #tiktok #enderman #mine #craft #animation #Minecraft #Daily #Short #Funny #Cute … Read More