Skip to content

N0RSKA/ClearLagTimerAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ClearLagTimerAPI

JitPack

API for integrating with the ClearLagTimer plugin.

Quick Start

Maven Integration

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.github.N0RSKA</groupId>
        <artifactId>ClearLagTimerAPI</artifactId>
        <version>REPLACE WITH JITPACK VERSION</version>
    </dependency>
</dependencies>

Links