Go to file
InsanusMokrassar 9883c47e1b add commands for cas and fixes in its work 2022-09-26 03:26:01 +06:00
.github/workflows update publish workfow 2022-07-29 23:47:41 +06:00
gradle/wrapper update dependencies 2022-08-18 17:30:35 +06:00
src/main/kotlin/dev/inmo/plagubot/plugins/captcha add commands for cas and fixes in its work 2022-09-26 03:26:01 +06:00
.gitignore Initial commit 2021-02-17 15:11:01 +06:00
LICENSE Create LICENSE 2021-02-18 00:43:55 +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 include commands 2022-07-30 22:57:59 +06:00
gradle.properties updates 2022-09-21 14:26:53 +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
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
settings.gradle Update settings.gradle 2021-02-17 15:12:06 +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.