ShopChest - Spigot/Bukkit Plugin
Go to file
2022-06-26 22:33:36 +02:00
common Fix UseShopHook javadoc typo 2022-05-22 21:57:09 +02:00
external Allow the player to create a shop if the "chest-access" flag is set 2022-06-26 22:33:36 +02:00
nms Merge branch 'master' into feature/external-module 2022-06-08 19:14:07 +02:00
plugin Need to fix admin shop selling action 2022-06-26 21:21:24 +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 Add WorldGuard integration 2022-06-26 03:39:03 +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.