JLyne / LiveAtlas

A Dynmap, Squaremap, Pl3xmap and Overviewer frontend for the modern web
Apache License 2.0
336 stars 37 forks source link

LiveAtlas not showing players #637

Closed RealFX-Code closed 8 months ago

RealFX-Code commented 8 months ago

I can't see players on my server for some reason through LiveAtlas. Intercepting some of the requests, it does indeed receive player data from dynmap, but doesn't display them. image

I haven't changed any settings at all, and have looked for settings that might hide players, yet I've found nothing

Thanks in advance.

JLyne commented 8 months ago

At a glance you appear to have a typo in your dynmap configuration.txt. The playermarkers component is instead misspelled playermarkerl (unless this is a new dynmap thing I'm not aware of). This stops LiveAtlas from adding the player marker layer, thus no markers appear.

Renaming playermarkerl to playermarkers should hopefully solve your problem.

RealFX-Code commented 8 months ago

At a glance you appear to have a typo in your dynmap configuration.txt. The playermarkers component is instead misspelled playermarkerl (unless this is a new dynmap thing I'm not aware of). This stops LiveAtlas from adding the player marker layer, thus no markers appear.

Renaming playermarkerl to playermarkers should hopefully solve your problem.

Thank you so much! I can't believe it was that simple, It now works just as it should.