Anyone else use Dynmap? Can you get spawn beds to show?

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Gmoff01

New Member
Jul 29, 2019
54
0
1
Hi there folks, sorry if this seems a little off topic, I tried on the official dynmap thread and their codebase site and haven't gotten any response. People here tend to be a bit more helpful!

I'm running dynmap on my Direwolf20 server and for the most part its great.
I just have a minor but persistent problem: no spawn_bed data is being saved to my markers file.

I have spawn beds enabled in the config:

showspawnbeds: true
spawnbedlabel: "Spawn Beds"
spawnbedicon: bed
spawnbedhidebydefault: false
spawnbedminzoom: 0
spawnbedformat: "%name%'s bed"

And it does enable the layer for my map, but no icons appear. On closer inspection, it appears that no data for them is being saved to the markers.yml file:

spawn_beds:
circles: {
}
hide: false
markers: {
}
layerprio: 0
areas: {
}
deficon: default
lines: {
}
label: Spawn Beds
minzoom: 0

This has been the case across many versions of dynmap over the last few years, including v1.9.4, currently v2.0.0-alpha-1. Is there something I'm missing that is preventing data from being saved? Player locations and offline locations work fine. Has anyone else gotten this to work?