mirror of
https://github.com/InsanusMokrassar/PlaguBotBotTemplate.git
synced 2025-09-01 22:29:42 +00:00
51452083ee9b3907cfc2ee29d89a52c664c7536a
PlaguBot Bot Template
- Update your dependencies here. Usually in gradle projects/readmes developers define names of their dependencies
- Edit config. The main points
(full list of parameters with explanation:
- Change database section
- Change bot token)
- Change list of plugins:
- Field
type
- it is name of the plugin provided by developer/dependency - Other fields are parameters of plugin and must be provided directly
- Example is available in the example section: here
Hello
is name of plugin andparameter
is its configuration parameter
- Field
How to launch
There are two main ways to launch it:
- Run
./gradlew build && ./gradlew run --args="PATH_TO_YOUR_CONFIG"
with replacing ofPATH_TO_YOUR_CONFIG
- Run
./gradlew build
and get zip of bot and unarchive it somewhere you need. In this archive there is an executable filesbot.bat
(for windows) andbot
(for linux) by the path inside of archive/bot/bin
. After unarchiving you can just launch executable file with one argument: path to the config
Description
Template for simple creating of bot based on PlaguBot (https://insanusmokrassar.github.io/PlaguBot/)
Languages
Gradle
100%