A Towny add-on Spigot plugin that enables towns to show up on a web-map.
Supported web-map plugins are Pl3xMap, squaremap, dynmap, and BlueMap.
This plugin requires Towny to be installed on your server.
- Towny 0.97.1 (or later)
The plugin also requires one of the following web-map plugins to be installed on your server:
- Pl3xMap v1 (use this fork for 1.18+), v2 (alpha 1.19.2-319 or later), or v3 (beta 1.20.1-446).
- squaremap
- dynmap
- BlueMap v3.3 (or later) (limited support)
Honestly, nothing uber special about this plugin other than it works, but if you really want to know:
- Configurable Marker Options
- Async Processing
- Support multiple web-map plugins
- Unit-tested Custom Polygon Outline (contour) Algorithm and Negative Space (contour "hole-finding") Algorithm
Install the plugin from the releases page. Simply put the jar file into your plugins
directory and start your server.
The plugin should be ready for use out of the box. The one thing that may need to be adjusted is the enabled-worlds
property in the config.yml
to add the world names that you want town claims to show up on. For more information about the plugin's commands and configuring the plugin, see the wiki.
See this wiki page for more info.
This plugin is a standard maven project that utilizes the maven toolchains plugin in order to build against multiple JDK versions. In order to use the maven toolchains plugin, you must have a toolchains.xml
file in your .m2
folder properly configured with at least JDK versions 1.8 and 16. See this guide for more info on setting up a toolchains.xml
file.
Once that is setup, the project can be compiled with the command mvn clean package
or mvn clean install
ran in the project directory.
This plugin is licensed under the MIT license. While highly permissible, I do kindly hope that you create pull-requests for any bug fixes or useful features so they can help the entire community.
*All pull-requests made to the repository agree to license the code contributed under the MIT license.