Update plugin and dependencies versions

Updated the api-version in plugin.yml from '1.13' to '1.16', and the paper-api version in pom.xml from '1.13-R0.1-SNAPSHOT' to '1.16.5-R0.1-SNAPSHOT'.
This commit is contained in:
2024-03-21 23:25:28 +01:00
parent ad820a1ab9
commit 137ef21410
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
<dependency> <dependency>
<groupId>com.destroystokyo.paper</groupId> <groupId>com.destroystokyo.paper</groupId>
<artifactId>paper-api</artifactId> <artifactId>paper-api</artifactId>
<version>1.13-R0.1-SNAPSHOT</version> <version>1.16.5-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
+1 -1
View File
@@ -1,7 +1,7 @@
name: '${project.artifactId}' name: '${project.artifactId}'
version: '${project.version}' version: '${project.version}'
main: me.youhavetrouble.yardwatch.YardWatch main: me.youhavetrouble.yardwatch.YardWatch
api-version: '1.13' api-version: '1.16'
softdepend: softdepend:
- "WorldGuard" - "WorldGuard"
- "GriefPrevention" - "GriefPrevention"