From 9a94cea2326b75f229f61a9c894945e07655c520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20F?= Date: Mon, 20 Jun 2022 19:07:18 +0100 Subject: [PATCH] Update Spigot and Java version --- pom.xml | 8 ++++---- src/main/resources/plugin.yml | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 1d48842..51f788f 100644 --- a/pom.xml +++ b/pom.xml @@ -11,8 +11,8 @@ UTF-8 UTF-8 - 1.8 - 1.8 + 17 + 17 5.6.2 @@ -31,7 +31,7 @@ org.spigotmc spigot-api - 1.16.3-R0.1-SNAPSHOT + 1.18.2-R0.1-SNAPSHOT provided @@ -65,7 +65,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.2 + 3.3.0 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 1df202f..ac042a1 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -2,7 +2,7 @@ name: BeesPlus author: Attlantiz version: ${project.version} main: com.tomff.beesplus.BeesPlus -api-version: 1.15 +api-version: 1.18 permissions: beesplus.bee.view: default: op @@ -14,4 +14,3 @@ permissions: default: op beesplus.beehive.upgrade: default: op -