Go to file
InsanusMokrassar 7afd83e052
Update gradle.properties
2021-03-19 21:00:40 +06:00
.github/workflows update publishing scripts and remove build.yml 2021-03-17 21:56:26 +06:00
gradle/wrapper Initial commit 2021-02-17 15:11:01 +06:00
src/main/kotlin/dev/inmo/plagubot/plugins/captcha actualize 2021-02-23 13:29:17 +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 update 2021-03-17 21:38:23 +06:00
gradle.properties Update gradle.properties 2021-03-19 21:00:40 +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 publishing scripts and remove build.yml 2021-03-17 21:56:26 +06:00
publish.kpsb update publishing scripts and remove build.yml 2021-03-17 21:56:26 +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.