Просмотр исходного кода

Dependency-Management: adding MiniMessage API for FAWE

RedstoneFuture 1 год назад
Родитель
Сommit
5d19664795
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      1_16_FAWE/pom.xml

+ 7 - 0
1_16_FAWE/pom.xml

@@ -38,6 +38,13 @@
             <version>2.0.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
+
+        <!-- Adventure-MiniMessage API for FAWE -->
+        <dependency>
+            <groupId>net.kyori</groupId>
+            <artifactId>adventure-text-minimessage</artifactId>
+            <version>4.17.0</version>
+        </dependency>
     </dependencies>
 
 </project>