A Towny and Pl3xMap add-on Spigot plugin that enables towns to show up on the Pl3xMap.
WARNING: This plugin is still in the alpha release stage, so there may be breaking bugs. If you encounter any bugs, please report them on the issue tracker.
This plugin requires you to have the following plugins on your server:
Honestly, nothing uber special about this plugin other than it works, but if you really want to know:
- Pretty Configurable
- Async Processing (may or may not be because the algorithms are a little computationally heavy shhh)
- Unit-tested Custom Polygon Outline (contour) Algorithm and Negative Space (contour "hole-finding") Algorithm
You can install the plugin from the releases page. Simply put it 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 simple maven project, and thus can be built via mvn clean install
(or mvn clean package
whatever you prefer).
This plugin is licensed under the MIT license. While highly permissible, I do kindly hope that you PR any bug fixes or useful features to the this repository to help all of the community.