Astro API is used for Astro Anticheat. A license key can be purchased at https://astroac.cc
AstroFlagEvent- Called whenever Astro flags a player.AstroGhostBlockEvent- Called when Astro detects a player on a ghost block.AstroPunishEvent- Called when Astro punishes a player.
<repository>
<id>jitpack.io</id>
<url>https://www.jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Astro-Anticheat</groupId>
<artifactId>AstroAPI</artifactId>
<version>main-SNAPSHOT</version>
<scope>compile</scope>
</dependency>maven { url 'https://www.jitpack.io' }
implementation 'com.github.Astro-Anticheat:AstroAPI:main-SNAPSHOT'