📦 A light set of tools used for programming Minecraft plugins.
This library is currently meant to be working with PaperMC 1.19.4.
However, it should be compatible with any version of Minecraft 1.19 and above.
repositories {
maven { url = 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
}
dependencies {
compileOnly 'com.marcusslover:plus:4.0.10-SNAPSHOT'
}
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
<dependency>
<groupId>com.marcusslover</groupId>
<artifactId>plus</artifactId>
<version>4.0.10-SNAPSHOT</version>
</dependency>