Added Towny to maven repository

This commit is contained in:
Eric 2016-11-20 14:26:55 +01:00
parent 48f2e2e09a
commit f093c6e1f9

View File

@ -17,6 +17,7 @@
<a href="http://dev.bukkit.org/bukkit-plugins/vault/" class="btn"><b>Vault</b><br>by MilkBowl</a>
<a href="http://dev.bukkit.org/bukkit-plugins/worldguard/" class="btn"><b>WorldGuard</b><br>by sk89q</a>
<a href="https://www.spigotmc.org/resources/chestshop-for-iconomy-recreation.9376/" class="btn"><b>ChestShop</b><br>by Acrobot & moloco</a>
<a href="http://towny.palmergames.com/" class="btn"><b>Towny</b><br>by ELgarL & LlmDl</a>
</section>
@ -102,6 +103,26 @@
&lt;scope&gt;provided&lt;/scope&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</code></pre>
<h3>Towny</h3>
<p><a href="http://towny.palmergames.com/">Towny</a> is a plugin for Spigot or Bukkit servers, that adds highly configurable towns to the server. It was originally created by <a href="https://github.com/ElgarL" class="user-mention">@ELgarL</a>, but is now maintained by <a href="https://github.com/LlmDl" class="user-mention">@LlmDl</a> and has a public GitHub repository <a href="https://github.com/LlmDl/Towny">here</a>.</p>
<pre><code>&lt;repositories&gt;
&lt;repository&gt;
&lt;id&gt;shopchest-repo&lt;/id&gt;
&lt;url&gt;https://epicericee.github.io/ShopChest/maven/&lt;/url&gt;
&lt;/repository&gt;
&lt;/repositories&gt;
&lt;dependencies&gt;
&lt;dependency&gt;
&lt;groupId&gt;com.palmergames&lt;/groupId&gt;
&lt;artifactId&gt;Towny&lt;/artifactId&gt;
&lt;version&gt;0.91.1.0&lt;/version&gt;
&lt;scope&gt;provided&lt;/scope&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</code></pre>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/EpicEricEE/ShopChest">ShopChest</a> is maintained by <a href="https://github.com/EpicEricEE">EpicEricEE</a>.</span>