2021-01-21 11:58:52 +01:00
|
|
|
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
|
2021-06-02 01:00:22 +02:00
|
|
|
index a7fcd00ae37f9a2026759642562b1059c9dd9526..d756eb5ff47611a3edf616387c252e8c75207a21 100644
|
2021-01-21 11:58:52 +01:00
|
|
|
--- a/src/main/java/org/bukkit/Server.java
|
|
|
|
+++ b/src/main/java/org/bukkit/Server.java
|
2021-06-02 01:00:22 +02:00
|
|
|
@@ -1629,6 +1629,22 @@ public interface Server extends PluginMessageRecipient, net.kyori.adventure.audi
|
2021-01-21 11:58:52 +01:00
|
|
|
}
|
|
|
|
// 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
|
|
|
|
*
|