Create Plugins
Requirements
Import Library
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>de.ree6</groupId>
<artifactId>Ree6</artifactId>
<version>VERSION</version>
</dependency>dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
dependences {
implementation 'de.ree6:Ree6:VERSION'
annotationProcessor(compileOnly("org.pf4j:pf4j:3.13.0"))
}Let's get started!
Start Method
Stop Method
Delete Method
Creating a command!
Register the command.
Automatic
Manual
The missing plugin.yml
Finishing up!
Last updated