Skip to content

๐Ÿ”ฎ A set of tools used for programming Minecraft plugins

License

Notifications You must be signed in to change notification settings

MarcusSlover/Plus

Repository files navigation

๐Ÿ”ฎ Plus


๐Ÿ“ฆ A light set of tools used for programming Minecraft plugins.

๐Ÿ’ป For Developers

This library is designed to work specifically with PaperMC version 1.21.3.
Running on Java 21. Use with other Minecraft versions at your own risk.

Based on our testing, version 4.2.0 of Plus is the most compatible with older versions of Minecraft. If you are using a Minecraft version other than 1.21.3, we recommend using Plus version 4.3.1. For Minecraft 1.21.3 or newer, use the latest version of Plus for optimal compatibility.

๐Ÿ˜ Gradle

Groovy

repositories {
    maven { url = 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
}

dependencies {
    implementation 'com.marcusslover:plus:4.3.3-SNAPSHOT'
}

Kotlin

repositories {
    maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}

dependencies {
    implementation("com.marcusslover:plus:4.3.3-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.3.3-SNAPSHOT</version>
</dependency>

About

๐Ÿ”ฎ A set of tools used for programming Minecraft plugins

Topics

Resources

License

Stars

Watchers

Forks

Languages