feat: 支持配置 MiniMessage 文本

This commit is contained in:
2026-06-14 14:50:43 +08:00
parent 6f7ecef549
commit 42df65bd24
4 changed files with 303 additions and 6 deletions

11
pom.xml
View File

@@ -85,6 +85,12 @@
<version>3.6.52</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.3</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
@@ -124,6 +130,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
</plugin>
</plugins>
</build>