Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 607 Bytes

File metadata and controls

27 lines (20 loc) · 607 Bytes

Logo - RegionsAPI

The RegionsAPI provides essential features and access to the region system of MineValleyEU. This allows world manipulation and event handling.

Note

This API is fully covered with JavaDoc.

Maven Integration

<repository>
    <id>regions-api</id>
    <url>https://maven.pkg.github.com/MineValley/RegionsAPI</url>
</repository>
<dependency>
    <groupId>eu.minevalley</groupId>
    <artifactId>regions-api</artifactId>
    <version>0.7.0</version>
    <scope>provided</scope>
</dependency>