Update README.md
This commit is contained in:
@@ -14,6 +14,8 @@ You can download the plugin from the [Spigot resource page](https://www.spigotmc
|
|||||||
|
|
||||||
### Bukkit/Spigot
|
### 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
|
```java
|
||||||
public class StaffChatListener implements Listener
|
public class StaffChatListener implements Listener
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user