NullValkyrie

Minecraft 1.19 multipurpose plugin for spigot servers with a lot of features where most modern servers have.
git clone https://codeberg.org/night0721/NullValkyrie
Log | Files | Refs | README | LICENSE

commit 1972bcf7d54cd5dccd0bd661a6885cc342d59421
parent 4d6b12577444059e7586163c62b9711a5c476c23
Author: NK <[email protected]>
Date:   Thu, 22 Dec 2022 18:44:51 +0000

using mojang mappings

Diffstat:
Mpom.xml | 38++++++++++++++++++++++++++++++++++++--
Msrc/main/resources/plugin.yml | 2+-
2 files changed, 37 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml @@ -6,7 +6,7 @@ <groupId>me.night</groupId> <artifactId>NullValkyrie</artifactId> - <version>1.0.1</version> + <version>1.1.01</version> <packaging>jar</packaging> <name>NullValkyrie</name> @@ -54,6 +54,39 @@ <outputDirectory>E:\Files\SB\plugins</outputDirectory> </configuration> </plugin> + <plugin> + <groupId>net.md-5</groupId> + <artifactId>specialsource-maven-plugin</artifactId> + <version>1.2.2</version> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>remap</goal> + </goals> + <id>remap-obf</id> + <configuration> + <srgIn>org.spigotmc:minecraft-server:1.19.3-R0.1-SNAPSHOT:txt:maps-mojang</srgIn> + <reverse>true</reverse> + <remappedDependencies>org.spigotmc:spigot:1.19.3-R0.1-SNAPSHOT:jar:remapped-mojang</remappedDependencies> + <remappedArtifactAttached>true</remappedArtifactAttached> + <remappedClassifierName>remapped-obf</remappedClassifierName> + </configuration> + </execution> + <execution> + <phase>package</phase> + <goals> + <goal>remap</goal> + </goals> + <id>remap-spigot</id> + <configuration> + <inputFile>${project.build.directory}/${project.artifactId}-${project.version}-remapped-obf.jar</inputFile> + <srgIn>org.spigotmc:minecraft-server:1.19.3-R0.1-SNAPSHOT:csrg:maps-spigot</srgIn> + <remappedDependencies>org.spigotmc:spigot:1.19.3-R0.1-SNAPSHOT:jar:remapped-obf</remappedDependencies> + </configuration> + </execution> + </executions> + </plugin> </plugins> <resources> <resource> @@ -81,7 +114,8 @@ <dependency> <groupId>org.spigotmc</groupId> <artifactId>spigot</artifactId> - <version>1.19.2-R0.1-SNAPSHOT</version> + <version>1.19.3-R0.1-SNAPSHOT</version> + <classifier>remapped-mojang</classifier> <scope>provided</scope> </dependency> <dependency> diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ name: NullValkyrie version: '${project.version}' main: me.night.nullvalkyrie.Main -api-version: 1.18 +api-version: 1.19 authors: [ NightKaly, Leocthl ] description: Null Valkyrie website: https://github.com/night0721/nullvalkyrie