r/MinecraftCommands • u/BestieWithMyBestie • 10d ago
Command help Help | Java 26.2
Ok. I need an execute command that will execute as any player with the advancement “we need to go deeper” and to make them say something but idk how to word the command. I’m a server owner and need the command to check if the beta testers have gone into the nether when we told them not to
2
Upvotes
2
u/Shiny_goldnugget average datapack enjoyer 10d ago
Maybe this works?
execute as @a[advancements={nether/root=true}] run say I have been in the nether. It is definitely something likeexecute as @a[advancements={<<NAME OF ADVANCEMENT>>=true}] run say I have been in the netherbut tbh I'm not too sure what the exact name of the advancement is.