- Add jitpack to repositories and Neptune to dependencies:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.Devlrxxh.Neptune</groupId>
<artifactId>API</artifactId>
<version>{latest-commit-hash}</version> <!-- change this to the latest commit hash -->
<scope>provided</scope>
</dependency>- Also make sure you have added Neptune as a dependency in your plugin.yml:
depend: [Neptune]NeptuneAPI neptune = NeptuneAPIProvider.getAPI();
neptune.getProfileService();
neptune.getMatchService();
neptune.getKitService();
neptune.getScoreboardService();
neptune.getArenaService();
neptune.getDivisionService();
neptune.getCosmeticService();