From c9367feea81473c5fc88a51b5aee95291bc99566 Mon Sep 17 00:00:00 2001 From: tastybento Date: Sat, 13 Nov 2021 16:47:21 -0800 Subject: [PATCH] Ensure a clean startup without warnings. Note for pladdons, the plugin.yml must list BentoBox as a depend in YAML list format. Must place the release repo before the snarpshote repo in the POM. --- pom.xml | 10 +++++----- src/main/resources/plugin.yml | 5 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 1987455..3ab1981 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ 2.0.9 1.17-R0.1-SNAPSHOT - 1.18.0-SNAPSHOT + 1.18.0 ${build.version}-SNAPSHOT @@ -119,14 +119,14 @@ spigot-repo https://hub.spigotmc.org/nexus/content/repositories/snapshots - - codemc - https://repo.codemc.org/repository/maven-snapshots/ - codemc-repo https://repo.codemc.org/repository/maven-public/ + + codemc + https://repo.codemc.org/repository/maven-snapshots/ + ess-repo https://ci.ender.zone/plugin/repository/everything/ diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 1759e4e..5b59b51 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,7 +1,8 @@ name: Pladdon main: world.bentobox.acidisland.AcidIslandPladdon version: ${version} -api-version: 1.17 +api-version: 1.16 description: AcidIsland author: tastybento -depend: [BentoBox] +depend: + - BentoBox