ShopChest - Spigot/Bukkit Plugin
Go to file
Eric eaa2f056eb LICENSE should be a .txt file 2016-07-19 17:49:26 +02:00
ShopChest Changed versions to 1.9.0.1 2016-07-14 16:35:00 +02:00
ShopChest NMS-Abstract Changed versions to 1.9.0.1 2016-07-14 16:35:00 +02:00
ShopChest NMS-v1_8_R1 Changed versions to 1.9.0.1 2016-07-14 16:35:00 +02:00
ShopChest NMS-v1_8_R2 Changed versions to 1.9.0.1 2016-07-14 16:35:00 +02:00
ShopChest NMS-v1_8_R3 Changed versions to 1.9.0.1 2016-07-14 16:35:00 +02:00
ShopChest NMS-v1_9_R1 Changed versions to 1.9.0.1 2016-07-14 16:35:00 +02:00
ShopChest NMS-v1_9_R2 Changed versions to 1.9.0.1 2016-07-14 16:35:00 +02:00
ShopChest NMS-v1_10_R1 Changed versions to 1.9.0.1 2016-07-14 16:35:00 +02:00
.gitignore Converted ShopChest to Maven Project 2016-07-03 20:59:29 +02:00
LICENSE.txt LICENSE should be a .txt file 2016-07-19 17:49:26 +02:00
README.md Update README.md 2016-07-15 21:25:05 +02:00
pom.xml Changed versions to 1.9.0.1 2016-07-14 16:35:00 +02:00

README.md

ShopChest

ShopChest - Spigot/Bukkit Plugin

API

To use the API, you need to add the following repository and dependency in your maven project:

<repositories>
  <repository>
    <id>shopchest-repo</id>
    <url>https://epicericee.github.io/ShopChest/maven/</url>
  </repository>
</repositories>

<dependencies>
  <dependency>
    <groupId>de.epiceric</groupId>
    <artifactId>ShopChest</artifactId>
    <version>1.9.0.1</version>
    <scope>provided</scope>
  </dependency>
</dependencies>

You can find the javadoc here: https://epicericee.github.io/ShopChest/javadoc/

Build

Clone this repository and use mvn clean package or mvn clean install. After the build succeeded, the ShopChest.jar is found in /ShopChest/target/.

Issues

If you find any issues, please provide them in the Issues Section with a good description of how to reproduce it. If you get any error messages in the console, please also provide them.

Download

You can view this resource/plugin on the official spigot page here: https://www.spigotmc.org/resources/shopchest.11431/