TARDIS Mapping
If you have a mapping plugin installed on your server, you can use the mapping 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: bluemap
in the TARDIS config.
Configuration options
/plugins/TARDIS/config.yml
modules:
mapping: [true|false]
...
mapping:
provider: [dynmap|bluemap|squaremap]
update_period: 30
updates_per_tick: 10
Config | Type | Default |
---|---|---|
modules: | ||
mapping | boolean | false |
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). | ||
provider | string | bluemap |
Sets which mapping provider to use. | ||
update_period | number | 30 |
Sets the interval in seconds between TARDIS marker updates, try setting this higher if you experience lag. | ||
updates_per_tick | number | 10 |
Sets the maximum number of TARDIS markers to update per tick, try setting this lower if you experience lag. |
Supported plugins
TARDIS currently supports three mapping plugins:
Visit the pages linked above for more details on setting up each plugin.