mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-12 13:41:06 +00:00
136 lines
6.7 KiB
HTML
136 lines
6.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Maven repository for ShopChest</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" type="text/css" href="../stylesheets/normalize.css" media="screen">
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" type="text/css" href="../stylesheets/stylesheet.css" media="screen">
|
|
<link rel="stylesheet" type="text/css" href="../stylesheets/github-light.css" media="screen">
|
|
</head>
|
|
<body>
|
|
<section class="page-header">
|
|
<h1 class="project-name">Maven Repository</h1>
|
|
<h2 class="project-tagline">ShopChest's Dependencies</h2>
|
|
<a href="https://www.spigotmc.org/resources/shopchest.11431/" class="btn"><b>ShopChest</b><br>by EpicEricEE</a>
|
|
<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>
|
|
|
|
<section class="main-content">
|
|
<h3>ShopChest</h3>
|
|
|
|
<p><a href="https://www.spigotmc.org/resources/shopchest.11431/">ShopChest</a> is a shop plugin for Spigot or Bukkit servers. It's maintained by <a href="https://github.com/EpicEricEE" class="user-mention">@EpicEricEE</a> and has a public GitHub repository <a href="https://github.com/EpicEricEE/ShopChest/">here</a>. All the plugins below are dependencies, which you need when building ShopChest.</p>
|
|
<pre><code><repositories>
|
|
<repository>
|
|
<id>epiceric-repo</id>
|
|
<url>https://epicericee.github.io/ShopChest/maven/</url>
|
|
</repository>
|
|
</repositories>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>de.epiceric</groupId>
|
|
<artifactId>ShopChest</artifactId>
|
|
<version>1.10.4</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies></code></pre>
|
|
|
|
|
|
<h3>VaultAPI</h3>
|
|
|
|
<p><a href="http://dev.bukkit.org/bukkit-plugins/vault/">Vault</a> is an API for plugins, which have economy and permission support. It combines the methods of several economy and permission plugins, so developers only have to use the one in Vault and still support mutliple plugins. Vault is made by <a href="https://github.com/MilkBowl" class="user-mention">@MilkBowl</a> and is found on GitHub <a href="https://github.com/MilkBowl/Vault">here</a>. The API has an extra repository on GitHub, which can be found <a href="https://github.com/MilkBowl/VaultAPI">here</a></p>
|
|
|
|
<pre><code><repositories>
|
|
<repository>
|
|
<id>vault-repo</id>
|
|
<url>http://nexus.hc.to/content/repositories/pub_releases/</url>
|
|
</repository>
|
|
</repositories>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>net.milkbowl.vault</groupId>
|
|
<artifactId>VaultAPI</artifactId>
|
|
<version>1.6</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies></code></pre>
|
|
|
|
|
|
<h3>WorldGuard</h3>
|
|
|
|
<p><a href="https://dev.bukkit.org/bukkit-plugins/worldguard/">WorldGuard</a> is a powerful and very popuplar protection plugin, whose API features are needed for ShopChest to support it. WorldGuard is created by <a href="https://github.com/sk89q" class="user-mention">@sk89q</a> and is found on GitHub <a href="https://github.com/sk89q/worldguard">here</a>.</p>
|
|
|
|
<pre><code><repositories>
|
|
<repository>
|
|
<id>epiceric-repo</id>
|
|
<url>http://maven.sk89q.com/artifactory/repo/</url>
|
|
</repository>
|
|
</repositories>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.sk89q</groupId>
|
|
<artifactId>worldguard</artifactId>
|
|
<version>6.1.3-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies></code></pre>
|
|
|
|
|
|
<h3>ChestShop</h3>
|
|
|
|
<p><a href="https://dev.bukkit.org/bukkit-plugins/chestshop/">ChestShop</a> is a shop plugin for Spigot or Bukkit servers. It was originally maintained by <a href="https://github.com/Acrobot" class="user-mention">@Acrobot</a> and has a public GitHub repository <a href="https://github.com/Acrobot/ChestShop-3">here</a>. However, the last update by Acrobot was in July 2015, but <a href="https://www.spigotmc.org/members/moloco.76925/" class="user-mention">@moloco</a> has published a new version for the latest Minecraft versions, that you can find <a href="https://www.spigotmc.org/resources/chestshop-for-iconomy-recreation.9376/">here</a>.</p>
|
|
|
|
<pre><code><repositories>
|
|
<repository>
|
|
<id>epiceric-repo</id>
|
|
<url>https://epicericee.github.io/ShopChest/maven/</url>
|
|
</repository>
|
|
</repositories>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.Acrobot</groupId>
|
|
<artifactId>ChestShop</artifactId>
|
|
<version>3.8.12</version>
|
|
<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>epiceric-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>
|
|
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
|
|
</footer>
|
|
|
|
</section>
|
|
|
|
</body>
|
|
</html>
|