Skip to content

[BUG] When first breaking the bed and you die you wont be teleported back to the proper /spawn as defined in config #59

@TinyMandalorian

Description

@TinyMandalorian

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

Image i feel like it has something to do with this feature because after this it functions as it should

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions