mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-01-09 19:48:13 +01:00
439b38a4e1
now in it's own branch!
1.6 KiB
1.6 KiB
This branch holds the API for the Minepacks plugin.
Adding it to your plugin
Maven
The API is available through maven.
Repository:
<repository>
<id>pcgf-repo</id>
<url>https://repo.pcgamingfreaks.at/repository/everything</url>
</repository>
Dependency:
<!-- Minepacks API -->
<dependency>
<groupId>at.pcgamingfreaks</groupId>
<artifactId>Minepacks-API</artifactId>
<version>2.0</version><!-- Check api-version shield for newest version -->
</dependency>
Build from source:
git clone https://github.com/GeorgH93/Minepacks.git
cd Minepacks
git checkout --track origin/API
mvn clean install