-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Describe the bug
Im using a diminsions server side faric mod so i can create a server spawn then have the actual survival world for players i noticed when setting the config up like this
spawn { # This setting defines whether/spawn and respawning work on a per world or global server basis. global-spawn { # Send the player to the global spawn when logging in. on-login=false # Send the player to the global spawn regardless of their bed or anchor when respawning. on-respawn=false # Send the player to the global spawn when respawning, respecting bed and anchor. on-respawn-soft=true # Send the player to the global spawn instead of the world spawn when using the /spawn command. on-spawn-command=true # ID of the world to use as global spawn. Minecraft dimensions: 'minecraft:overworld', 'minecraft:the_nether', 'minecraft:the_end' target-spawn-world="server:spawn" }
so when i die after setting respawn it should teleport me to my bed which is does and if i dont have my respawn set it teleports me to spawn which it does however when I set my respawn point then break the bed and I die for some reason it teleports me to the current world spawn not the server:spawn spawn
heres a video if this is confusing
https://youtu.be/Stt0py5ljlo
i feel like it has something to do with this feature because after this it functions as it should