mirror of
https://github.com/EpicEricEE/ShopChest.git
synced 2024-11-08 20:01:25 +01:00
ShopChest - Spigot/Bukkit Plugin
bukkitbukkit-pluginminecraftminecraft-pluginminecraft-serverspigotspigot-pluginspigot-resourcespigotmc
a95106a335
All shop items are now spawned with packets and reflection client-side, so probably duplicated items are history (finally). This also allowed me to remove the ClearLag and LWC dependency, as ClearLag can't remove client-side items and LWC's Magnet Sucker can't suck them inside a chest. I also changed a bit in the classes of the nms package, so all required classes have to be found before attempting to do anything. Fixes #11 and fixes #4 |
||
---|---|---|
src/main | ||
.gitignore | ||
LICENSE.txt | ||
pom.xml | ||
README.md |
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.9.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
You can view this resource/plugin on the official spigot page here: https://www.spigotmc.org/resources/shopchest.11431/