From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: violetc Date: Fri, 29 Oct 2021 16:59:07 +0800 Subject: [PATCH] Leaves Server Config diff --git a/src/main/java/org/bukkit/Server.java b/src/main/java/org/bukkit/Server.java index 1d1a1d087dabc9794e0062a064da2cced4062309..b3d333c898b8b64386d4253ca9272eab638040a0 100644 --- a/src/main/java/org/bukkit/Server.java +++ b/src/main/java/org/bukkit/Server.java @@ -1993,6 +1993,14 @@ public interface Server extends PluginMessageRecipient, net.kyori.adventure.audi throw new UnsupportedOperationException("Not supported yet."); } // Paper end + + // Leaves start - Not supported yet too + @NotNull + public org.bukkit.configuration.file.YamlConfiguration getLeavesConfig() + { + throw new UnsupportedOperationException("Not supported yet."); + } + // Leaves end - Not supported yet too /** * Sends the component to the player