Warning about Dynmap

  • 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

xalixilax

New Member
Jul 29, 2019
4
0
0
I've found a version for Dynmap with forge and compatibility with most of the mod of FTB. But in the last 3 days, about 140 world were created with Mystcraft and we got a folder with about 20GO of Dynmap stuff.
So if you install Dynmap just be sure to remove Mystcraft if you want to install it or just don't.

xalixilax
 
You can just edit the config so that it stops rendering any extra worlds after you've rendered your original worlds. I have DynMap and it works perfect.
 
Yeah all my world was rendered. Anyway, it still use some memory and lower the performances of the server.
But thanks for the tips.
 
where in the config do you make that change to stop rendering any extra mystcraft age maps?
 
any word on how to disable the mystcraft ages from loading into dynmap automatically? it really murders server performance. and i dont want to have to get rid of dynmap. we lov being able to see where each other are and a general overall picture.
 
I was looking to do the same and I found this today, https://github.com/webbukkit/dynmap/issues/1019

This trick seems to work. Set "deftemplatesuffix" to something invalid, eg. "nope", and configure worlds.txt to look something like this:
Code:
worlds:
  - name: FTB-Beta-A
    title: "World"
    template: normal
  - name: FTB-Beta-A_nether
    title: "Nether"
    template: nether
  - name: FTB-Beta-A_the_end
    title: "The End"
    template: the_end
  - name: FTB-Beta-A_7
    title: "Twilight Forest"
    template: normal
 
According to the official github: https://github.com/webbukkit/dynmap/wiki/World-and-template-settings

Code:
worlds:
  - name: world
    title: "My Great World"
    enabled: true
    template: mycustomtemplate
    sendposition: true
    sendhealth: true
    fullrenderlocations:
      - x: 100
        y: 64
        z: 2000
    visibilitylimits:
      - x0: -1000
        z0: -1000
        x1: 1000
        z1: 1000
    hidestyle: stone
    autogenerate-to-visibilitylimits: none
    center:
      x: 0
      y: 64
      z: 0
    bigworld: false
    extrazoomout: 0
    maps:
      - class: org.dynmap.flat.FlatMap
      ....

If you whould change enabled: true to false it should stop the renderinging and showing off the world