Installation

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 your plugins folder on your Minecraft server.

Last updated