Always spawn in a village?

Co
- in Servers
8

I hosted a server for Minecraft Challenges for 1.14.4. But since we don't want to search for a village at the beginning of each try and want to make the challenge a little shorter, we want a village spawn. We're currently doing this by lying to the next village and teleporting the rest, since / tp x y z does not work. Is there a way to spawn in a village immediately after Map Reset without having to search for it yourself?

Gu

You could take the map to the next village and fly there / spawnpoint @a

an

Find the next village with / locate Village

then either teleport to / setworldspawn x y z and / kill @a all there, or fixxen the / tp command and use it.

Co

I want to have that automatically because that's what annoys me. If you had read the question, you would know that we're doing exactly that.

Co

If you had read the question, would you have known that I have already done something similar.

an

That I've already done something similar.

Not at all. I quote your question:

without it itself
to have to search

one to the next village
lies down and the rest
Teleported

With / locate you no longer have to search for it, but instantly have the coordinates of the next village. Takes a second.

With / setworldspawn you set the spawn for all players at the village and do not have to fly there or teleport everyone. May take 2 seconds.

3 seconds, compared to the 5 minutes you previously had to search + fly + teleport. Don't really understand why my answer doesn't fit.

Co

Then that was probably a bit stupid. The fact is that we currently do it so that someone enters / locate village, flies there because / tp x y z bends around and teleports the rest. Since we're resetting anyway after we have died, / setworldspawn makes no sense, since / tp @a goes to me much faster and there's no more spawn protection. My goal is to have a plugin that automatically sets the world spawn to the next village before we're even back on the server. I'm sorry that I expressed myself badly.

Gu

And if you had a good interpretation you would have understood that there's no other way as soon as you have set the spawnpoint and then created the so-called backup on the map again after every reset the spawnpoint should be at the village

Co

Maybe you just don't know it, but I'm sure it works. It would even be very easy to program: just take the world you just generated, a program does / locate village first and makes the spawn point exactly at this coordinate. But since I'm not particularly good at coding something like this, I wanted to know whether such plugins already exist.