Go to file
2022-07-29 23:47:41 +06:00
.github/workflows update publish workfow 2022-07-29 23:47:41 +06:00
gradle/wrapper update dependencies 2022-07-29 23:44:25 +06:00
src/main/kotlin/dev/inmo/plagubot/plugins/captcha upgrades 2022-05-22 12:37:13 +06:00
_config.yml Initial commit 2021-02-17 15:11:01 +06:00
.gitignore Initial commit 2021-02-17 15:11:01 +06:00
build.gradle experimentally add CaptchaProvider 2021-03-25 06:53:42 +06:00
gradle.properties update dependencies 2022-07-29 23:44:25 +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
LICENSE Create LICENSE 2021-02-18 00:43:55 +06:00
publish.gradle update publish scripts 2022-05-23 22:23:20 +06:00
publish.kpsb update publish scripts 2022-05-23 22:23:20 +06:00
README.md Initial commit 2021-02-17 15:11:01 +06:00
settings.gradle Update settings.gradle 2021-02-17 15:12:06 +06:00

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.