Full Changelog: 0.3.0...0.4.0
Change:
- Change conditions for displaying deprecated event warnings.
- Prevents warnings when using
AsyncPlayerChatEventon Paper.
- Prevents warnings when using
Maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories><dependency>
<groupId>community.leaf.eventful</groupId>
<artifactId>events-bukkit</artifactId>
<version>0.4.0</version>
</dependency>