Skip to content
Hector Angelopoulos edited this page Apr 16, 2025 · 3 revisions

Welcome to the MonitorLib wiki!

How To Use

Maven Setup

<!-- If you are using Paper -->
<dependency>
    <groupId>net.headmonitor</groupId>
    <artifactId>MonitorLibPaper</artifactId>
    <version>1.0.0.0</version>
</dependency>

<!-- If you are using Spigot -->
<dependency>
    <groupId>net.headmonitor</groupId>
    <artifactId>MonitorLibSpigot</artifactId>
    <version>1.0.0.0</version>
</dependency>

You will also need to shade the Library into your .jar file.

Manual Setup

If you want to use the Library witout Build Automation Tools you can download the .jar and add it as a dependency in your IDE. Make sure you extract it in your .jar file.

Clone this wiki locally