-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Player detection problems if Fallback-Spawn is inside the Lobby-Area #131
Comments
This can happen if the positions have not been set correctly (or if there are other runtime problems with the positions that have not been considered). The overview and description of the current positions can be found here. Are the "Main Fallback-Spawn" and "Lobby Area" outside the lobby area? I will soon publish a new release, with which many bugs have generally been fixed in recent months. Then you can test it again. |
it should be all inside the lobby area, but the player leaves the game to main server lobby (means different server), maybe this could be an issue, I will try to put fallback area outside the lobby area, the current positions are: name: "lobby0"
and fallback_spawn: |
I tested it, but for me it was much better, when fallback_spawn was on the same lobby, now there are many situations, when the player is placed outside the game lobby |
The Lobby area is a protected area where only MissileWars players (and Admins) are allowed to be. If there are players who have not yet been registered by the MissileWars plugin, this will lead to problems. The Lobby area restriction management is therefore the guarantee for stable player management during the server runtime. This is the current concept and it makes sense for technical reasons. It also works well for me in practice. For adjustments, I would need examples of situations in which the current structure causes problems. If the "Main Fallback-Spawn" is the server spawn it should be fine for the players, in my opinion. |
Or which case is the reason that players come to the "Main Fallback-Sawn" so often?
Maybe we can create another location for some cases to differentiate between the teleport reasons. |
in my case, every game quit and than sometimes server join / rejoin while no game is active but quit location is set correctly |
The most after rejoining the game, which was left in lobby stage (before the game started) |
Describe the bug
Player is not detected in lobby, I dont know why
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Player shold be detected and game should start
https://mclo.gs/sCMlKdo
**Server Purpur 1.20.4 Java 21
Problem occures usually when player joins the game and than leaves it into lobby before the game starts.
The text was updated successfully, but these errors were encountered: