Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
A248 committed Sep 12, 2021
1 parent 230e282 commit 8c2c2fe
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion bans-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>bans-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>bans-bootstrap</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down
2 changes: 1 addition & 1 deletion bans-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>bans-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-distribution/distributable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-distribution</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>bans-distributable</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-distribution/download/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-distribution</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>bans-download</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-distribution/executable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-distribution</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>bans-executable</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-distribution/kyori-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-distribution</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>bans-kyori-bundle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>bans-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-env/bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-env</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>bans-env-bungee</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-env/bungeeplugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-env</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>bans-env-bungeeplugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-env/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>bans-env</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-env/spigot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-env</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>bans-env-spigot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-env/spigotplugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-env</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>bans-env-spigotplugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-env/velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-env</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>bans-env-velocity</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-env/velocityplugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-env</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>bans-env-velocityplugin</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>space.arim.libertybans</groupId>
<artifactId>bans-parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<packaging>pom</packaging>

<name>LibertyBans</name>
Expand Down Expand Up @@ -49,8 +49,8 @@
<morepaperlib.version>0.3.2</morepaperlib.version>

<!-- Internal hashes -->
<self-implementation.hash>e82887b40bf93d29ca90d7066a81086631cb1fe06dab9a68db0891e42871a4abadfa32cd95b706aa9512ff743c1d4767e167aadc119b1cbe6bfaf469e96f414c</self-implementation.hash>
<kyori-bundle.hash>a39a4aac76cdbd0634d78918539e8d0fc58f85848a662d97578caf4a06e14b5c5ebe0bda3cbf081eeb8ea5344bb1932eafddada0dfe5ec8a0a3470e2497a7f39</kyori-bundle.hash>
<self-implementation.hash>6360a374e5170ee77ff55d8b41af181cf25f3df6048fb77aade3dac03333170205ac8317b3a6adb9bf3c18eb7608d9822d136553f13b2c23ca67f175ba2c15e1</self-implementation.hash>
<kyori-bundle.hash>cf1f44b388d6862c73aed4953481642e7fbedddcb37295fa8b30b60fbf324eca32b4c279a5a7fe69db2c1af05647b08027048a9fb3ba6fea0f46d431fe068b1c</kyori-bundle.hash>

<!-- Plugin variables -->
<plugin.name>LibertyBans</plugin.name>
Expand Down

0 comments on commit 8c2c2fe

Please sign in to comment.