Update pom.xml

This commit is contained in:
Kobe ⑧ 2024-08-22 18:36:50 +08:00 committed by GitHub
parent 007e01156b
commit 9e7e90db6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
pom.xml
View File

@ -898,6 +898,16 @@
<artifactId>adventure-text-minimessage</artifactId> <artifactId>adventure-text-minimessage</artifactId>
<version>4.17.0</version> <version>4.17.0</version>
</dependency> </dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-platform-bukkit</artifactId>
<version>4.3.4</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-gson</artifactId>
<version>4.17.0</version>
</dependency>
<!-- LuckPerms plugin --> <!-- LuckPerms plugin -->
<dependency> <dependency>