mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-06 02:42:34 +01:00
34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||
|
From: YatopiaMC <yatopiamc@gmail.com>
|
||
|
Date: Sun, 17 Jan 2021 15:37:52 -0600
|
||
|
Subject: [PATCH] Yatopia Config & Redirect Config
|
||
|
|
||
|
|
||
|
diff --git a/src/main/java/org/bukkit/Server.java b/src/main/java/org/bukkit/Server.java
|
||
|
index 26c1953d23efd370ac7fd47fc3432edba4724139..5b15169e967803803164f4d3c7f6327f4e2de4a3 100644
|
||
|
--- a/src/main/java/org/bukkit/Server.java
|
||
|
+++ b/src/main/java/org/bukkit/Server.java
|
||
|
@@ -1505,6 +1505,22 @@ public interface Server extends PluginMessageRecipient {
|
||
|
}
|
||
|
// Purpur end
|
||
|
|
||
|
+ // Origami start - add config to timings report
|
||
|
+ @NotNull
|
||
|
+ public org.bukkit.configuration.file.YamlConfiguration getOrigamiConfig()
|
||
|
+ {
|
||
|
+ throw new UnsupportedOperationException("Not supported yet.");
|
||
|
+ }
|
||
|
+ // Origami end
|
||
|
+
|
||
|
+ // Yatopia start - add config to timings report
|
||
|
+ @NotNull
|
||
|
+ public org.bukkit.configuration.file.YamlConfiguration getYatopiaConfig()
|
||
|
+ {
|
||
|
+ throw new UnsupportedOperationException("Not supported yet.");
|
||
|
+ }
|
||
|
+ // Yatopia end
|
||
|
+
|
||
|
/**
|
||
|
* Sends the component to the player
|
||
|
*
|