Dynmap-Forge/Fabric

Dynmap-Forge/Fabric

888k Downloads

Fabric: Spawn point in wrong place

ProClifo opened this issue ยท 1 comments

commented

template is bold
sample data is italicized

Issue Description: In the Nether and End, the globe icon that shows Spawn is in the wrong place. They are using the same spawn point as the overworld. The reason for this is Fabric/Vanilla servers do not have a separate world spawn points in the same way Paper servers do. On paper, you can set the world spawn for each dimension individually. In Vanilla/Fabric, there is only one spawn point for the server, because no one would ever respawn naturally in the End or Nether in vanilla gameplay unless they have a respawn anchor set. Dynmap uses that same spawn point for all three dimensions. On my server, where I have set the overworld spawn point to 37000 blocks away from 0,0, the problem becomes much more apparent. The only sensible thing would be to have End spawn at the obsidian spawn platform (at 100,48,0) and Nether spawn at overworld spawn coordinates divided by 8.

  • Dynmap Version: Dynmap-3.4-fabric-1.19.1

  • Server Version: fabric 1.19.2

  • Pastebin of Configuration.txt: https://pastebin.com/Pc2T24GH

  • Other Relevant Data/Screenshots:

  • image

  • image

  • image

  • This is my personal Dynmap where the problem is present: http://murucraft.xyz:8123

  • Steps to Replicate:

    1. Make a Fabric server with Dynmap installed
    1. Set the world spawn point in the overworld
    1. Watch as the other two dimensions change world spawn too

[x] I have looked at all other issues and this is not a duplicate
[x] I have been able to replicate this

commented

Yeah, it's a known bug. I'm hoping to fix it next time I sit down to work on the Fabric port... thanks for reporting!