From 7c52113273afac166a5efb944b42b5d488b98ccc Mon Sep 17 00:00:00 2001 From: Tim Weber <tim.weber03@gmx.de> Date: Sun, 20 Oct 2024 09:26:27 +0000 Subject: [PATCH] Update 1.21.1 --- pom.xml | 2 +- src/main/resources/plugin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e5122b1..cffd180 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ <dependency> <groupId>org.spigotmc</groupId> <artifactId>spigot-api</artifactId> - <version>1.20.4-R0.1-SNAPSHOT</version> + <version>1.21.1-R0.1-SNAPSHOT</version> <scope>provided</scope> </dependency> </dependencies> diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 25e8b21..8d11a6e 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ name: RTP-Command main: fsmpi.gaming.rtp.MyPlugin version: 1 -api-version: 1.20 +api-version: 1.21 commands: rtp: description: Random-TP. -- GitLab