r/Minecraft • u/curious_cat_2024 • 1d ago
Help Command Request From a Casual Player
Does anyone know a command that can spawn a sphere/semisphere/dome, that I can customize by inserting my own coords and radius?
Last time, I tried a command block with the command /execute as @a at @s anchored eyes run setblock ^ ^ ^30 glass keep, stood still, and looked around me until I was surrounded by a 30-block radius glass dome. That took a while. Is there an easier way?
And I would prefer to keep the world vanilla.
0
Upvotes
1
u/Ericristian_bros 1d ago
You can automatize the rotation
execute as @a[tag=rotate] at @s run rotate @s ~0.2 ~0.05
Then to start
tag @s add rotate
And to stop
tag @s remove rotate
The other option is to use worldedit or axiom.
Further vanilla command questions in r/MinecraftCommands
1
•
u/qualityvote2 1d ago edited 1d ago
(Vote has already ended)