Skip to content

A framework to build plugin contains auto generate config, message config, and command. So, no need copy code over and over again.

License

Notifications You must be signed in to change notification settings

RendangMC/StegripePlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StegripePlugin Framework

This is a framework to build plugins that contain auto-generated configuration, message configuration, and commands. This eliminates the need to copy code repeatedly.

How to Use

Maven

Add the following repository and dependency to your pom.xml:

<repository>
  <id>dlands</id>
  <name>Dlands Repository</name>
  <url>https://repo.dlands.me/<repository></url>
</repository>

<dependency>
  <groupId>org.stegripe.plugin</groupId>
  <artifactId>plugin-core</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Gradle

Add the following repository and dependency to your build.gradle:

repositories {
    maven {
        url 'https://repo.dlands.me/'
    }
}

dependencies {
    implementation 'org.stegripe.plugin:plugin-core:1.0-SNAPSHOT'
}

Example Plugin

For further information on how to use the plugin, please refer to the Example Plugin.

About

A framework to build plugin contains auto generate config, message config, and command. So, no need copy code over and over again.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages