geforkt von Mirrors/Paper
Adventure 4.5.0
Dieser Commit ist enthalten in:
Ursprung
511cd52f02
Commit
a235c77ce7
@ -7,33 +7,44 @@ Co-authored-by: zml <zml@stellardrift.ca>
|
|||||||
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
|
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index 58fc279186e01a4703102227f387e96272fcf0a7..a6565a93848213a39694dc84be75aebcc327b1b8 100644
|
index 58fc279186e01a4703102227f387e96272fcf0a7..2a73ac313919c671dd6b6eafd3caa5d44ac14dc1 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -49,6 +49,28 @@
|
@@ -48,7 +48,39 @@
|
||||||
|
</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>
|
||||||
|
@ -6,10 +6,10 @@ Subject: [PATCH] Use ASM for event executors.
|
|||||||
Uses method handles for private or static methods.
|
Uses method handles for private or static methods.
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index a6565a93848213a39694dc84be75aebcc327b1b8..aa893ec821f7c54ecf430b4b95aa52ccbfebf898 100644
|
index 2a73ac313919c671dd6b6eafd3caa5d44ac14dc1..c43d7d6ef8f8e60e027cde33efceeca6ce98d233 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -150,6 +150,17 @@
|
@@ -160,6 +160,17 @@
|
||||||
<version>9.0</version>
|
<version>9.0</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -14,10 +14,10 @@ it without having to shade it in the plugin and going through
|
|||||||
several layers of logging abstraction.
|
several layers of logging abstraction.
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index aa893ec821f7c54ecf430b4b95aa52ccbfebf898..78d13b0487ea6876b19e07d186f273dedefda9bf 100644
|
index c43d7d6ef8f8e60e027cde33efceeca6ce98d233..1b9b4349e303a17e96ce0a09e8776b6635092e57 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -131,6 +131,13 @@
|
@@ -141,6 +141,13 @@
|
||||||
<version>20.1.0</version>
|
<version>20.1.0</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -5,10 +5,10 @@ Subject: [PATCH] Better AnnotationTest printout
|
|||||||
|
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index 78d13b0487ea6876b19e07d186f273dedefda9bf..5bc8dd2489d34c598f8079d13058eeb0a9b79713 100644
|
index 1b9b4349e303a17e96ce0a09e8776b6635092e57..0d922ea17c675d6e3a7106937918d2a818814fba 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -245,6 +245,19 @@
|
@@ -255,6 +255,19 @@
|
||||||
<shadedArtifactAttached>true</shadedArtifactAttached>
|
<shadedArtifactAttached>true</shadedArtifactAttached>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren