ShopChest/README.md

37 lines
1.1 KiB
Markdown
Raw Normal View History

2015-09-02 13:17:08 +02:00
# ShopChest
ShopChest - Spigot/Bukkit Plugin
2016-07-04 17:44:18 +02:00
## API
To use the API, you need to add the following repository and dependency in your maven project:
```xml
<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>
2016-08-03 16:19:18 +02:00
<version>1.9.1</version>
2016-07-04 17:44:18 +02:00
<scope>provided</scope>
</dependency>
</dependencies>
```
2016-07-04 19:40:32 +02:00
You can find the javadoc here: https://epicericee.github.io/ShopChest/javadoc/
2016-07-04 17:44:18 +02:00
## 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/``.
2015-09-02 13:17:08 +02:00
## Issues
2016-06-11 12:35:33 +02:00
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.
2015-09-02 13:17:08 +02:00
## Download
You can view this resource/plugin on the official spigot page here: https://www.spigotmc.org/resources/shopchest.11431/