forked from kaboomserver/extras
Target 1.19.4 instead of 1.20.1
This commit is contained in:
parent
06d34fd345
commit
56f36294ec
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -15,7 +15,7 @@
|
|||
<dependency>
|
||||
<groupId>io.papermc.paper</groupId>
|
||||
<artifactId>paper-api</artifactId>
|
||||
<version>1.20.1-R0.1-SNAPSHOT</version>
|
||||
<version>1.19.4-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: Extras
|
||||
main: pw.kaboom.extras.Main
|
||||
description: Plugin that adds extra functionality to the server.
|
||||
api-version: '1.20'
|
||||
api-version: '1.19'
|
||||
version: master
|
||||
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue