Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.83 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.83 KB

Pl3xMap-Towny

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.

Dependencies

This plugin requires you to have the following plugins on your server:

Features

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

Installing

You can install the plugin from the releases page. Simply put it into your plugins directory and start your server.

Usage and Configuration

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.

Plugin API:

See this wiki page for more info.

Building

This plugin is a simple maven project, and thus can be built via mvn clean install (or mvn clean package whatever you prefer).

Licensing

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.