Update to Minecraft 1.20

This commit is contained in:
apio 2023-06-10 10:26:05 +02:00
parent 8e38aac816
commit 91e3a43dc4
Signed by: apio
GPG Key ID: B8A7D06E42258954
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# death-swap # death-swap
DeathSwap plugin for 1.19 Minecraft Java servers (Spigot/Paper) DeathSwap plugin for 1.20 Minecraft Java servers (Spigot/Paper)
## WARNING ## WARNING

View File

@ -4,7 +4,7 @@
<groupId>eu.cloudapio.deathswap</groupId> <groupId>eu.cloudapio.deathswap</groupId>
<artifactId>deathswap</artifactId> <artifactId>deathswap</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.0-SNAPSHOT</version> <version>1.1-SNAPSHOT</version>
<name>deathswap</name> <name>deathswap</name>
<url>http://maven.apache.org</url> <url>http://maven.apache.org</url>
<properties> <properties>
@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId> <artifactId>spigot-api</artifactId>
<version>1.19.4-R0.1-SNAPSHOT</version> <version>1.20-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -1,7 +1,7 @@
main: eu.cloudapio.deathswap.DeathSwap main: eu.cloudapio.deathswap.DeathSwap
name: death-swap name: death-swap
version: 0.1 version: 0.1
api-version: 1.19 api-version: 1.20
commands: commands:
dswap: dswap:
description: Death Swap description: Death Swap