How to spawn an entity with your UUID as a tag?
So I have a datapack which adds a certain ability. This ability is that when you crouch, it spawns a certain entity at your position. Everything works, except if you hold crouch, it spawns multiple. I can't make it only work if that entity doesn't exist already bc I want multiple players to be able to use this at the same time. So, I need a very specific way to identify between the different entities. I immediately thought that I could have the player's UUID as a tag, but I can't figure out how to do this, and I have no other ideas. If anybody has another idea, or a way to set a UUID as a tag, please help