XZot1K / DisplayShopsAPI

Extend upon DisplayShop with a new powerful API!

Home Page:https://www.spigotmc.org/resources/•-display-shops-•-a-new-approach-to-player-shops-•.69766/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()!

DisplayShops

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:

Spigot | Mc-Market | Songoda

For support or general information, including the Developer API please visit the Wiki!

DisplayShops Addons

https://github.com/bzigus/DisplayShopAddon - Handles a form of chest-linking allowing users to sync containters to their shops!

Maven Dependency

<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>

Gradle Dependency

allprojects {
   repositories {
      maven { url 'https://jitpack.io' }
   }
}

dependencies {
   implementation 'com.github.XZot1K:DisplayShopsAPI:1.4.2'
}

About

Extend upon DisplayShop with a new powerful API!

https://www.spigotmc.org/resources/•-display-shops-•-a-new-approach-to-player-shops-•.69766/

License:MIT License


Languages

Language:Java 100.0%