Uploaded April 2025 | Updated September 2026, 2 weeks ago
I'm in a brand new SMP called Minecraft Misadventures! In today's episode, we become the first to find the lost ancient city!
►ITS OKAY ON SPOTIFY
open.spotify.com/album/1hRWVaYIKRmoQa6AHan0l5?si=ytZRl70_R8GFAxX3_iEoaQ
►See The Full Map
https://adventurebot.win/misadventures-map.png
►MY ALBUM IS ON BANDCAMP
avidmc.bandcamp.com/album/through-the-void
►DISCORD, PATREON, AND MORE
https://linktr.ee/avidmc
►My Music Partner
@Musithical
►Animation By
@TheRandomBoxxx
►Funny Logo By
@Rubyco
►OTHER MEMBERS
Smallishbeans - youtube.com/@SmallishBeans
Taneesha - youtube.com/@Taneeshahogan
Katherine Elizabeth - youtube.com/@KatherineElizabeth_
Martyn InTheLittleWood - youtube.com/@martyn
Smajor - youtube.com/@Dangthatsalongname
Infinitedrift - youtube.com/@InfiniteDrift
MythicalSausage - youtube.com/@TheMythicalSausage
Mogswamp - youtube.com/@Mogswamp
ZombieCleo - youtube.com/@ZombieCleo
SoupforEloise - youtube.com/@soupforeloise
Seapeekay - youtube.com/@SeaPeeKay
Sunnysev - youtube.com/@sunnysev
Rendog - youtube.com/@rendog
Solidarity - youtube.com/@SolidarityGaming
Fwhip - youtube.com/@fWhip
JoeyGraceffa - youtube.com/@JoeyGraceffaGames
Pixlriffs - youtube.com/@Pixlriffs
Mattranger - youtube.com/@MrMattRanger
LDShadowlady - youtube.com/@ldshadowlady
Cambam - youtube.com/@Cambam010
Shubble - youtube.com/@Shubble
Oli TheOrionsound - youtube.com/@TheOrionSound
PearlescentMoon - youtube.com/@PearlescentMoon
Jojosolos - youtube.com/@jojosolos
#misadventures #smp #minecraft
I'm in a brand new SMP called Minecraft Misadventures! In today's episode, we become the first to find the lost ancient city!
►ITS OKAY ON SPOTIFY
open.spotify.com/album/1hRWVaYIKRmoQa6AHan0l5?si=ytZRl70_R8GFAxX3_iEoaQ
►See The Full Map
https://adventurebot.win/misadventures-map.png
►MY ALBUM IS ON BANDCAMP
avidmc.bandcamp.com/album/through-the-void
►DISCORD, PATREON, AND MORE
https://linktr.ee/avidmc
►My Music Partner
@Musithical
►Animation By
@TheRandomBoxxx
►Funny Logo By
@Rubyco
►OTHER MEMBERS
Smallishbeans - youtube.com/@SmallishBeans
Taneesha - youtube.com/@Taneeshahogan
Katherine Elizabeth - youtube.com/@KatherineElizabeth_
Martyn InTheLittleWood - youtube.com/@martyn
Smajor - youtube.com/@Dangthatsalongname
Infinitedrift - youtube.com/@InfiniteDrift
MythicalSausage - youtube.com/@TheMythicalSausage
Mogswamp - youtube.com/@Mogswamp
ZombieCleo - youtube.com/@ZombieCleo
SoupforEloise - youtube.com/@soupforeloise
Seapeekay - youtube.com/@SeaPeeKay
Sunnysev - youtube.com/@sunnysev
Rendog - youtube.com/@rendog
Solidarity - youtube.com/@SolidarityGaming
Fwhip - youtube.com/@fWhip
JoeyGraceffa - youtube.com/@JoeyGraceffaGames
Pixlriffs - youtube.com/@Pixlriffs
Mattranger - youtube.com/@MrMattRanger
LDShadowlady - youtube.com/@ldshadowlady
Cambam - youtube.com/@Cambam010
Shubble - youtube.com/@Shubble
Oli TheOrionsound - youtube.com/@TheOrionSound
PearlescentMoon - youtube.com/@PearlescentMoon
Jojosolos - youtube.com/@jojosolos
#misadventures #smp #minecraft








![The Easiest Sphere Generator in Minecraft - 1.19, 1.20 Java and Bedrock
Need to make a sphere in Minecraft Java or Bedrock? Then this video is for you!
In this video I show you how to make a sphere and circle in Minecraft 1.18+ using command blocks. This is the hands-down simplest sphere generator in Minecraft with only 4 commands! Generate spheres of any size using the tricks in this video.
Learn how to make more shapes here! https://youtu.be/rwLajbDeB1s
► JOIN THIS CHANNEL FOR PERKS
https://www.youtube.com/channel/UCvIdf6Xan1zf7xndKk8PsHw/join
►SUPPORT ME ON PATREON
https://www.patreon.com/avidmc
►JOIN MY COMMUNITY DISCORD
https://discord.gg/ARne4s2jkS
►IM ON TWITCH TOO
https://www.twitch.tv/avidmc
►FOLLOW ME
Reddit: https://www.reddit.com/user/McEMau5
Twitter: https://twitter.com/Avid_Yt
Instagram: https://www.instagram.com/avidmc_yt/
The commands used in this video are as follows:
-Horizontal Circle [Java]-
[Repeating] /execute as @e[name=SphereStand] run execute at @s run fill ^ ^ ^5 ^ ^ ^5 minecraft:green_wool
[Chain always active] /execute as @e[name=SphereStand] run execute at @s run fill ^ ^ ^-5 ^ ^ ^-5 minecraft:green_wool
[Chain always active] execute as @e[name=SphereStand] run execute at @s run teleport @s ~ ~ ~ ~1 ~
-Vertical Circle [Java]-
[Repeating] /execute as @e[name=SphereStand] run execute at @s run fill ^ ^ ^5 ^ ^ ^5 minecraft:green_wool
[Chain always active] /execute as @e[name=SphereStand] run execute at @s run fill ^ ^ ^-5 ^ ^ ^-5 minecraft:green_wool
[Chain always active] execute as @e[name=SphereStand] run execute at @s run teleport @s ~ ~ ~ ~1 ~
-11 Diameter Sphere [Java]-
[Impulse] execute as @e[name=SphereStand] run execute at @s run teleport @s ~ ~ ~ ~ ~90
[Repeating] /execute as @e[name=SphereStand] run execute at @s run fill ^ ^ ^5 ^ ^ ^5 minecraft:green_wool
[Chain always active] /execute as @e[name=SphereStand] run execute at @s run fill ^ ^ ^-5 ^ ^ ^-5 minecraft:green_wool
[Chain always active] execute as @e[name=SphereStand] run execute at @s run teleport @s ~ ~ ~ ~4 ~-0.1
-11 Diameter Sphere [Bedrock Before 1.19.50]-
** Replace the Armor Stand with an End Crystal
[Impulse] /execute @e[type=minecraft:ender_crystal,c=1] ~ ~ ~ teleport @s ~ ~ ~ 0 0
[Repeating] /execute @e[type=minecraft:ender_crystal,c=1] ~ ~ ~ teleport @s ~ ~ ~ ~1 ~-0.01
[Chain always active] /execute @e[type=minecraft:ender_crystal,c=1] ~ ~ ~ fill ^ ^ ^5 ^ ^ ^5 wool
[Chain always active] /execute @e[type=minecraft:ender_crystal,c=1] ~ ~ ~ fill ^ ^ ^-5 ^ ^ ^-5 wool
-11 Diameter Sphere [Bedrock After 1.19.50]-
** Replace the Armor Stand with an End Crystal
[Impulse] /execute as @e[type=minecraft:ender_crystal,c=1] at @s run teleport @s ~ ~ ~ 0 0
[Repeating] /execute as @e[type=minecraft:ender_crystal,c=1] at @s run teleport @s ~ ~ ~ ~1 ~-0.01
[Chain always active] /execute as @e[type=minecraft:ender_crystal,c=1] at @s run fill ^ ^ ^5 ^ ^ ^5 wool
[Chain always active] /execute as @e[type=minecraft:ender_crystal,c=1] at @s run fill ^ ^ ^-5 ^ ^ ^-5 wool
-51 Diameter Sphere [Java]-
[Impulse] execute as @e[name=SphereStand] run execute at @s run teleport @s ~ ~ ~ ~ ~90
[Repeating] /execute as @e[name=SphereStand] run execute at @s run fill ^ ^ ^25 ^ ^ ^25 minecraft:green_wool
[Chain always active] /execute as @e[name=SphereStand] run execute at @s run fill ^ ^ ^-25 ^ ^ ^-25 minecraft:green_wool
[Chain always active] execute as @e[name=SphereStand] run execute at @s run teleport @s ~ ~ ~ ~2 ~-0.005
-51 Diameter Sphere [Bedrock Before 1.19.50]-
** Replace the Armor Stand with an End Crystal
[Impulse] /execute @e[type=minecraft:ender_crystal,c=1] ~ ~ ~ teleport @s ~ ~ ~ 0 0
[Repeating] /execute @e[type=minecraft:ender_crystal,c=1] ~ ~ ~ teleport @s ~ ~ ~ ~2 ~-0.005
[Chain always active] /execute @e[type=minecraft:ender_crystal,c=1] ~ ~ ~ fill ^ ^ ^25 ^ ^ ^25 wool
[Chain always active] /execute @e[type=minecraft:ender_crystal,c=1] ~ ~ ~ fill ^ ^ ^-25 ^ ^ ^-25 wool
-51 Diameter Sphere [Bedrock After 1.19.50]-
** Replace the Armor Stand with an End Crystal
[Impulse] /execute as @e[type=minecraft:ender_crystal,c=1] at @s run teleport @s ~ ~ ~ 0 0
[Repeating] /execute as @e[type=minecraft:ender_crystal,c=1] at @s run teleport @s ~ ~ ~ ~2 ~-0.005
[Chain always active] /execute as @e[type=minecraft:ender_crystal,c=1] at @s run fill ^ ^ ^25 ^ ^ ^25 wool
[Chain always active] /execute as @e[type=minecraft:ender_crystal,c=1] at @s run fill ^ ^ ^-25 ^ ^ ^-25 wool
0:00 Introduction to spheres and circles
0:29 Horizontal Circles
1:59 Vertical Circles
3:25 Spheres
4:37 Big Spheres
6:28 Other Amazing Designs
6:56 Thank you
7:10 Bonus Timelapse
#Minecraft #Tutorial #commandblock The Easiest Sphere Generator in Minecraft - 1.19, 1.20 Java and Bedrock](https://i.ytimg.com/vi/oTTXNd569bs/mqdefault.jpg)

