Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (23 loc) · 738 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 738 Bytes

AsyncWorldManagerGUI:

Spigot

Versions:

Maven:

<repositories>
  <repository>
    <id>spigotplugins-repo</id>
    <url>https://maven.gamestrike.de/mvn/</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>de.xxschrandxx.awm</groupId>
    <artifactId>AsyncWorldManagerGUI</artifactId>
    <version>VERSION</version>
    <scope>provided</scope>
  </dependency>
</dependencies>