DynMap - how to access?

Dear forum members,
for some time now we have been creating and maintaining new ways to help game server admins with questions and problems as quickly as possible, e.g. our Guides section and the Nitrado Community Discord.

Therefore, we inform you that the Nitrado Forum will be closed on March 31, 2023. We are consolidating our community support to our Discord channel, which is faster and more efficient. We have also seen incredible growth in our community due to the hard work of our moderators and our bots. We are confident that this move will ensure that we provide the best support possible for our users.

Thank you to all members for your continued use of the forum!

Assistance with all questions concerning your Nitrado service can now be found in these spots:
Community Discord: https://discord.gg/nitrado
Guides section: https://server.nitrado.net/guides
Support Wizard: https://support.nitrado.net
  • Hey all,


    I've gone into the addons section and added dynmap 2.4 to my server. However, I can't find any documentation about where I would go to access the map from my browser - I saw some references to using port 8123 but I'm assuming that can't be the case otherwise everyone on the server would crash together on that single IP/port. Anyone know? Thanks!

  • Hello Fiordhraoi,


    the following wiki page can hopefully help you. Is unfortunately in German but with the help of a translator feasible.

    As far as I understood your ServerIP x.x.x with the port 8123.

    Example: x.x.x: 8123


    Dynmap – Nitradopedia


    With friendly greetings

    xMarcel_x

  • I'm assuming because their instance on that IP grabbed the port first.

    I do not quite understand the question ^^'

    Of course there is the possibility that the port has been changed by the server owner.

  • I am the server owner. :)

    Only one given process can listen on a port (in this case, 8123 as the default). Since Nitrado is shared IP hosting, someone else already had dynmap running on the IP of my server, so my instance of dynmap couldn't attach to the same port.


    Fixed this by changing the port in dynmap config. :)

  • Hi I've installed dynmap using the "addons" page on the webserver. I see the jar in the plugins folder but it looks like it hasn't fully installed because there is no configuration files. Are there extra steps I need to go through?

    Also whatever happened to the native "Overview Map" that nitrado had?

  • Hello wickerman123,


    Normally the plugin should automatically install itself when starting the server as soon as the .jar is present in the plugins folder.

    Please look in the server log if there is an error message.


    I do not quite understand your second question. I have no GameServer, where is the problem exactly?


    Yours sincerely

    xMarcel_x

  • Yeah looks as though the version installed isn't compatible.

    My second question was referencing this suposed feature of Nitrado: Minecraft - The new Overview Map - faster and more stable than ever! | nitrado.net
    which doesn't appear to be supported anymore as it's not in the tools list.


    [14:15:34] [Server thread/WARN]: Plugin dynmap v2.4-1148 does not specify an api-version.

    [14:15:34] [Server thread/INFO]: [dynmap] Loading dynmap v2.4-1148

    [14:15:34] [Server thread/INFO]: [dynmap] version=git-Spigot-9de398a-9c887d4 (MC: 1.14.4)

    [14:15:34] [Server thread/ERROR]: [dynmap] Unable to find method getById for net.minecraft.server.v1_14_R1.Block

    [14:15:34] [Server thread/ERROR]: [dynmap] Unable to find method a for net.minecraft.server.v1_14_R1.BiomeBase

    [14:15:34] [Server thread/ERROR]: [dynmap] Unable to find field temperature for net.minecraft.server.v1_14_R1.BiomeBase

    [14:15:34] [Server thread/ERROR]: [dynmap] Unable to find field humidity for net.minecraft.server.v1_14_R1.BiomeBase

    [14:15:34] [Server thread/ERROR]: [dynmap] Unable to find field y for net.minecraft.server.v1_14_R1.BiomeBase

    [14:15:34] [Server thread/INFO]: [dynmap] Unload queue not found - default to unload all chunks

    [14:15:34] [Server thread/INFO]: [dynmap] inhabitedTicks field not found - inhabited shader not functional

    [14:15:34] [Server thread/ERROR]: [dynmap] Unable to find method b for net.minecraft.server.v1_14_R1.WorldBorder

    [14:15:34] [Server thread/ERROR]: Error initializing dynmap - bukkit version incompatible! initializing dynmap v2.4-1148 (Is it up to date?)

    java.lang.IllegalArgumentException: Error initializing dynmap - bukkit version incompatible!

    at org.dynmap.bukkit.BukkitVersionHelperGeneric.<init>(BukkitVersionHelperGeneric.java:129) ~[?:?]

    at org.dynmap.bukkit.BukkitVersionHelperCB.<init>(BukkitVersionHelperCB.java:39) ~[?:?]

    at org.dynmap.bukkit.BukkitVersionHelper.getHelper(BukkitVersionHelper.java:42) ~[?:?]

    at org.dynmap.bukkit.DynmapPlugin.onLoad(DynmapPlugin.java:756) ~[?:?]

    at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:355) [craftbukkit.jar:git-Spigot-9de398a-9c887d4]

    at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [craftbukkit.jar:git-Spigot-9de398a-9c887d4]

    at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:776) [craftbukkit.jar:git-Spigot-9de398a-9c887d4]

    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]