Installation
It is recommended to set it to version 2.1.3.0-beta
Installation
Add the JitPack repository to your
pom.xml
:<repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories>
Add the HTGLoggers dependency:
<dependencies> <dependency> <groupId>com.github.WaleonGames</groupId> <artifactId>htgloggers</artifactId> <version>latest-version</version> <!-- Replace with the latest version --> <scope>provided</scope> </dependency> </dependencies>
Download the
HTGLoggers.jar
and place it in yourplugins
folder on your Minecraft server.
Last updated