If a counter reaches a certain amount how do you make it teleport everyone in a area to a certain area if it is the highest out of 3 other counters

if a counter hits target value it teleportes everone in zone if it is the most out of three

Can you elaborate (and use correct grammar)? It will be easier for me (and others) to assist you if you do so.

Don’t forget to mark a solution. A solution is what helps you the most.

5 Likes

huh?

counter hits target value → trigger relay [1]
relay trigger → teleport player


  1. all players ↩︎

If a counter reaches a certain amount how do you make it teleport everyone in a area to a certain area if it is the highest out of 3 other counters.

Then as TheCatIsCrazy said, make it so that when the counter hits your target value, it triggers a command (using a trigger and a relay) to teleport all players (using a teleporter).

These are the trigger and relay devices:

And the teleporter device:

As I said earlier, don’t forget to mark a solution once you’ve found your answer, @Pmorgan.

5 Likes

use some simple block code for checking if it’s the highest

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.