mirror of
https://github.com/EpicEricEE/ShopChest.git
synced 2024-11-08 11:50:14 +01:00
ShopChest - Spigot/Bukkit Plugin
bukkitbukkit-pluginminecraftminecraft-pluginminecraft-serverspigotspigot-pluginspigot-resourcespigotmc
4a7202df6f
Three new custom flags will be available for every plot to set: - create-shop - use-shop - use-admin-shop These flags can be set to the following values to allow the flag to that group. If you set the group to members, trusted members and owners are also allowed the flag: - owners - trusted - members - everyone - none The default value for the flags will be 'none', so be sure to change it in order to create or use shops! The flag 'create-shop' can be bypassed by granting the permission 'shopchest.create.protected' (which is not recommended), and the other flags can be bypassed by granting the permission 'shopchest.external.bypass'. This closes #87 |
||
---|---|---|
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.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.