Can't Import FlyStatusChangeEvent
BlackBeltPanda opened this issue ยท 1 comments
For some reason I can't seem to import FlyStatusChangeEvent. I can import other events, like GodStatusChangeEvent, just fine.
My POM repository and dependency look like:
<repository>
<id>everything</id>
<url>https://ci.drtshock.net/plugin/repository/everything/</url>
</repository>
<dependency>
<groupId>net.ess3</groupId>
<artifactId>EssentialsX</artifactId>
<version>2.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>