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