Skip to main content

Dynmap-TARDIS

If you have Dynmap installed on your server, you can use the Dynmap-TARDIS module to display the real-time locations of all TARDISes. For version 5.0.0 and above set modules.mapping: [true\false] and mapping.provider: dynmap in the TARDIS config.

note

As of TARDIS v4.6.2 the Dynmap-TARDIS add-on plugin has been integrated into the main TARDIS plugin. To enable/disable TARDISes in dynmap, set mapping.enabled: [true\false] and mapping.provider: dynmap in the TARDIS config or run the commands /tardisconfig mapping [true|false] and /tardisconfig provider dynmap.

Configuration options

/plugins/TARDIS/config.yml
modules:
mapping: false
...
mapping:
provider: [dynmap|bluemap]
update_period: 30
updates_per_tick: 10
ConfigTypeDefault
modules:
mappingbooleanfalse
Sets whether to display TARDISes in Dynmap or BlueMap (requires one of the plugins to be installed on the server).
mapping:
Sets whether to display TARDISes in Dynmap or BlueMap (requires one of the plugins to be installed on the server).
providerstringdynmap
Sets which mapping provider to use.
update_periodnumber30
Sets the interval in seconds between TARDIS marker updates, try setting this higher if you experience lag.
updates_per_ticknumber10
Sets the maximum number of TARDIS markers to update per tick, try setting this lower if you experience lag.

Installation

  1. Enable the TARDIS mapping module in the TARDIS config:

    • /tardisconfig mapping true
    • /tconfig provider dynmap
  2. Install Dynmap as per the instructions found on the Dynmap page. Run the server once to generate the default Dynmap files and folders.

  3. Put the tardis.png icon file ( tardis icon) into the plugins/dynmap/web/tiles/_markers_/ folder.

  4. Run the command /dmarker addicon id:tardis newlabel:tardis file:plugins/dynmap/web/tiles/_markers_/tardis.png

  5. Stop and start the server.

  6. Render the map.

    Dynmap-TARDIS