ShopChest - Spigot/Bukkit Plugin
Go to file
2023-03-25 17:38:51 +01:00
lib Restore IslandWorld-8.5.jar 2023-03-25 17:38:51 +01:00
nms lots of changes and now 1.19.4 nms functions correctly, tested working 2023-03-22 20:36:44 +00:00
plugin 1.19.4 2023-03-21 13:24:16 +00: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 lots of changes and now 1.19.4 nms functions correctly, tested working 2023-03-22 20:36:44 +00:00
README.md Update README build instructions 2022-07-26 22:38:17 +02:00

ShopChest

ShopChest - Spigot/Bukkit Plugin

General information

This fork of ShopChest intend to be updatable easily. It also adds some common features like barrel or shulker shops. It's still in progress and therefore, this repository has many branches. Most of them have very explicit name, but there is two things to know:

  • The 'master' branch is the original plugin, with no major changes. It supports the most recent version of Minecraft.
  • The 'feature/clean-project' branch is a 'work-in-progress' branch. It contains bug fixes and adds new features. However, as the structure change, some plugin that were previously using ShopChest can break. If it's the case, just use the original version (in 'master' branch).

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

You need Maven with Github access and a jdk. If you don't know how to give Github access to maven, check this . If you don't know how to create a personal token, check this .

  • Use sh lib/install_local_depedencies.sh to import local dependencies.
  • Use mvn clean install at the root of the project to build ShopChest artifact.

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

You can download the recent builds in the release section. This resource/plugin can also be found on the official spigot page here, but as I don't own it, the most recent build there only supports Minecraft up to 1.16.