mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-16 18:31:53 +01:00
Adventure 4.5.0
This commit is contained in:
parent
7b8399ab04
commit
4962a2f623
1 changed files with 15 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue