ShopChest - Spigot/Bukkit Plugin
Go to file
Eric 1c8cdb0639 Outsource external checks for shop creation
Every supported plugin has its own listener for ShopCreateEvent
and ShopExtendEvent.

I also tried to clean up a bit, there can be done more though.
2019-05-08 21:47:23 +02:00
lib Use WorldGuardWrapper to support v7 and v6 2018-08-03 18:24:09 +02:00
script Add python script to help create language files 2019-04-30 21:14:10 +02:00
src/main Outsource external checks for shop creation 2019-05-08 21:47:23 +02:00
.gitignore Added VSCode folder to .gitignore 2018-07-23 17:57:02 +02:00
LICENSE.txt LICENSE should be a .txt file 2016-07-19 17:49:26 +02:00
pom.xml Update some dependencies 2019-04-30 22:24:01 +02:00
README.md Update README.md 2017-01-18 17:01:19 +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 mvn clean package or mvn clean install. After the build succeeded, the ShopChest.jar is found in the /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.