File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This library is designed to work specifically with PaperMC version 1.21.8.<br/>
1212Running on Java 21. Use with other Minecraft versions at your own risk.
1313
1414Based on our testing, version 4.2.0 of Plus is the most compatible with older versions of Minecraft.
15- If you are using a Minecraft version other than 1.21.3, we recommend using Plus version 4.3.1 .
15+ If you are using a Minecraft version other than 1.21.3, we recommend using Plus version 4.5-SNAPSHOT .
1616For Minecraft 1.21.8 or newer, use the latest version of Plus for optimal compatibility.
1717
1818## 🐘 Gradle
@@ -23,7 +23,7 @@ repositories {
2323 maven { url = 'https://central.sonatype.com/repository/maven-snapshots/' }
2424}
2525dependencies {
26- implementation 'com.marcusslover:plus:4.4.1 -SNAPSHOT'
26+ implementation 'com.marcusslover:plus:4.5 -SNAPSHOT'
2727}
2828```
2929### Kotlin
@@ -33,7 +33,7 @@ repositories {
3333 maven(" https://central.sonatype.com/repository/maven-snapshots/" )
3434}
3535dependencies {
36- implementation(" com.marcusslover:plus:4.4.1 -SNAPSHOT" )
36+ implementation(" com.marcusslover:plus:4.5 -SNAPSHOT" )
3737}
3838```
3939## 🦢 Maven
@@ -45,6 +45,6 @@ dependencies {
4545<dependency >
4646 <groupId >com.marcusslover</groupId >
4747 <artifactId >plus</artifactId >
48- <version >4.4.1 -SNAPSHOT</version >
48+ <version >4.5 -SNAPSHOT</version >
4949</dependency >
5050```
You can’t perform that action at this time.
0 commit comments