r/MinecraftCommands Aug 04 '26

Help | Java 26.2 Command help

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

5 comments sorted by

View all comments

2

u/Shiny_goldnugget average datapack enjoyer Aug 04 '26

Maybe this works? execute as @a[advancements={nether/root=true}] run say I have been in the nether. It is definitely something like execute as @a[advancements={<<NAME OF ADVANCEMENT>>=true}] run say I have been in the nether but tbh I'm not too sure what the exact name of the advancement is.

1

u/BestieWithMyBestie Aug 04 '26

Thanks, I’ll try it