From 8a5d82d3a85e48ef18e6884f972b9453f60779d0 Mon Sep 17 00:00:00 2001 From: extendedclip Date: Sat, 24 Mar 2018 12:45:13 -0400 Subject: [PATCH] Deprecated PlaceholderHookUnloadEvent --- .../clip/placeholderapi/events/PlaceholderHookUnloadEvent.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/me/clip/placeholderapi/events/PlaceholderHookUnloadEvent.java b/src/main/java/me/clip/placeholderapi/events/PlaceholderHookUnloadEvent.java index b680b87..8571e01 100644 --- a/src/main/java/me/clip/placeholderapi/events/PlaceholderHookUnloadEvent.java +++ b/src/main/java/me/clip/placeholderapi/events/PlaceholderHookUnloadEvent.java @@ -24,6 +24,7 @@ import me.clip.placeholderapi.PlaceholderHook; import org.bukkit.event.Event; import org.bukkit.event.HandlerList; +@Deprecated public class PlaceholderHookUnloadEvent extends Event { private static final HandlerList handlers = new HandlerList();