To use LuxRealms API in your project, you will need to add the following dependency and repository
API versions are the same as the plugin versions.
<repository> <id>lunaxia-releases</id> <url>https://repo.lunaxia.network/releases</url> </repository>
<dependency> <groupId>com.aselstudios.realms</groupId> <artifactId>api</artifactId> <version>VERSION</version> </dependency>
Last updated 3 months ago