Update to Minecraft 1.20
This commit is contained in:
parent
8e38aac816
commit
91e3a43dc4
@ -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
|
||||||
|
|
||||||
|
4
pom.xml
4
pom.xml
@ -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>
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user