ShopChest/README.md

39 lines
1.2 KiB
Markdown
Raw Normal View History

2015-09-02 11:17:08 +00:00
# ShopChest
ShopChest - Spigot/Bukkit Plugin
2016-07-04 15:44:18 +00: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>
2017-01-18 16:01:19 +00:00
<version>1.11.1</version>
2016-07-04 15:44:18 +00:00
<scope>provided</scope>
</dependency>
</dependencies>
```
2016-07-04 17:40:32 +00:00
You can find the javadoc here: https://epicericee.github.io/ShopChest/javadoc/
2016-07-04 15:44:18 +00:00
## Build
Clone this repository and use ``mvn clean package`` or ``mvn clean install``.
2016-08-05 13:33:42 +00:00
After the build succeeded, the ShopChest.jar is found in the ``/target/`` folder.
2016-07-04 15:44:18 +00:00
2015-09-02 11:17:08 +00:00
## Issues
2016-08-05 13:33:42 +00:00
If you find any issues, please provide them in the [Issues Section](https://github.com/EpicEricEE/ShopChest/issues) 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 11:17:08 +00:00
## Download
2017-01-18 16:01:19 +00:00
This resource/plugin is found on the official spigot page [here](https://www.spigotmc.org/resources/shopchest.11431/).
You can also download the latest unstable builds on [this page](http://epiceric.square7.de/bukkit/plugins/).