Go to file
InsanusMokrassar 9614f442b9 Initial commit 2021-02-17 15:11:01 +06:00
.github/workflows Initial commit 2021-02-17 15:11:01 +06:00
gradle/wrapper Initial commit 2021-02-17 15:11:01 +06:00
src/main/kotlin/plagubot_plugin Initial commit 2021-02-17 15:11:01 +06:00
.gitignore Initial commit 2021-02-17 15:11:01 +06:00
LICENSE Initial commit 2021-02-17 15:11:01 +06:00
README.md Initial commit 2021-02-17 15:11:01 +06:00
_config.yml Initial commit 2021-02-17 15:11:01 +06:00
build.gradle Initial commit 2021-02-17 15:11:01 +06:00
gradle.properties Initial commit 2021-02-17 15:11:01 +06:00
gradlew Initial commit 2021-02-17 15:11:01 +06:00
gradlew.bat Initial commit 2021-02-17 15:11:01 +06:00
settings.gradle Initial commit 2021-02-17 15:11:01 +06:00

README.md

PlaguBot Plugin Template

  1. Override project name in settings.gradle
  2. Change your package
  3. Rename your plugin
  4. Fill your plugin logic

Optionally you can override getCommands function.