Is it possible to limit the ping of players? I want to do something where it is important that every player on the server has the same ping. Similar to Among us, where the ping is a minimum of 50ms so that the game and the server don't overlap. I don't know how to do this, just how to get the ping of the players, but that doesn't help me at all. So is there any way to do this?
not sure what exactly you mean by the server and the game overlapping please elobrate but i did find these plugins that might help you ? there is this plugin which kicks based on high ping : https://dev.bukkit.org/projects/ping-limiter and then there is also this spigot based tool called pingkick https://www.spigotmc.org/resources/pingkick.33392/
@Andeylo The Among Us ping is static (for whatever reason). You cannot limit a ping, but you can (as mentioned above) execute a certain action (such as kicking the player) based on the ping. There is probably a better way to achieve what you are looking for.