Update to Minecraft 1.20
This commit is contained in:
parent
8e38aac816
commit
91e3a43dc4
@ -1,6 +1,6 @@
|
||||
# death-swap
|
||||
|
||||
DeathSwap plugin for 1.19 Minecraft Java servers (Spigot/Paper)
|
||||
DeathSwap plugin for 1.20 Minecraft Java servers (Spigot/Paper)
|
||||
|
||||
## WARNING
|
||||
|
||||
|
4
pom.xml
4
pom.xml
@ -4,7 +4,7 @@
|
||||
<groupId>eu.cloudapio.deathswap</groupId>
|
||||
<artifactId>deathswap</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.1-SNAPSHOT</version>
|
||||
<name>deathswap</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<properties>
|
||||
@ -22,7 +22,7 @@
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.19.4-R0.1-SNAPSHOT</version>
|
||||
<version>1.20-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -1,7 +1,7 @@
|
||||
main: eu.cloudapio.deathswap.DeathSwap
|
||||
name: death-swap
|
||||
version: 0.1
|
||||
api-version: 1.19
|
||||
api-version: 1.20
|
||||
commands:
|
||||
dswap:
|
||||
description: Death Swap
|
||||
|
Loading…
Reference in New Issue
Block a user