API
To use LuxDialogues API in your project, you will need to add the following dependency and repository
API versions are the same as the plugin versions.
Repository
<repository>
<id>aselstudios-repository</id>
<name>Asel Studios Repository</name>
<url>https://repo.aselstudios.com/releases</url>
</repository>Dependency
<dependency>
<groupId>org.aselstudios</groupId>
<artifactId>LuxDialoguesAPI</artifactId>
<version>VERSION</version>
<scope>provided</scope>
</dependency>Last updated