From f093c6e1f97ea7783622cbbead6d3063ecd44730 Mon Sep 17 00:00:00 2001 From: Eric Date: Sun, 20 Nov 2016 14:26:55 +0100 Subject: [PATCH] Added Towny to maven repository --- maven/index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/maven/index.html b/maven/index.html index 29d96a8..8469ae1 100644 --- a/maven/index.html +++ b/maven/index.html @@ -17,6 +17,7 @@ Vault
by MilkBowl
WorldGuard
by sk89q
ChestShop
by Acrobot & moloco
+ Towny
by ELgarL & LlmDl
@@ -102,6 +103,26 @@ <scope>provided</scope> </dependency> </dependencies> + +

Towny

+ +

Towny is a plugin for Spigot or Bukkit servers, that adds highly configurable towns to the server. It was originally created by @ELgarL, but is now maintained by @LlmDl and has a public GitHub repository here.

+ +
<repositories>
+	<repository>
+		<id>shopchest-repo</id>
+		<url>https://epicericee.github.io/ShopChest/maven/</url>
+	</repository>
+</repositories>
+
+<dependencies>
+	<dependency>
+		<groupId>com.palmergames</groupId>
+		<artifactId>Towny</artifactId>
+		<version>0.91.1.0</version>
+		<scope>provided</scope>
+	</dependency>
+</dependencies>