From cad8cb9a0eed9c0ae2e3fd5dd208067f5ff52937 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Wed, 6 Dec 2023 18:51:19 +0100 Subject: [PATCH] Updated spigot --- build.sh | 0 kd_ontime_handler_spigot.iml | 13 ++----------- pom.xml | 2 +- run.sh | 0 src/main/resources/plugin.yml | 2 +- 5 files changed, 4 insertions(+), 13 deletions(-) mode change 100644 => 100755 build.sh mode change 100644 => 100755 run.sh diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 diff --git a/kd_ontime_handler_spigot.iml b/kd_ontime_handler_spigot.iml index 4f789f1..58144cf 100644 --- a/kd_ontime_handler_spigot.iml +++ b/kd_ontime_handler_spigot.iml @@ -1,16 +1,7 @@ - - - - - SPIGOT - - - - - - + + diff --git a/pom.xml b/pom.xml index 20c0809..eef4709 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.spigotmc spigot-api - 1.19.2-R0.1-SNAPSHOT + 1.20.1-R0.1-SNAPSHOT provided diff --git a/run.sh b/run.sh old mode 100644 new mode 100755 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 873804b..16b8fc1 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,3 +1,3 @@ name: sh_edraft.OntimeHandlerPlugin -version: 1.0 +version: 1.1 main: de.sh_edraft.OntimeHandlerPlugin \ No newline at end of file