29 lines
1.4 KiB
Diff
29 lines
1.4 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Blast-MC <cjblanton2@gmail.com>
|
|
Date: Wed, 15 Mar 2023 01:05:09 -0400
|
|
Subject: [PATCH] Revert BungeeChat Deprecation
|
|
|
|
|
|
diff --git a/build.gradle.kts b/build.gradle.kts
|
|
index cad12a2632b9ebb569280441c42869685db1f31a..50014fbac3aa4f8c7c930405ca89f9cdb83b771c 100644
|
|
--- a/build.gradle.kts
|
|
+++ b/build.gradle.kts
|
|
@@ -25,7 +25,7 @@ dependencies {
|
|
// api dependencies are listed transitively to API consumers
|
|
api("com.google.guava:guava:31.1-jre")
|
|
api("com.google.code.gson:gson:2.10")
|
|
- api("net.md-5:bungeecord-chat:1.16-R0.4-deprecated+build.9") // Paper
|
|
+ api("net.md-5:bungeecord-chat:1.16-R0.4") // Parchment - revert
|
|
api("org.yaml:snakeyaml:1.33")
|
|
api("org.joml:joml:1.10.5")
|
|
// Paper start
|
|
@@ -106,7 +106,7 @@ tasks.withType<Javadoc> {
|
|
"https://javadoc.io/doc/org.yaml/snakeyaml/1.33/",
|
|
"https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/", // Paper - we don't want Java 5 annotations
|
|
// Paper start
|
|
- //"https://javadoc.io/doc/net.md-5/bungeecord-chat/1.16-R0.4/", // don't link to bungee chat
|
|
+ "https://javadoc.io/doc/net.md-5/bungeecord-chat/1.16-R0.4/", // don't link to bungee chat // Parchment - revert
|
|
"https://jd.advntr.dev/api/$adventureVersion/",
|
|
"https://jd.advntr.dev/text-minimessage/$adventureVersion/",
|
|
"https://jd.advntr.dev/text-serializer-gson/$adventureVersion/",
|