I'm creating a map, and I want to make an effect that once the player gets into an area, there will be a title to tell the player the name of the area.
In the first command block, I used a repeating block that is always active:
title @a[r=150,tag=!mf] title §l§b梅恩费尔特港
following by an unconditional chain block that is always active:
title @a[r=150,tag=!mf] subtitle §l§bПорт. Менфальт
Then, I used a conditional chain block that is always active to give the player mf tag:
tag @a[r=150] add mf
Lastly I put a repeating block that is always active which coded:
tag @a[rm=151,tag=mf] remove mf
to remove the mf tag.
All those commands work well except the first two commands. It seems that the third block which gives the player mf tag always effect faster than the first two, whereas the whole command blocks are connected into a chain. During the test, I always get into this area with the mf tag and get out without the tag, but the titles are always absent.
Then, I stopped the execution of the third block by turning it into redstone-needed mode, finding the title works, but it splashes continually. So I have to find a way like this to let the title appears only once. However, I met this issue.
I would appreciate it if you reply me in early convenience.
Linked issues
Attachments
Comments 3

Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response.
Is this still an issue in the latest version? If yes, could you please add it to the affected versions (or mention it if you are not the reporter)?
This ticket will automatically reopen when you reply.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📓 Project Summary – 📧 Suggestions – 📖 Minecraft Wiki
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki