ShopChest - Spigot/Bukkit Plugin
Go to file
2022-04-17 18:41:10 +02:00
.mvn Update dependencies 2021-12-25 01:39:12 +01:00
lib Remove a bunch of old stuff I don't use 2022-02-27 15:20:07 +00:00
nms Add 1.18.2 support 2022-03-12 17:43:16 +01:00
plugin Merge DaniFoldi fork (see his repo for the full list of changes) 2022-04-13 20:09:34 +02:00
script Update localization to 1.17 2021-07-29 22:51:38 +02:00
.gitignore Merge branch 'nms-submodules' of https://github.com/Flowsqy/ShopChest 2022-01-03 14:08:54 +01:00
LICENSE.txt LICENSE should be a .txt file 2016-07-19 17:49:26 +02:00
pom.xml Remove useless shading and set javadoc plugin version to 3.3.2 2022-04-17 18:41:10 +02: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.