From 8c2c2fe58a7da5d9a0fe959898c1cee0c34abe9f Mon Sep 17 00:00:00 2001 From: A248 Date: Sat, 11 Sep 2021 23:14:32 -0400 Subject: [PATCH] Release 0.8.0 --- bans-api/pom.xml | 2 +- bans-bootstrap/pom.xml | 2 +- .../arim/libertybans/bootstrap/LibertyBansLauncher.java | 9 +++++---- bans-core/pom.xml | 2 +- bans-distribution/distributable/pom.xml | 2 +- bans-distribution/download/pom.xml | 2 +- bans-distribution/executable/pom.xml | 2 +- bans-distribution/kyori-bundle/pom.xml | 2 +- bans-distribution/pom.xml | 2 +- bans-env/bungee/pom.xml | 2 +- bans-env/bungeeplugin/pom.xml | 2 +- bans-env/pom.xml | 2 +- bans-env/spigot/pom.xml | 2 +- bans-env/spigotplugin/pom.xml | 2 +- bans-env/velocity/pom.xml | 2 +- bans-env/velocityplugin/pom.xml | 2 +- pom.xml | 6 +++--- 17 files changed, 23 insertions(+), 22 deletions(-) diff --git a/bans-api/pom.xml b/bans-api/pom.xml index ec99f955d..94ea621fc 100644 --- a/bans-api/pom.xml +++ b/bans-api/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-parent - 0.8.0-SNAPSHOT + 0.8.0 bans-api diff --git a/bans-bootstrap/pom.xml b/bans-bootstrap/pom.xml index 8691670e5..62e837b50 100644 --- a/bans-bootstrap/pom.xml +++ b/bans-bootstrap/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-parent - 0.8.0-SNAPSHOT + 0.8.0 bans-bootstrap diff --git a/bans-bootstrap/src/main/java/space/arim/libertybans/bootstrap/LibertyBansLauncher.java b/bans-bootstrap/src/main/java/space/arim/libertybans/bootstrap/LibertyBansLauncher.java index aae3184c4..04b609de4 100644 --- a/bans-bootstrap/src/main/java/space/arim/libertybans/bootstrap/LibertyBansLauncher.java +++ b/bans-bootstrap/src/main/java/space/arim/libertybans/bootstrap/LibertyBansLauncher.java @@ -110,11 +110,12 @@ private DependencyLoader createDependencyLoader(DistributionMode distributionMod warnRelocation("Kyori-Examination", "net.kyori.examination.Examinable"); if (downloadSelfDependencies) { jarsToDownload.add(locate(InternalDependency.KYORI_BUNDLE)); + } else { + logger.warn( + "Using the LibertyBans_Executable jar requires that you have Kyori-Adventure included on your server. " + + "This means you need to use Paper 1.16.5+ or Velocity. " + + "If you cannot meet these requirements, you must wait for the next release."); } - logger.warn( - "Using the LibertyBans_Executable jar requires that you have Kyori-Adventure included on your server. " + - "This means you need to use Paper 1.16.5+ or Velocity. " + - "If you cannot meet these requirements, you must wait for the next release."); } if (downloadSelfDependencies) { jarsToDownload.add(locate(InternalDependency.SELF_IMPLEMENTATION)); diff --git a/bans-core/pom.xml b/bans-core/pom.xml index 330b35edc..30f058a6c 100644 --- a/bans-core/pom.xml +++ b/bans-core/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-parent - 0.8.0-SNAPSHOT + 0.8.0 bans-core diff --git a/bans-distribution/distributable/pom.xml b/bans-distribution/distributable/pom.xml index 5a5617709..44575dead 100644 --- a/bans-distribution/distributable/pom.xml +++ b/bans-distribution/distributable/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-distribution - 0.8.0-SNAPSHOT + 0.8.0 bans-distributable diff --git a/bans-distribution/download/pom.xml b/bans-distribution/download/pom.xml index bdc2411c0..8c1ad547e 100644 --- a/bans-distribution/download/pom.xml +++ b/bans-distribution/download/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-distribution - 0.8.0-SNAPSHOT + 0.8.0 bans-download diff --git a/bans-distribution/executable/pom.xml b/bans-distribution/executable/pom.xml index e1c2a01a6..fc42d6c5a 100644 --- a/bans-distribution/executable/pom.xml +++ b/bans-distribution/executable/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-distribution - 0.8.0-SNAPSHOT + 0.8.0 bans-executable diff --git a/bans-distribution/kyori-bundle/pom.xml b/bans-distribution/kyori-bundle/pom.xml index 158825fd0..aac28409b 100644 --- a/bans-distribution/kyori-bundle/pom.xml +++ b/bans-distribution/kyori-bundle/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-distribution - 0.8.0-SNAPSHOT + 0.8.0 bans-kyori-bundle diff --git a/bans-distribution/pom.xml b/bans-distribution/pom.xml index f9afb9583..18b3cbcf6 100644 --- a/bans-distribution/pom.xml +++ b/bans-distribution/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-parent - 0.8.0-SNAPSHOT + 0.8.0 bans-distribution diff --git a/bans-env/bungee/pom.xml b/bans-env/bungee/pom.xml index 4c1dd9039..bd647acc3 100644 --- a/bans-env/bungee/pom.xml +++ b/bans-env/bungee/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-env - 0.8.0-SNAPSHOT + 0.8.0 bans-env-bungee diff --git a/bans-env/bungeeplugin/pom.xml b/bans-env/bungeeplugin/pom.xml index e7d57d30c..5337e10e1 100644 --- a/bans-env/bungeeplugin/pom.xml +++ b/bans-env/bungeeplugin/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-env - 0.8.0-SNAPSHOT + 0.8.0 bans-env-bungeeplugin diff --git a/bans-env/pom.xml b/bans-env/pom.xml index 33d36fe35..d95c6971c 100644 --- a/bans-env/pom.xml +++ b/bans-env/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-parent - 0.8.0-SNAPSHOT + 0.8.0 bans-env diff --git a/bans-env/spigot/pom.xml b/bans-env/spigot/pom.xml index 9c925e639..dfef82451 100644 --- a/bans-env/spigot/pom.xml +++ b/bans-env/spigot/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-env - 0.8.0-SNAPSHOT + 0.8.0 bans-env-spigot diff --git a/bans-env/spigotplugin/pom.xml b/bans-env/spigotplugin/pom.xml index f22f7ce8e..1e8b6f9e1 100644 --- a/bans-env/spigotplugin/pom.xml +++ b/bans-env/spigotplugin/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-env - 0.8.0-SNAPSHOT + 0.8.0 bans-env-spigotplugin diff --git a/bans-env/velocity/pom.xml b/bans-env/velocity/pom.xml index 40947b356..9d4a1605c 100644 --- a/bans-env/velocity/pom.xml +++ b/bans-env/velocity/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-env - 0.8.0-SNAPSHOT + 0.8.0 bans-env-velocity diff --git a/bans-env/velocityplugin/pom.xml b/bans-env/velocityplugin/pom.xml index 4a8e3b43b..ac3af3aeb 100644 --- a/bans-env/velocityplugin/pom.xml +++ b/bans-env/velocityplugin/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-env - 0.8.0-SNAPSHOT + 0.8.0 bans-env-velocityplugin diff --git a/pom.xml b/pom.xml index df7133ea0..47ebae5df 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ space.arim.libertybans bans-parent - 0.8.0-SNAPSHOT + 0.8.0 pom LibertyBans @@ -49,8 +49,8 @@ 0.3.2 - e82887b40bf93d29ca90d7066a81086631cb1fe06dab9a68db0891e42871a4abadfa32cd95b706aa9512ff743c1d4767e167aadc119b1cbe6bfaf469e96f414c - a39a4aac76cdbd0634d78918539e8d0fc58f85848a662d97578caf4a06e14b5c5ebe0bda3cbf081eeb8ea5344bb1932eafddada0dfe5ec8a0a3470e2497a7f39 + 6360a374e5170ee77ff55d8b41af181cf25f3df6048fb77aade3dac03333170205ac8317b3a6adb9bf3c18eb7608d9822d136553f13b2c23ca67f175ba2c15e1 + cf1f44b388d6862c73aed4953481642e7fbedddcb37295fa8b30b60fbf324eca32b4c279a5a7fe69db2c1af05647b08027048a9fb3ba6fea0f46d431fe068b1c LibertyBans