ShopChest - Spigot/Bukkit Plugin
Go to file
2023-04-23 01:27:07 +02:00
buildSrc Remap nms jar 2023-04-23 01:27:07 +02:00
common Begin the conversion to a gradle project for portability 2023-02-23 22:59:14 +01:00
external Begin the conversion to a gradle project for portability 2023-02-23 22:59:14 +01:00
gradle/wrapper Begin the conversion to a gradle project for portability 2023-02-23 22:59:14 +01:00
nms Remap nms jar 2023-04-23 01:27:07 +02:00
plugin Remap nms jar 2023-04-23 01:27:07 +02:00
script Update localization to 1.17 2021-07-29 22:51:38 +02:00
.gitignore Begin the conversion to a gradle project for portability 2023-02-23 22:59:14 +01:00
gradlew Begin the conversion to a gradle project for portability 2023-02-23 22:59:14 +01:00
gradlew.bat Begin the conversion to a gradle project for portability 2023-02-23 22:59:14 +01:00
LICENSE.txt LICENSE should be a .txt file 2016-07-19 17:49:26 +02:00
pom.xml Begin the conversion to a gradle project for portability 2023-02-23 22:59:14 +01:00
README.md Update build instructions in README 2022-07-24 04:32:06 +02:00
settings.gradle Begin the conversion to a gradle project for portability 2023-02-23 22:59:14 +01:00
settingsOLD.gradle Begin the conversion to a gradle project for portability 2023-02-23 22:59:14 +01: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 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 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.