- Spigot Version 1.17
- Java 16
<repository>
<id>bs-repo</id>
<url>http://ci.pluginwiki.us/plugin/repository/everything/</url>
</repository>
<dependency>
<groupId>simplepets.brainsynder</groupId>
<artifactId>API</artifactId>
<version>{LATEST VERSION}</version>
</dependency>
Placeholders:
- {build} = The build number you want as the version (e.g 1000 = 5.0-BUILD-1000)
- {job} = This can be set to what you want its mostly used by the update checker (e.g SimplePets_v5)
This is the maven command we use to compile the plugin:
mvn clean install -f pom.xml -Denv.BUILD_NUMBER={build} -Denv.JOB_NAME={job}
- Spigot API (inside pom.xml)
- Spigot [remapped-mojang] (inside pom.xml)