Eric b007ffb133 Add git commit hash to version
Use profile "release" to create a version without the commit hash
2017-01-08 17:54:17 +01:00
2017-01-08 17:05:29 +01:00
2016-07-19 17:49:26 +02:00
2017-01-08 17:54:17 +01:00
2016-08-18 15:53:05 +02:00

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.10.2</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 the /target/ folder.

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/

Description
ShopChest - Spigot/Bukkit Plugin
Readme 23 MiB
Languages
Java 99.7%
Python 0.3%