change how minimessage is shaded in + bump version

This commit is contained in:
2022-03-18 19:43:39 +01:00
parent d8421126e2
commit 8de56d2863
5 changed files with 26 additions and 15 deletions
+7 -1
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>eu.endermite.commandwhitelist</groupId>
<artifactId>CommandWhitelist</artifactId>
<version>2.2.6</version>
<version>2.3.0</version>
</parent>
<artifactId>Bukkit</artifactId>
@@ -95,6 +95,12 @@
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>
<version>4.10.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>eu.endermite.commandwhitelist</groupId>
<artifactId>Common</artifactId>