DEVELOPER API:
MAVEN:
1. Get the
JAR File First, grab
aNewbie-1.8.7.jar and place it in your project's
/libs folder.
2. Maven Configuration Add this to your
pom.xml:
Code (Text):
<dependency>
<groupId>dev.aestria</groupId>
<artifactId>aNewbie</artifactId>
<version>1.8.7</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/aNewbie-1.8.7.jar</systemPath>
</dependency>
GRANDLE:
1. Get the
JAR File First, grab
aNewbie-1.8.7.jar and place it in your project's
/libs folder.
2. Maven Configuration Add this to your
build.gradle:
Code (Text):
repositories {
flatDir {
dirs 'libs'
}
}
dependencies {
implementation name: 'aNewbie-1.8.7'
}
IMPORTANT!
Folia
support is currently in beta phase.
If you encounter any issues while testing, please join our
Discord
server and create a new thread under the #bugs category. Your feedback is highly valuable to the development process. Thank you!
Best regards!
Author: mustiffy
Discord Server: https://discord.gg/pgYaVNbCTE