Fix: Add adventure-text-minimessage as explicit dependency for shading

This commit is contained in:
2026-03-15 13:27:50 -03:00
parent 0073a26e9c
commit b63e046f84

View File

@@ -47,6 +47,11 @@
<artifactId>sqlite-jdbc</artifactId>
<version>3.47.1.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>
<version>4.17.0</version>
</dependency>
</dependencies>
<build>