We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You need to add BKCommonLib as a dependency to your pom.xml Make sure to replace {VERSION} with the latest version of the plugin
{VERSION}
<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>