From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: "Sofiane H. Djerbi" <46628754+kugge@users.noreply.github.com> Date: Fri, 10 Feb 2023 17:45:59 +0200 Subject: [PATCH] Kaiiju Configuration diff --git a/src/main/java/org/bukkit/Server.java b/src/main/java/org/bukkit/Server.java index c230a10aff36f6b484d7e3963cbf8073f8676fb1..6b17fc3c788b745aa458eee82cace12e4728b6b5 100644 --- a/src/main/java/org/bukkit/Server.java +++ b/src/main/java/org/bukkit/Server.java @@ -1971,6 +1971,13 @@ public interface Server extends PluginMessageRecipient, net.kyori.adventure.audi } // Paper end + // Kaiiju start + @NotNull + public org.bukkit.configuration.file.YamlConfiguration getKaiijuConfig() { + throw new UnsupportedOperationException("Not supported yet."); + } + // Kaiiju end + /** * Sends the component to the player *