Skip to content

Commit 02af69d

Browse files
committed
26.1 Support
1 parent 304beac commit 02af69d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id("maven-publish")
44
}
55

6-
val javaVersion = 21
6+
val javaVersion = 25
77

88
allprojects {
99
apply(plugin = "java")
@@ -38,7 +38,7 @@ allprojects {
3838
}
3939

4040
dependencies {
41-
compileOnly("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT")
41+
compileOnly("io.papermc.paper:paper-api:26.1.1.build.+")
4242
compileOnly("net.thenextlvl:vault-api:1.7.1")
4343
}
4444
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
gameVersions=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
2-
version=2.5.1
1+
gameVersions=26.1,26.1.1
2+
version=2.6.0

plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import net.minecrell.pluginyml.paper.PaperPluginDescription
55
plugins {
66
id("com.gradleup.shadow") version "9.3.1"
77
id("com.modrinth.minotaur") version "2.+"
8-
id("de.eldoria.plugin-yml.paper") version "0.8.0"
8+
id("de.eldoria.plugin-yml.paper") version "0.9.0"
99
id("io.papermc.hangar-publish-plugin") version "0.1.4"
1010
}
1111

@@ -59,7 +59,7 @@ paper {
5959
description = "A Vault replacement, providing services for various plugins"
6060
bootstrapper = "net.thenextlvl.service.ServiceBootstrapper"
6161
author = "NonSwag"
62-
apiVersion = "1.21"
62+
apiVersion = "26.1"
6363
foliaSupported = true
6464
load = BukkitPluginDescription.PluginLoadOrder.STARTUP
6565

0 commit comments

Comments
 (0)