Upstream has released updates that appear to apply and compile correctly. [Paper Changes] PaperMC/Paper@00ef8bd: Fix Entity#isTicking and update Paper entity command (#11590) PaperMC/Paper@6483ecb: Updated Upstream (Bukkit/CraftBukkit) PaperMC/Paper@17dbf74: Improve CraftEntity and CraftPlayer equals PaperMC/Paper@0af4e84: [ci skip] Add identifying line to some larger/optimization patches PaperMC/Paper@bcbd108: Call CraftPlayer#onEntityRemove for all online players (#11598) PaperMC/Paper@e47f79a: Configure mockito agent (#11560) PaperMC/Paper@94ea770: Re-add exact choice shapeless support (#11546) PaperMC/Paper@2e6eafb: Improve Minecart#getMinecartMaterial (#11544) PaperMC/Paper@9d1c91d: [ci skip] Fix UseCooldownComponent jd (#11565) PaperMC/Paper@59b79c8: Fix NPE with enchantable (#11557) PaperMC/Paper@6da7b9e: Update Eigencraft patch to 1.21.3 (#11553) PaperMC/Paper@1ef4c0e: Improve performance of RecipeMap#removeRecipe (#11547) PaperMC/Paper@52fb265: Optimize custom map rendering (#11000) PaperMC/Paper@661839e: Fix and optimize getChunkCount (#11610) PaperMC/Paper@c60af44: Fix experimental minecart collisions on sloped rails PaperMC/Paper@13f48d8: [ci skip] Rebuild patches PaperMC/Paper@be886cf: Fix Naming issue inside Add PlayerArmorChangeEvent (#11614)
25 lines
938 B
Diff
25 lines
938 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 ddb1ff894910761a78b91a343f32e129f03a03c4..bebe4116e50f0b0f64f6bdbd3f05f0b998225435 100644
|
|
--- a/src/main/java/org/bukkit/Server.java
|
|
+++ b/src/main/java/org/bukkit/Server.java
|
|
@@ -2295,6 +2295,13 @@ public interface Server extends PluginMessageRecipient, net.kyori.adventure.audi
|
|
}
|
|
// Purpur end
|
|
|
|
+ // Plazma start - Plazma Configuration API
|
|
+ @NotNull
|
|
+ public org.bukkit.configuration.file.YamlConfiguration getPlazmaConfig() {
|
|
+ throw new UnsupportedOperationException("Not supported yet.");
|
|
+ }
|
|
+ // Plazma end
|
|
+
|
|
/**
|
|
* Sends the component to the player
|
|
*
|