RalphORama / Dynmap-Towny

Display Towny towns and nations on Dynmap maps

Home Page:https://townyadvanced.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynmap-Towny

Dynmap-Towny provides a simple way to add visibility of Towny towns and nations on Dynmap's maps. The plugin depends on the presence of both Dynmap and Towny Advanced, and interacts directly with the Towny API. Updates to zones are automatically processed (on a settable period - default is once per 5 minutes (300 seconds)). By default, the plugin will be active after simply installing it (by dropping Dynmap-Towny-x.xx.jar into the plugins/ directory and restarting the server).

Towns of any shape are supported, and a proper outline border is computed and displayed that will encompass all the contiguous blocks of a given town (limitation - 'holes' in the middle of a town may still be shaded to look like part of the town). Outposts, including outposts on other worlds, are supported. Clicking on the town will display a popup with a configurable set of data on the town.

Dynmap-Towny will also show configurable icons for the home block of each town, including distinctive icons when the town is a capital of its country.

Display style, including the color and opacity of the outlines and fill, as well as icons used for home markers, can be tailored. This can be done at the global default level, the per-nation level, or the per town level. The Y coordinate (altitude) of the town outlines can also be set (default is 64 - standard sea level) - typically this would be done using 'custstyle', to set the value for each town needing to be adjusted individually.

Visibility of towns can be controlled via the 'visibleregions' and 'hiddenregions' settings. Besides listing the names of the towns to be made visible or hidden, entries with the format 'world:' can be used to make all towns on a given world visible or hidden.

Also, the display of the town outlines can be restricted to a minimum zoom-in level, via the 'minzoom' setting. When non-zero, this setting causes the town outlines to only be displayed at or beyond the given zoom-in level.

Note: If you are currently using the region component for Towny in Dynmap, you should disable that support

Supported Versions

  • Dynmap v2.5 or later
  • Towny Advanced 0.95.1.0 or later

Commands

Command Description Permission Default Access
/dmt or /dynmaptowny Shows plugin information and usage. dynmaptowny.command ✔️ Everyone
/dmt help Alias of /dmt. dynmaptowny.command ✔️ Everyone
/dmt reload Reloads config.yml. dynmaptowny.reload ❌ OP

Plugin Configuration

After the first load, there will be a config.yml file in the plugins/Dynmap-Towny directory. Details of the default configuration, and all the provided settings, can be found here

Building from source

  1. Clone the repository.
  2. Run mvn clean package.
  3. Put Dynmap-Towny-x.xx.jar from the target folder in your plugins folder.

Acknowledgements

This is a fork of Dynmap-Towny. I forked this from Hank Jordan who forked it from the original repo.

About

Display Towny towns and nations on Dynmap maps

https://townyadvanced.github.io/

License:MIT License


Languages

Language:Java 100.0%