Update README.md

This commit is contained in:
2019-05-04 04:01:42 +02:00
committed by GitHub
parent ab6ffcce7d
commit 39c1941388
+2
View File
@@ -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
{