mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-08 19:51:05 +00:00
Added Towny to maven repository
This commit is contained in:
parent
48f2e2e09a
commit
f093c6e1f9
@ -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 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies></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><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></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>
|
||||
|
Loading…
Reference in New Issue
Block a user