mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-19 14:59:25 +00:00
21 lines
882 B
Diff
21 lines
882 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: NONPLAYT <76615486+NONPLAYT@users.noreply.github.com>
|
|
Date: Tue, 14 Mar 2023 21:03:19 +0300
|
|
Subject: [PATCH] Update Bungeecord Chat API
|
|
|
|
ok, it will be build 9
|
|
|
|
diff --git a/build.gradle.kts b/build.gradle.kts
|
|
index 181e9cd8623995f40e696ccfe49754dc340405d8..ba11fc979aac6f9a4bc812bc83b42b5ff2916b6d 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.19-R0.1-SNAPSHOT") // Paper // DivineMC
|
|
api("org.yaml:snakeyaml:1.33")
|
|
// Paper start
|
|
api("com.googlecode.json-simple:json-simple:1.1.1") {
|