Plus
Plus copied to clipboard
🔮 A set of tools used for programming Minecraft plugins
🔮 Plus
📦 A light set of tools used for programming Minecraft plugins.
💻 For Developers
This library is currently meant to be working with PaperMC 1.20.4.
However, it "should be compatible" with any version of Minecraft 1.19 and above.
🐘 Gradle
repositories {
maven { url = 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
}
dependencies {
compileOnly 'com.marcusslover:plus:4.2.0-SNAPSHOT'
}
🦢 Maven
<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.2.0-SNAPSHOT</version>
</dependency>