* Use libs.versions.toml * Use libs.versions.toml * Add update upstream tasks * Some cleanup
25 lines
911 B
Diff
25 lines
911 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: AlphaKR93 <alphakr93@outlook.com>
|
|
Date: Thu, 22 Dec 2022 20:20:03 +0900
|
|
Subject: [PATCH] Plazma Configurations
|
|
|
|
|
|
diff --git a/src/main/java/org/bukkit/Server.java b/src/main/java/org/bukkit/Server.java
|
|
index dd99f53e3d559685a4b3a454a9e607c310fc6aff..3a3713573ba37530449f9254c0a7205530c9737a 100644
|
|
--- a/src/main/java/org/bukkit/Server.java
|
|
+++ b/src/main/java/org/bukkit/Server.java
|
|
@@ -2202,6 +2202,13 @@ public interface Server extends PluginMessageRecipient, net.kyori.adventure.audi
|
|
}
|
|
// Purpur end
|
|
|
|
+ // Plazma start
|
|
+ @NotNull
|
|
+ public org.bukkit.configuration.file.YamlConfiguration getPlazmaConfig() {
|
|
+ throw new UnsupportedOperationException("Not supported yet.");
|
|
+ }
|
|
+ // Plazma end
|
|
+
|
|
/**
|
|
* Sends the component to the player
|
|
*
|