Skip to content

hook into BKCommonLib

Andre_601 edited this page Jan 3, 2019 · 1 revision

You need to add BKCommonLib as a dependency to your pom.xml
Make sure to replace {VERSION} with the latest version of the plugin

    <repositories>
        <repository>
            <id>MG-Dev Jenkins CI Maven Repository</id>
            <url>https://ci.mg-dev.eu/plugin/repository/everything/</url>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>com.bergerkiller.bukkit</groupId>
            <artifactId>BKCommonLib</artifactId>
            <version>{VERSION}</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
Clone this wiki locally