WereWolfAPI

une api pour ajouter du contenu sur le plugin LG UHC

Installation

Crowdin

Installation avec Maven

<repositories>
	<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
	</repository>
</repositories>
 
 
<dependency>
	<groupId>com.github.Ph1Lou</groupId>
	<artifactId>werewolfapi</artifactId>
	<version>master-SNAPSHOT</version>
	<scope>provided</scope>
</dependency>

Installation avec Gradle

Last updated

Was this helpful?