DynmapCore
DynmapCore copied to clipboard
Common, server-neutral core component for Dynmap
Hello, I'd like to ask, whether it would be possible to add a new render image format WebP. It's now widely supported by all Chromium browsers and if it would...
https://github.com/webbukkit/DynmapCore/blob/c3cdff44ce13c315a01e8f8eac3b5d19b04ce0c3/src/main/java/org/dynmap/DynmapCore.java#L795 I noticed in debugger that I had a ton of "etp" threads. Traced it down to jetty from dynmap. The code times them out in 60 seconds, but I'm...
I would really like to see CORS enabled. Set all the response allow access to "*" to complete this.
Is there any way to configure jetty to compress the `/up` responses (which are only text) with gzip? They're the biggest and slowest calls on the page, and I know...
I propose that theres a new table called `servers` that stores the server id and will auto increment then check if the id is there if so add 1 to...
I'm currently trying to get Dynmap to work with a modpack but it crashes when Dynmap enters ModModelDefinitionImpl. It happens after it says it's processing "Placeable Items version null" but...
How might I get player info in an external project? (By which I mean it doesn't have any Bukkit or Spigot related stuff on it and it's just a java...
@mikeprimm I noticed if you have multiple marker sets with the same label name, it doesn't seem to merge under the same left-hand toggle on the live map. Instead, it...
 Currently is not possible to change default marker set label "Markers".
We have a skyblock world with hundreds of islands and we are displaying a marker for every island. This causes the map to be very unresponsive and even taking multiple...