ShopChest - Spigot/Bukkit Plugin
Go to file
2021-12-30 12:21:44 +01:00
.mvn Update dependencies 2021-12-25 01:39:12 +01:00
lib Remove "cd .." in install_local_dependencies.sh to be coherent with README.md 2021-12-29 13:38:00 +01:00
nms Add 1.18 implementation 2021-12-30 11:26:59 +01:00
plugin Fix javadoc 2021-12-30 12:21:44 +01:00
script Update localization to 1.17 2021-07-29 22:51:38 +02:00
.gitignore Change to relative path for target folders 2021-12-27 17:21:36 +01:00
LICENSE.txt LICENSE should be a .txt file 2016-07-19 17:49:26 +02:00
pom.xml Change javadoc goal to aggregate-jar 2021-12-30 11:51:35 +01:00
README.md Add little more details in README.md in the build section 2021-12-29 00:06:17 +01: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.11.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 sh lib/install_local_depedencies.sh to import local dependencies. After importation, use mvn clean package or mvn clean install to build the project. After the build succeeded, the ShopChest.jar is found in the /plugin/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

This resource/plugin is found on the official spigot page here. You can also download the latest unstable builds on this page.