mirror of
https://github.com/maubot/maubot
synced 2025-08-29 22:20:40 +00:00
Changes related to rewriting the command handling system
This commit is contained in:
parent
69de2c9d85
commit
f104595217
10 changed files with 182 additions and 243 deletions
|
@ -1,6 +1,9 @@
|
|||
# This is an example maubot plugin definition file.
|
||||
# All plugins must include a file like this named "maubot.yaml" in their root directory.
|
||||
|
||||
# Target maubot version
|
||||
maubot: 0.1.0
|
||||
|
||||
# The unique ID for the plugin. Java package naming style. (i.e. use your own domain, not xyz.maubot)
|
||||
id: xyz.maubot.example
|
||||
|
||||
|
@ -24,6 +27,9 @@ modules:
|
|||
# The main class must extend maubot.Plugin
|
||||
main_class: HelloWorldBot
|
||||
|
||||
# Whether or not instances need a database
|
||||
database: false
|
||||
|
||||
# Extra files that the upcoming build tool should include in the mbp file.
|
||||
#extra_files:
|
||||
#- base-config.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue