Update README.md

This commit is contained in:
Oskar Nordling 2019-05-04 04:01:42 +02:00 committed by GitHub
parent ab6ffcce7d
commit 39c1941388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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
{