mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-23 00:39:16 +00:00
24 lines
822 B
Diff
24 lines
822 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 Config
|
|
|
|
|
|
diff --git a/src/main/java/org/bukkit/Server.java b/src/main/java/org/bukkit/Server.java
|
|
--- a/src/main/java/org/bukkit/Server.java (revision 44d795db992b359f2b5b79e6744661bb40452273)
|
|
+++ b/src/main/java/org/bukkit/Server.java (date 1679929289020)
|
|
@@ -1983,6 +1983,13 @@
|
|
}
|
|
// 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
|
|
*
|