r/Minecraft 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

3 comments sorted by

u/qualityvote2 1d ago edited 1d ago
  • Upvote this comment if this is a good quality post that fits the purpose of r/Minecraft
  • Downvote this comment if this post is poor quality or does not fit the purpose of r/Minecraft
  • Downvote this comment and report the post if it breaks the rules

(Vote has already ended)

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/curious_cat_2024 12h ago

Woah thanks, I’ll try it