You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
If I use the command /mw setup lobby spawnpoint to set the spawnpoint for the lobby, it doesn't differentiate the worlds. So if I set it in world1 and the main world is world, it ports me to world.
To Reproduce
Steps to reproduce the behavior:
Create a new world via multiverse-core
Create a spawnpoint lobby in the new world
Create a missilewars sign
Try where it teleports you
Expected behavior
A clear and concise description of what you expected to happen.
The name of the world in which the spawnponint is is written into the file. So the function will teleport correctly.
Screenshots
If applicable, add screenshots to help explain your problem.
Server (please complete the following information):
OS: [e.g. Debian, Windows]
Minecraft version 1.20.1
Java version [e.g. 11, 17]
Version 4.5.3
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Yes, that's right. Currently, we have for a "lobby" the configurable points "spawn_point", "after_game_spawn" and "arena: Pos1" + "arena: Pos2". For everything, however, the world "world" is currently taken in the lobby config, so that we always talk about the same world.
We would have to change a little more to fix that.
One solution would be to include a check in the set-commands whether the player is in the correct lobby world. Otherwise, he has to change the world manually or maybe with a new /mw setup lobby setworld command (effective for all lobby positions). Currently, all points defined in the lobby also belong to the lobby world.
Describe the bug
If I use the command /mw setup lobby spawnpoint to set the spawnpoint for the lobby, it doesn't differentiate the worlds. So if I set it in world1 and the main world is world, it ports me to world.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The name of the world in which the spawnponint is is written into the file. So the function will teleport correctly.
Screenshots
Server (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: