Uploaded October 2024 | Updated September 2026, 2 weeks ago
Today on Skyblock Kingdoms we sell OSSHA, build a Halloween town, do a raid, and find out something strange about Viking
►LISTEN TO "LIMBO" ON SPOTIFY
open.spotify.com/album/2UYFC7H31sL92qh9JjnKNO?si=oOIPY70FTgSvsqDvo-rqpA
►SKYBLOCK KINGDOMS MEMBERS
https://linktr.ee/skyblockkingdoms
►FOLLOW ME
Reddit: reddit.com/user/McEMau5
Twitter: twitter.com/Avid_Yt
Instagram: instagram.com/avidmc_yt
►JOIN MY COMMUNITY DISCORD
discord.gg/ARne4s2jkS
► JOIN THIS CHANNEL FOR PERKS
youtube.com/channel/UCvIdf6Xan1zf7xndKk8PsHw/join
►SUPPORT ME ON PATREON
patreon.com/avidmc
►I'M ON TWITCH TOO
twitch.tv/avidmc
►THANK YOU FOR THE THUMBNAIL
@BlockRat
►THANK YOU FOR THE LIMBO SKIN JAY
@jaygamesorsomething
►PRODUCER AND MIXER
@Musithical
►ANIMATION MADE BY
@TheRandomBoxxx
If you like Grian, MumboJumbo, GeminiTay, and BdoubleO100 you'd probably like this video!
#minecraft #smp #skyblock
Today on Skyblock Kingdoms we sell OSSHA, build a Halloween town, do a raid, and find out something strange about Viking
►LISTEN TO "LIMBO" ON SPOTIFY
open.spotify.com/album/2UYFC7H31sL92qh9JjnKNO?si=oOIPY70FTgSvsqDvo-rqpA
►SKYBLOCK KINGDOMS MEMBERS
https://linktr.ee/skyblockkingdoms
►FOLLOW ME
Reddit: reddit.com/user/McEMau5
Twitter: twitter.com/Avid_Yt
Instagram: instagram.com/avidmc_yt
►JOIN MY COMMUNITY DISCORD
discord.gg/ARne4s2jkS
► JOIN THIS CHANNEL FOR PERKS
youtube.com/channel/UCvIdf6Xan1zf7xndKk8PsHw/join
►SUPPORT ME ON PATREON
patreon.com/avidmc
►I'M ON TWITCH TOO
twitch.tv/avidmc
►THANK YOU FOR THE THUMBNAIL
@BlockRat
►THANK YOU FOR THE LIMBO SKIN JAY
@jaygamesorsomething
►PRODUCER AND MIXER
@Musithical
►ANIMATION MADE BY
@TheRandomBoxxx
If you like Grian, MumboJumbo, GeminiTay, and BdoubleO100 you'd probably like this video!
#minecraft #smp #skyblock







![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)


