Wiki | Commands | Permissions | How Does It Work? | Developer API | Java Docs
To use the DisplayShops API, navigate to the releases tab and download the JAR file. Once completed, add the jar to your plugin/project's dependency list and access the plugin's main instance using DisplayShops.getPluginInstance()!
Create immersive simplistic shops with animations, efficient transaction handling, and much more!
Don't have a DisplayShops license? No Worries, you can obtain a license from anyone of the three platforms below:
For support or general information, including the Developer API please visit the Wiki!
https://github.com/bzigus/DisplayShopAddon - Handles a form of chest-linking allowing users to sync containters to their shops!
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.XZot1K</groupId>
<artifactId>DisplayShopsAPI</artifactId>
<version>1.4.2</version>
</dependency>
</dependencies>
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.XZot1K:DisplayShopsAPI:1.4.2'
}