mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-20 07:19:23 +00:00
Upstream has released updates that appear to apply and compile correctly Purpur Changes: PurpurMC/Purpur@962ee30 Updated Upstream (Paper) PurpurMC/Purpur@74d1b4c Updated Upstream (Paper) PurpurMC/Purpur@e2e8c61 Updated Upstream (Paper) PurpurMC/Purpur@7a01fd8 Updated Upstream (Paper) PurpurMC/Purpur@34c18f0 Updated Upstream (Paper) PurpurMC/Purpur@ca668ab Updated Upstream (Paper)
25 lines
933 B
Diff
25 lines
933 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: NONPLAYT <76615486+NONPLAYT@users.noreply.github.com>
|
|
Date: Mon, 27 Mar 2023 17:50:05 +0300
|
|
Subject: [PATCH] Divine Configuration
|
|
|
|
|
|
diff --git a/src/main/java/org/bukkit/Server.java b/src/main/java/org/bukkit/Server.java
|
|
index ddb1ff894910761a78b91a343f32e129f03a03c4..ca097588b84912b6d8a763b7e36885fbdf3dffec 100644
|
|
--- a/src/main/java/org/bukkit/Server.java
|
|
+++ b/src/main/java/org/bukkit/Server.java
|
|
@@ -2295,6 +2295,13 @@ public interface Server extends PluginMessageRecipient, net.kyori.adventure.audi
|
|
}
|
|
// Purpur end
|
|
|
|
+ // DivineMC start
|
|
+ @NotNull
|
|
+ public org.bukkit.configuration.file.YamlConfiguration getDivineConfig() {
|
|
+ throw new UnsupportedOperationException("Not supported yet");
|
|
+ }
|
|
+ // DivineMC end
|
|
+
|
|
/**
|
|
* Sends the component to the player
|
|
*
|