Skip to content

Commit 3bb9efd

Browse files
committed
26.1 part 2: bump versions
1 parent bad1492 commit 3bb9efd

6 files changed

Lines changed: 13 additions & 40 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The Denizen Scripting Language - Spigot Impl
33

44
An implementation of the Denizen Scripting Language for Spigot servers, with strong Citizens interlinks to emphasize the power of using Denizen with NPCs!
55

6-
**Version 1.3.1**: Compatible with Spigot 1.17.1, 1.18.2, 1.19.4, 1.20.6, and 1.21.11!
6+
**Version 1.3.1**: Compatible with Spigot 1.17.1, 1.18.2, 1.19.4, 1.20.6, 1.21.11, and 26.1!
77

88
**Learn about Denizen from the Beginner's guide:** https://guide.denizenscript.com/guides/background/index.html
99

dist/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
<version>${project.parent.version}</version>
6161
<scope>compile</scope>
6262
</dependency>
63+
<dependency>
64+
<groupId>com.denizenscript</groupId>
65+
<artifactId>denizen-v26_1</artifactId>
66+
<version>${project.parent.version}</version>
67+
<scope>compile</scope>
68+
</dependency>
6369
<dependency>
6470
<groupId>com.denizenscript</groupId>
6571
<artifactId>denizen-paper</artifactId>

plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.spigotmc</groupId>
3232
<artifactId>spigot-api</artifactId>
33-
<version>1.21.11-R0.2-SNAPSHOT</version>
33+
<version>26.1-R0.1-SNAPSHOT</version>
3434
<type>jar</type>
3535
<scope>provided</scope>
3636
</dependency>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<modules>
1919
<module>plugin</module>
2020
<module>paper</module>
21+
<module>v26_1</module>
2122
<module>v1_21</module>
2223
<module>v1_20</module>
2324
<module>v1_19</module>

v26_1/pom.xml

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.denizenscript</groupId>
8-
<artifactId>denizen-v1_21</artifactId>
8+
<artifactId>denizen-v26_1</artifactId>
99
<version>1.3.1-SNAPSHOT</version>
1010

1111
<dependencies>
@@ -19,53 +19,19 @@
1919
<dependency>
2020
<groupId>org.spigotmc</groupId>
2121
<artifactId>spigot-api</artifactId>
22-
<version>1.21.11-R0.2-SNAPSHOT</version>
22+
<version>26.1-R0.1-SNAPSHOT</version>
2323
<scope>provided</scope>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.spigotmc</groupId>
2727
<artifactId>spigot</artifactId>
28-
<version>1.21.11-R0.2-SNAPSHOT</version>
29-
<classifier>remapped-mojang</classifier>
28+
<version>26.1-R0.1-SNAPSHOT</version>
3029
<scope>provided</scope>
3130
</dependency>
3231
</dependencies>
3332

3433
<build>
3534
<plugins>
36-
<plugin>
37-
<groupId>net.md-5</groupId>
38-
<artifactId>specialsource-maven-plugin</artifactId>
39-
<version>2.0.2</version>
40-
<executions>
41-
<execution>
42-
<phase>package</phase>
43-
<goals>
44-
<goal>remap</goal>
45-
</goals>
46-
<id>remap-obf</id>
47-
<configuration>
48-
<srgIn>org.spigotmc:minecraft-server:1.21.11-R0.2-SNAPSHOT:txt:maps-mojang</srgIn>
49-
<reverse>true</reverse>
50-
<remappedDependencies>org.spigotmc:spigot:1.21.11-R0.2-SNAPSHOT:jar:remapped-mojang</remappedDependencies>
51-
<remappedArtifactAttached>true</remappedArtifactAttached>
52-
<remappedClassifierName>remapped-obf</remappedClassifierName>
53-
</configuration>
54-
</execution>
55-
<execution>
56-
<phase>package</phase>
57-
<goals>
58-
<goal>remap</goal>
59-
</goals>
60-
<id>remap-spigot</id>
61-
<configuration>
62-
<inputFile>${project.build.directory}/${project.artifactId}-${project.version}-remapped-obf.jar</inputFile>
63-
<srgIn>org.spigotmc:minecraft-server:1.21.11-R0.2-SNAPSHOT:csrg:maps-spigot</srgIn>
64-
<remappedDependencies>org.spigotmc:spigot:1.21.11-R0.2-SNAPSHOT:jar:remapped-obf</remappedDependencies>
65-
</configuration>
66-
</execution>
67-
</executions>
68-
</plugin>
6935
<plugin>
7036
<groupId>org.apache.maven.plugins</groupId>
7137
<artifactId>maven-compiler-plugin</artifactId>

v26_1/src/main/java/com/denizenscript/denizen/nms/v26_1/Handler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public void undisableAsyncCatcher() {
150150

151151
@Override
152152
public boolean isExactServerVersionMatch() {
153-
return Denizen.supportsPaper ? SharedConstants.getCurrentVersion().id().equals("1.21.11") : CraftMagicNumbers.INSTANCE.getMappingsVersion().equals("e3cd927e07e6ff434793a0474c51b2b9");
153+
return Denizen.supportsPaper ? SharedConstants.getCurrentVersion().id().equals("26.1") : CraftMagicNumbers.INSTANCE.getMappingsVersion().equals("e8ece90188c951d866bd2fffc52c803e");
154154
}
155155

156156
@Override

0 commit comments

Comments
 (0)