Add chat MiniMessage support + add support for color downsampling

This commit is contained in:
2023-10-21 20:12:41 +02:00
parent e2506d5d53
commit 8f31ea54d1
3 changed files with 86 additions and 11 deletions

View File

@@ -38,6 +38,11 @@
<artifactId>adventure-text-serializer-plain</artifactId>
<version>4.14.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>
<version>4.14.0</version>
</dependency>