Skip to content

Commit ab3a01f

Browse files
committed
26.1 Support
1 parent 7ba6e99 commit ab3a01f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
gameVersions=1.21,1.21.1,1.21.2,1.21.3,1.21.4,1.21.5,1.21.6,1.21.7,1.21.8,1.21.9,1.21.10,1.21.11
1+
gameVersions=26.1,26.1.1
22
velocityVersions=3.3,3.4,3.5
3-
version=5.0.2
3+
version=5.1.0

paper/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ group = rootProject.group
1313
version = rootProject.version
1414

1515
java {
16-
toolchain.languageVersion = JavaLanguageVersion.of(21)
16+
toolchain.languageVersion = JavaLanguageVersion.of(25)
1717
}
1818

1919
tasks.compileJava {
20-
options.release.set(21)
20+
options.release.set(25)
2121
}
2222

2323
repositories {
@@ -27,7 +27,7 @@ repositories {
2727
}
2828

2929
dependencies {
30-
compileOnly("io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT")
30+
compileOnly("io.papermc.paper:paper-api:26.1.1.build.+")
3131

3232
implementation("dev.faststats.metrics:bukkit:0.20.1")
3333
implementation("net.thenextlvl.version-checker:modrinth-paper:1.0.1")
@@ -46,7 +46,7 @@ paper {
4646
name = "Commander"
4747
load = BukkitPluginDescription.PluginLoadOrder.STARTUP
4848
main = "net.thenextlvl.commander.paper.CommanderPlugin"
49-
apiVersion = "1.21"
49+
apiVersion = "26.1"
5050
foliaSupported = true
5151
website = "https://thenextlvl.net"
5252
authors = listOf("NonSwag")

velocity/src/main/java/net/thenextlvl/commander/velocity/CommanderPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name = "Commander",
2424
authors = "NonSwag",
2525
url = "https://thenextlvl.net",
26-
version = "5.0.2")
26+
version = "5.1.0")
2727
public class CommanderPlugin {
2828
private final VelocityMetrics.Factory fastStats;
2929
private final org.bstats.velocity.Metrics.Factory bStats;

0 commit comments

Comments
 (0)