Dennis
0d32c727fa
This commit adds a convenient installation script for Linux and also adds a description on how to install the bot. Furthermore, a very simple example plugin is added. This way, new users can easily discover the possibilities of this plugin. Finally, the default character "Peter"---which is used within Alcuinus---is removed, and a more generic character is added.
18 lines
309 B
Plaintext
18 lines
309 B
Plaintext
{
|
|
"bot_credentials": {
|
|
"username": "${uservar}",
|
|
"password": "${passvar}",
|
|
"server": "${servervar}"
|
|
},
|
|
|
|
"character": {
|
|
"name": "Bot",
|
|
"avatar": "images/default_avatar.png",
|
|
"avatar_mime": "image/png"
|
|
},
|
|
|
|
"plugins": [
|
|
"hello"
|
|
]
|
|
}
|