Adventure 4.5.0
This commit is contained in:
@@ -11,29 +11,40 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -0,0 +0,0 @@
|
@@ -0,0 +0,0 @@
|
||||||
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
|
+ <!-- Paper start -->
|
||||||
|
+ <dependencyManagement>
|
||||||
|
+ <dependencies>
|
||||||
|
+ <dependency>
|
||||||
|
+ <groupId>net.kyori</groupId>
|
||||||
|
+ <artifactId>adventure-bom</artifactId>
|
||||||
|
+ <version>4.5.0</version>
|
||||||
|
+ <type>pom</type>
|
||||||
|
+ <scope>import</scope>
|
||||||
|
+ </dependency>
|
||||||
|
+ </dependencies>
|
||||||
|
+ </dependencyManagement>
|
||||||
|
+ <!-- Paper end -->
|
||||||
|
+
|
||||||
<dependencies>
|
<dependencies>
|
||||||
+ <!-- Paper start -->
|
+ <!-- Paper start -->
|
||||||
+ <dependency>
|
+ <dependency>
|
||||||
+ <groupId>net.kyori</groupId>
|
+ <groupId>net.kyori</groupId>
|
||||||
+ <artifactId>adventure-api</artifactId>
|
+ <artifactId>adventure-api</artifactId>
|
||||||
+ <version>4.4.0</version>
|
|
||||||
+ </dependency>
|
+ </dependency>
|
||||||
+ <dependency>
|
+ <dependency>
|
||||||
+ <groupId>net.kyori</groupId>
|
+ <groupId>net.kyori</groupId>
|
||||||
+ <artifactId>adventure-text-serializer-gson</artifactId>
|
+ <artifactId>adventure-text-serializer-gson</artifactId>
|
||||||
+ <version>4.4.0</version>
|
|
||||||
+ </dependency>
|
+ </dependency>
|
||||||
+ <dependency>
|
+ <dependency>
|
||||||
+ <groupId>net.kyori</groupId>
|
+ <groupId>net.kyori</groupId>
|
||||||
+ <artifactId>adventure-text-serializer-legacy</artifactId>
|
+ <artifactId>adventure-text-serializer-legacy</artifactId>
|
||||||
+ <version>4.4.0</version>
|
|
||||||
+ </dependency>
|
+ </dependency>
|
||||||
+ <dependency>
|
+ <dependency>
|
||||||
+ <groupId>net.kyori</groupId>
|
+ <groupId>net.kyori</groupId>
|
||||||
+ <artifactId>adventure-text-serializer-plain</artifactId>
|
+ <artifactId>adventure-text-serializer-plain</artifactId>
|
||||||
+ <version>4.4.0</version>
|
|
||||||
+ </dependency>
|
+ </dependency>
|
||||||
+ <!-- Paper end -->
|
+ <!-- Paper end -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user