mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-28 13:15:31 +01:00
Merge upstream - Minecraft 1.12-pre2 support
This commit is contained in:
parent
ec611c5d0a
commit
db05bbac39
@ -1 +1 @@
|
||||
Subproject commit 5bc189fbb7e8ca19984544af78a083024404fb2a
|
||||
Subproject commit 16d261553c1a648ce38101bda19b7166d1ca5a41
|
@ -1,4 +1,4 @@
|
||||
From ff34e0182c9ec7f73c578fb14b1336be6ac2ca0e Mon Sep 17 00:00:00 2001
|
||||
From a825f2184cede5f507fb6d59d8027ecd81f6cbfa Mon Sep 17 00:00:00 2001
|
||||
From: Tux <write@imaginarycode.com>
|
||||
Date: Thu, 19 May 2016 10:33:31 -0700
|
||||
Subject: [PATCH] POM Changes
|
||||
@ -6,7 +6,7 @@ Subject: [PATCH] POM Changes
|
||||
Require Java 8
|
||||
|
||||
diff --git a/api/pom.xml b/api/pom.xml
|
||||
index 43a4dd94..bc7911a0 100644
|
||||
index 96a46738..2a3c5eae 100644
|
||||
--- a/api/pom.xml
|
||||
+++ b/api/pom.xml
|
||||
@@ -4,42 +4,42 @@
|
||||
@ -17,7 +17,7 @@ index 43a4dd94..bc7911a0 100644
|
||||
- <artifactId>bungeecord-parent</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-parent</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -25,7 +25,7 @@ index 43a4dd94..bc7911a0 100644
|
||||
- <artifactId>bungeecord-api</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-api</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
- <name>BungeeCord-API</name>
|
||||
@ -66,7 +66,7 @@ index 43a4dd94..bc7911a0 100644
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml
|
||||
index 5c42c6fa..bcc098ff 100644
|
||||
index 8149db1e..90a1c378 100644
|
||||
--- a/bootstrap/pom.xml
|
||||
+++ b/bootstrap/pom.xml
|
||||
@@ -4,19 +4,19 @@
|
||||
@ -77,7 +77,7 @@ index 5c42c6fa..bcc098ff 100644
|
||||
- <artifactId>bungeecord-parent</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-parent</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -85,7 +85,7 @@ index 5c42c6fa..bcc098ff 100644
|
||||
- <artifactId>bungeecord-bootstrap</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-bootstrap</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
- <name>BungeeCord-Bootstrap</name>
|
||||
@ -141,7 +141,7 @@ index b7cb81e2..a4516ed9 100644
|
||||
return;
|
||||
}
|
||||
diff --git a/chat/pom.xml b/chat/pom.xml
|
||||
index e8f3fd6c..5e5e141a 100644
|
||||
index dc097e11..2d99a884 100644
|
||||
--- a/chat/pom.xml
|
||||
+++ b/chat/pom.xml
|
||||
@@ -4,23 +4,24 @@
|
||||
@ -152,7 +152,7 @@ index e8f3fd6c..5e5e141a 100644
|
||||
- <artifactId>bungeecord-parent</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-parent</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -160,7 +160,7 @@ index e8f3fd6c..5e5e141a 100644
|
||||
- <artifactId>bungeecord-chat</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-chat</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
- <name>BungeeCord-Chat</name>
|
||||
@ -178,7 +178,7 @@ index e8f3fd6c..5e5e141a 100644
|
||||
|
||||
<dependencies>
|
||||
diff --git a/config/pom.xml b/config/pom.xml
|
||||
index 5d32d0e8..28775e19 100644
|
||||
index ac980914..fc49babe 100644
|
||||
--- a/config/pom.xml
|
||||
+++ b/config/pom.xml
|
||||
@@ -4,19 +4,19 @@
|
||||
@ -189,7 +189,7 @@ index 5d32d0e8..28775e19 100644
|
||||
- <artifactId>bungeecord-parent</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-parent</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -197,7 +197,7 @@ index 5d32d0e8..28775e19 100644
|
||||
- <artifactId>bungeecord-config</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-config</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
- <name>BungeeCord-Config</name>
|
||||
@ -208,7 +208,7 @@ index 5d32d0e8..28775e19 100644
|
||||
<dependencies>
|
||||
<dependency>
|
||||
diff --git a/event/pom.xml b/event/pom.xml
|
||||
index 65a64224..784be89c 100644
|
||||
index 6132e8e9..a387b2c0 100644
|
||||
--- a/event/pom.xml
|
||||
+++ b/event/pom.xml
|
||||
@@ -4,17 +4,17 @@
|
||||
@ -219,7 +219,7 @@ index 65a64224..784be89c 100644
|
||||
- <artifactId>bungeecord-parent</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-parent</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -227,7 +227,7 @@ index 65a64224..784be89c 100644
|
||||
- <artifactId>bungeecord-event</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-event</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
- <name>BungeeCord-Event</name>
|
||||
@ -236,7 +236,7 @@ index 65a64224..784be89c 100644
|
||||
+ <description>Generic java event dispatching API intended for use with Waterfall.</description>
|
||||
</project>
|
||||
diff --git a/log/pom.xml b/log/pom.xml
|
||||
index 22a933f2..bbccf735 100644
|
||||
index 2fcbbad6..b54e01a0 100644
|
||||
--- a/log/pom.xml
|
||||
+++ b/log/pom.xml
|
||||
@@ -4,19 +4,19 @@
|
||||
@ -247,7 +247,7 @@ index 22a933f2..bbccf735 100644
|
||||
- <artifactId>bungeecord-parent</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-parent</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -255,7 +255,7 @@ index 22a933f2..bbccf735 100644
|
||||
- <artifactId>bungeecord-log</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-log</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
- <name>BungeeCord-Log</name>
|
||||
@ -277,7 +277,7 @@ index 22a933f2..bbccf735 100644
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
diff --git a/module/cmd-alert/pom.xml b/module/cmd-alert/pom.xml
|
||||
index 223d0f6f..56d006db 100644
|
||||
index 220f0421..2d81204b 100644
|
||||
--- a/module/cmd-alert/pom.xml
|
||||
+++ b/module/cmd-alert/pom.xml
|
||||
@@ -4,14 +4,14 @@
|
||||
@ -288,7 +288,7 @@ index 223d0f6f..56d006db 100644
|
||||
- <artifactId>bungeecord-module</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-module</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -296,11 +296,11 @@ index 223d0f6f..56d006db 100644
|
||||
- <artifactId>bungeecord-module-cmd-alert</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-module-cmd-alert</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
diff --git a/module/cmd-find/pom.xml b/module/cmd-find/pom.xml
|
||||
index 7635889d..8ce35aac 100644
|
||||
index 928f63a8..f22790a3 100644
|
||||
--- a/module/cmd-find/pom.xml
|
||||
+++ b/module/cmd-find/pom.xml
|
||||
@@ -4,14 +4,14 @@
|
||||
@ -311,7 +311,7 @@ index 7635889d..8ce35aac 100644
|
||||
- <artifactId>bungeecord-module</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-module</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -319,11 +319,11 @@ index 7635889d..8ce35aac 100644
|
||||
- <artifactId>bungeecord-module-cmd-find</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-module-cmd-find</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
diff --git a/module/cmd-list/pom.xml b/module/cmd-list/pom.xml
|
||||
index 76158bcb..926f2ffc 100644
|
||||
index 689b83ee..0e693f11 100644
|
||||
--- a/module/cmd-list/pom.xml
|
||||
+++ b/module/cmd-list/pom.xml
|
||||
@@ -4,14 +4,14 @@
|
||||
@ -334,7 +334,7 @@ index 76158bcb..926f2ffc 100644
|
||||
- <artifactId>bungeecord-module</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-module</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -342,11 +342,11 @@ index 76158bcb..926f2ffc 100644
|
||||
- <artifactId>bungeecord-module-cmd-list</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-module-cmd-list</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
diff --git a/module/cmd-send/pom.xml b/module/cmd-send/pom.xml
|
||||
index 87375419..e028c34f 100644
|
||||
index e50a4bec..ba6de230 100644
|
||||
--- a/module/cmd-send/pom.xml
|
||||
+++ b/module/cmd-send/pom.xml
|
||||
@@ -4,14 +4,14 @@
|
||||
@ -357,7 +357,7 @@ index 87375419..e028c34f 100644
|
||||
- <artifactId>bungeecord-module</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-module</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -365,11 +365,11 @@ index 87375419..e028c34f 100644
|
||||
- <artifactId>bungeecord-module-cmd-send</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-module-cmd-send</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
diff --git a/module/cmd-server/pom.xml b/module/cmd-server/pom.xml
|
||||
index 8a0ed9de..2961a64f 100644
|
||||
index daf146dc..e00697fe 100644
|
||||
--- a/module/cmd-server/pom.xml
|
||||
+++ b/module/cmd-server/pom.xml
|
||||
@@ -4,14 +4,14 @@
|
||||
@ -380,7 +380,7 @@ index 8a0ed9de..2961a64f 100644
|
||||
- <artifactId>bungeecord-module</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-module</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -388,11 +388,11 @@ index 8a0ed9de..2961a64f 100644
|
||||
- <artifactId>bungeecord-module-cmd-server</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-module-cmd-server</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
diff --git a/module/pom.xml b/module/pom.xml
|
||||
index 2d517465..009b68b3 100644
|
||||
index 20728c67..a4d581ec 100644
|
||||
--- a/module/pom.xml
|
||||
+++ b/module/pom.xml
|
||||
@@ -4,19 +4,19 @@
|
||||
@ -403,7 +403,7 @@ index 2d517465..009b68b3 100644
|
||||
- <artifactId>bungeecord-parent</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-parent</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -411,7 +411,7 @@ index 2d517465..009b68b3 100644
|
||||
- <artifactId>bungeecord-module</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-module</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
- <name>BungeeCord Modules</name>
|
||||
@ -439,7 +439,7 @@ index 2d517465..009b68b3 100644
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
diff --git a/module/reconnect-yaml/pom.xml b/module/reconnect-yaml/pom.xml
|
||||
index c08ad70d..06159baa 100644
|
||||
index 8e82446f..091ea8cf 100644
|
||||
--- a/module/reconnect-yaml/pom.xml
|
||||
+++ b/module/reconnect-yaml/pom.xml
|
||||
@@ -4,14 +4,14 @@
|
||||
@ -450,7 +450,7 @@ index c08ad70d..06159baa 100644
|
||||
- <artifactId>bungeecord-module</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-module</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -458,11 +458,11 @@ index c08ad70d..06159baa 100644
|
||||
- <artifactId>bungeecord-module-reconnect-yaml</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-module-reconnect-yaml</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
diff --git a/native/pom.xml b/native/pom.xml
|
||||
index 940d257e..18861dac 100644
|
||||
index 082f0908..8b045e3b 100644
|
||||
--- a/native/pom.xml
|
||||
+++ b/native/pom.xml
|
||||
@@ -4,19 +4,19 @@
|
||||
@ -473,7 +473,7 @@ index 940d257e..18861dac 100644
|
||||
- <artifactId>bungeecord-parent</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-parent</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -481,7 +481,7 @@ index 940d257e..18861dac 100644
|
||||
- <artifactId>bungeecord-native</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-native</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
- <name>BungeeCord-Native</name>
|
||||
@ -492,7 +492,7 @@ index 940d257e..18861dac 100644
|
||||
<dependencies>
|
||||
<dependency>
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index a8686e1a..4484f715 100644
|
||||
index c817bcfa..2f4dd31b 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -4,23 +4,24 @@
|
||||
@ -512,7 +512,7 @@ index a8686e1a..4484f715 100644
|
||||
- <artifactId>bungeecord-parent</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-parent</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
- <name>BungeeCord-Parent</name>
|
||||
@ -687,7 +687,7 @@ index a8686e1a..4484f715 100644
|
||||
+ </profiles>
|
||||
</project>
|
||||
diff --git a/protocol/pom.xml b/protocol/pom.xml
|
||||
index 63d04980..3421be02 100644
|
||||
index bf4b399a..9a4b6529 100644
|
||||
--- a/protocol/pom.xml
|
||||
+++ b/protocol/pom.xml
|
||||
@@ -4,24 +4,24 @@
|
||||
@ -698,7 +698,7 @@ index 63d04980..3421be02 100644
|
||||
- <artifactId>bungeecord-parent</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-parent</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -706,7 +706,7 @@ index 63d04980..3421be02 100644
|
||||
- <artifactId>bungeecord-protocol</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-protocol</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
- <name>BungeeCord-Protocol</name>
|
||||
@ -724,7 +724,7 @@ index 63d04980..3421be02 100644
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
diff --git a/proxy/pom.xml b/proxy/pom.xml
|
||||
index 850ab860..d8372c41 100644
|
||||
index d2e864b2..057dbf61 100644
|
||||
--- a/proxy/pom.xml
|
||||
+++ b/proxy/pom.xml
|
||||
@@ -4,18 +4,18 @@
|
||||
@ -735,7 +735,7 @@ index 850ab860..d8372c41 100644
|
||||
- <artifactId>bungeecord-parent</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-parent</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -743,7 +743,7 @@ index 850ab860..d8372c41 100644
|
||||
- <artifactId>bungeecord-proxy</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-proxy</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
- <name>BungeeCord-Proxy</name>
|
||||
@ -795,7 +795,7 @@ index 850ab860..d8372c41 100644
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
diff --git a/query/pom.xml b/query/pom.xml
|
||||
index fbadb189..349d5cc5 100644
|
||||
index 9ecb2612..4b3613fa 100644
|
||||
--- a/query/pom.xml
|
||||
+++ b/query/pom.xml
|
||||
@@ -4,19 +4,19 @@
|
||||
@ -806,7 +806,7 @@ index fbadb189..349d5cc5 100644
|
||||
- <artifactId>bungeecord-parent</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-parent</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -814,7 +814,7 @@ index fbadb189..349d5cc5 100644
|
||||
- <artifactId>bungeecord-query</artifactId>
|
||||
+ <groupId>io.github.waterfallmc</groupId>
|
||||
+ <artifactId>waterfall-query</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
- <name>BungeeCord-Query</name>
|
||||
|
@ -1,4 +1,4 @@
|
||||
From d8d51afa5bfb57f5f353137c850baf7977907613 Mon Sep 17 00:00:00 2001
|
||||
From a5b6dce1c9847a01bff890ab2a486efb9813d564 Mon Sep 17 00:00:00 2001
|
||||
From: Techcable <Techcable@techcable.net>
|
||||
Date: Thu, 19 May 2016 17:09:22 -0600
|
||||
Subject: [PATCH] Allow invalid packet ids for forge servers
|
||||
@ -9,7 +9,7 @@ Vanilla servers still error on negative/invalid packets.
|
||||
Original issue: https://github.com/WaterfallMC/Waterfall-Old/issues/11
|
||||
|
||||
diff --git a/protocol/src/main/java/net/md_5/bungee/protocol/MinecraftDecoder.java b/protocol/src/main/java/net/md_5/bungee/protocol/MinecraftDecoder.java
|
||||
index e7cb380..447eaae 100644
|
||||
index e7cb3803..447eaae7 100644
|
||||
--- a/protocol/src/main/java/net/md_5/bungee/protocol/MinecraftDecoder.java
|
||||
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/MinecraftDecoder.java
|
||||
@@ -16,6 +16,14 @@ public class MinecraftDecoder extends MessageToMessageDecoder<ByteBuf>
|
||||
@ -37,10 +37,10 @@ index e7cb380..447eaae 100644
|
||||
{
|
||||
packet.read( in, prot.getDirection(), protocolVersion );
|
||||
diff --git a/protocol/src/main/java/net/md_5/bungee/protocol/Protocol.java b/protocol/src/main/java/net/md_5/bungee/protocol/Protocol.java
|
||||
index ac9129c..9153303 100644
|
||||
index 57a93c93..2ca7fec4 100644
|
||||
--- a/protocol/src/main/java/net/md_5/bungee/protocol/Protocol.java
|
||||
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/Protocol.java
|
||||
@@ -282,14 +282,18 @@ public enum Protocol
|
||||
@@ -336,14 +336,18 @@ public enum Protocol
|
||||
return protocol;
|
||||
}
|
||||
|
||||
@ -62,7 +62,7 @@ index ac9129c..9153303 100644
|
||||
throw new BadPacketException( "Packet with id " + id + " outside of range " );
|
||||
}
|
||||
diff --git a/proxy/src/main/java/net/md_5/bungee/ServerConnector.java b/proxy/src/main/java/net/md_5/bungee/ServerConnector.java
|
||||
index f25b26d..ed057b8 100644
|
||||
index f25b26d6..ed057b8a 100644
|
||||
--- a/proxy/src/main/java/net/md_5/bungee/ServerConnector.java
|
||||
+++ b/proxy/src/main/java/net/md_5/bungee/ServerConnector.java
|
||||
@@ -28,7 +28,9 @@ import net.md_5.bungee.forge.ForgeUtils;
|
||||
@ -89,7 +89,7 @@ index f25b26d..ed057b8 100644
|
||||
|
||||
ch.write( BungeeCord.getInstance().registerChannels() );
|
||||
diff --git a/proxy/src/main/java/net/md_5/bungee/UserConnection.java b/proxy/src/main/java/net/md_5/bungee/UserConnection.java
|
||||
index a439f79..f278a48 100644
|
||||
index 87e9e239..2bd88ac4 100644
|
||||
--- a/proxy/src/main/java/net/md_5/bungee/UserConnection.java
|
||||
+++ b/proxy/src/main/java/net/md_5/bungee/UserConnection.java
|
||||
@@ -69,6 +69,7 @@ public final class UserConnection implements ProxiedPlayer
|
||||
@ -101,10 +101,10 @@ index a439f79..f278a48 100644
|
||||
@Getter
|
||||
@NonNull
|
||||
diff --git a/proxy/src/main/java/net/md_5/bungee/entitymap/EntityMap.java b/proxy/src/main/java/net/md_5/bungee/entitymap/EntityMap.java
|
||||
index e103cc0..d98a805 100644
|
||||
index 6a794175..ec154429 100644
|
||||
--- a/proxy/src/main/java/net/md_5/bungee/entitymap/EntityMap.java
|
||||
+++ b/proxy/src/main/java/net/md_5/bungee/entitymap/EntityMap.java
|
||||
@@ -197,6 +197,12 @@ public abstract class EntityMap
|
||||
@@ -208,6 +208,12 @@ public abstract class EntityMap
|
||||
int packetId = DefinedPacket.readVarInt( packet );
|
||||
int packetIdLength = packet.readerIndex() - readerIndex;
|
||||
|
||||
@ -118,5 +118,5 @@ index e103cc0..d98a805 100644
|
||||
{
|
||||
rewriteInt( packet, oldId, newId, readerIndex + packetIdLength );
|
||||
--
|
||||
2.7.4
|
||||
2.12.0
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
From 8123715386948ff4bf580cd258caeaebccb3f26c Mon Sep 17 00:00:00 2001
|
||||
From 0b651d342eec029126a06c1d93bae18f460b67de Mon Sep 17 00:00:00 2001
|
||||
From: Techcable <Techcable@techcable.net>
|
||||
Date: Wed, 6 Apr 2016 23:46:00 -0700
|
||||
Subject: [PATCH] Better debug checks
|
||||
|
||||
|
||||
diff --git a/protocol/src/main/java/net/md_5/bungee/protocol/Protocol.java b/protocol/src/main/java/net/md_5/bungee/protocol/Protocol.java
|
||||
index 9153303..e62a38b 100644
|
||||
index 2ca7fec4..5636e67c 100644
|
||||
--- a/protocol/src/main/java/net/md_5/bungee/protocol/Protocol.java
|
||||
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/Protocol.java
|
||||
@@ -350,7 +350,7 @@ public enum Protocol
|
||||
@@ -404,7 +404,7 @@ public enum Protocol
|
||||
{
|
||||
throw new BadPacketException( "Unsupported protocol version" );
|
||||
}
|
||||
@ -18,5 +18,5 @@ index 9153303..e62a38b 100644
|
||||
return protocolData.packetMap.get( packet );
|
||||
}
|
||||
--
|
||||
2.7.4
|
||||
2.12.0
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
From 9ff87b6b5620691cb02d7c1310209d3ead3f9eaf Mon Sep 17 00:00:00 2001
|
||||
From 8ba224224c6c0c0701224baea319e6f1e9bd5cd7 Mon Sep 17 00:00:00 2001
|
||||
From: Aaron Hill <aa1ronham@gmail.com>
|
||||
Date: Thu, 15 Sep 2016 16:38:37 -0400
|
||||
Subject: [PATCH] Fix potion race condition on Forge 1.8.9
|
||||
|
||||
|
||||
diff --git a/protocol/src/main/java/net/md_5/bungee/protocol/AbstractPacketHandler.java b/protocol/src/main/java/net/md_5/bungee/protocol/AbstractPacketHandler.java
|
||||
index 6f782c8..2d5fc48 100644
|
||||
index 6f782c8f..2d5fc487 100644
|
||||
--- a/protocol/src/main/java/net/md_5/bungee/protocol/AbstractPacketHandler.java
|
||||
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/AbstractPacketHandler.java
|
||||
@@ -1,6 +1,8 @@
|
||||
@ -32,7 +32,7 @@ index 6f782c8..2d5fc48 100644
|
||||
+ // Waterfall end
|
||||
}
|
||||
diff --git a/protocol/src/main/java/net/md_5/bungee/protocol/Protocol.java b/protocol/src/main/java/net/md_5/bungee/protocol/Protocol.java
|
||||
index 8a857ad..741166d 100644
|
||||
index 5636e67c..abc5b535 100644
|
||||
--- a/protocol/src/main/java/net/md_5/bungee/protocol/Protocol.java
|
||||
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/Protocol.java
|
||||
@@ -16,6 +16,8 @@ import net.md_5.bungee.protocol.packet.Chat;
|
||||
@ -44,9 +44,9 @@ index 8a857ad..741166d 100644
|
||||
import net.md_5.bungee.protocol.packet.Handshake;
|
||||
import net.md_5.bungee.protocol.packet.KeepAlive;
|
||||
import net.md_5.bungee.protocol.packet.Kick;
|
||||
@@ -81,6 +83,21 @@ public enum Protocol
|
||||
BossBar.class,
|
||||
map( ProtocolConstants.MINECRAFT_1_9, 0x0C )
|
||||
@@ -86,6 +88,21 @@ public enum Protocol
|
||||
map( ProtocolConstants.MINECRAFT_1_9, 0x0C ),
|
||||
map( ProtocolConstants.MINECRAFT_1_12, 0x0D )
|
||||
);
|
||||
+ // Waterfall start
|
||||
+ TO_CLIENT.registerPacket(
|
||||
@ -68,7 +68,7 @@ index 8a857ad..741166d 100644
|
||||
map( ProtocolConstants.MINECRAFT_1_8, 0x38 ),
|
||||
diff --git a/protocol/src/main/java/net/md_5/bungee/protocol/packet/EntityEffect.java b/protocol/src/main/java/net/md_5/bungee/protocol/packet/EntityEffect.java
|
||||
new file mode 100644
|
||||
index 0000000..d11a9ea
|
||||
index 00000000..d11a9ea9
|
||||
--- /dev/null
|
||||
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/packet/EntityEffect.java
|
||||
@@ -0,0 +1,45 @@
|
||||
@ -119,7 +119,7 @@ index 0000000..d11a9ea
|
||||
+}
|
||||
diff --git a/protocol/src/main/java/net/md_5/bungee/protocol/packet/EntityRemoveEffect.java b/protocol/src/main/java/net/md_5/bungee/protocol/packet/EntityRemoveEffect.java
|
||||
new file mode 100644
|
||||
index 0000000..7ed2dc3
|
||||
index 00000000..7ed2dc3a
|
||||
--- /dev/null
|
||||
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/packet/EntityRemoveEffect.java
|
||||
@@ -0,0 +1,36 @@
|
||||
@ -160,7 +160,7 @@ index 0000000..7ed2dc3
|
||||
+ }
|
||||
+}
|
||||
diff --git a/proxy/src/main/java/net/md_5/bungee/UserConnection.java b/proxy/src/main/java/net/md_5/bungee/UserConnection.java
|
||||
index bbe4f15..9cc7f3f 100644
|
||||
index 23e03ca2..e1aa8213 100644
|
||||
--- a/proxy/src/main/java/net/md_5/bungee/UserConnection.java
|
||||
+++ b/proxy/src/main/java/net/md_5/bungee/UserConnection.java
|
||||
@@ -2,7 +2,9 @@ package net.md_5.bungee;
|
||||
@ -185,7 +185,7 @@ index bbe4f15..9cc7f3f 100644
|
||||
@Getter
|
||||
private String displayName;
|
||||
diff --git a/proxy/src/main/java/net/md_5/bungee/connection/DownstreamBridge.java b/proxy/src/main/java/net/md_5/bungee/connection/DownstreamBridge.java
|
||||
index 356cf4f..cb0f08c 100644
|
||||
index 1cdfb995..30ee7d16 100644
|
||||
--- a/proxy/src/main/java/net/md_5/bungee/connection/DownstreamBridge.java
|
||||
+++ b/proxy/src/main/java/net/md_5/bungee/connection/DownstreamBridge.java
|
||||
@@ -31,6 +31,8 @@ import net.md_5.bungee.netty.PacketHandler;
|
||||
@ -231,7 +231,7 @@ index 356cf4f..cb0f08c 100644
|
||||
public void handle(Respawn respawn)
|
||||
{
|
||||
diff --git a/proxy/src/main/java/net/md_5/bungee/forge/ForgeClientHandler.java b/proxy/src/main/java/net/md_5/bungee/forge/ForgeClientHandler.java
|
||||
index 673497e..17e250d 100644
|
||||
index 673497e5..17e250d4 100644
|
||||
--- a/proxy/src/main/java/net/md_5/bungee/forge/ForgeClientHandler.java
|
||||
+++ b/proxy/src/main/java/net/md_5/bungee/forge/ForgeClientHandler.java
|
||||
@@ -8,6 +8,8 @@ import lombok.NonNull;
|
||||
@ -268,5 +268,5 @@ index 673497e..17e250d 100644
|
||||
* Sends the server mod list to the client, or stores it for sending later.
|
||||
*
|
||||
--
|
||||
2.10.0
|
||||
2.12.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user