ShopChest - Spigot/Bukkit Plugin
Go to file
2022-07-24 02:53:50 +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 Add a way to deploy shopchest-nms-all artifact 2022-07-24 02:53:50 +02:00
plugin Add intermediate project for nms 2022-07-23 21:09:41 +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 a way to deploy shopchest-nms-all artifact 2022-07-24 02:53:50 +02:00
README.md Update the README 2022-07-22 00:24:20 +02:00

ShopChest

ShopChest - Spigot/Bukkit Plugin

API

For the moment, the project structure can change a lot, and there is no official API planned. If you want to use ShopChest functionality, just add the .jar with the version you want to use to your project. Maybe in future I will post an official API through github packages, but currently I don't have the time.

Build

You need Maven and a jdk.

  • First, compile spigot with the BuildTools.jar and the '--remapped' argument. You need to do it for a lot of minecraft version, starting from 1.17. To get them all, just do the next step, an error message will tell you what minecraft version is missing. (I will try to suppress this step in future)
  • Use mvn clean package or mvn clean install at the root of the project to build ShopChest artefact.
  • 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

I don't post build for this branch as it's in progress. If you want to use it, build it.