-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Hector Angelopoulos edited this page Apr 16, 2025
·
3 revisions
Welcome to the MonitorLib wiki!
<!-- 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.
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.