From 39c1941388222f5881c12504289ae2d485e4f4bc Mon Sep 17 00:00:00 2001 From: Oskar Date: Sat, 4 May 2019 04:01:42 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e0f879e..911f243 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ You can download the plugin from the [Spigot resource page](https://www.spigotmc ### Bukkit/Spigot +Because the event API in 1.14+ is now strict between sync and async events you should check whether this was called synchronously or asynchronously by using `event.isAsynchronous()` + ```java public class StaffChatListener implements Listener {