mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-09 18:00:33 +08:00
51 lines
1.4 KiB
Markdown
51 lines
1.4 KiB
Markdown
# Mirai Console
|
|
#### Mirai Console allows you to run Mirai in command lines/terminal.
|
|
#### 你可以终端中或命令行环境下运行在Mirai
|
|
<br>
|
|
|
|
#### More Importantly, Mirai Console support <b>Plugins</b>, tells the bot what to do
|
|
#### Mirai Console 支持插件系统, 你可以自己开发或使用公开的插件来逻辑化机器人, 如群管
|
|
<br>
|
|
|
|
#### download 下载
|
|
#### how to get/write plugins 如何获取/写插件
|
|
<br>
|
|
<br>
|
|
|
|
### how to use(如何使用)
|
|
#### how to run Mirai Console
|
|
<ul>
|
|
<li>download mirai-console.jar</li>
|
|
<li>open command line/terminal</li>
|
|
<li>create a folder and put mirai-console.jar in</li>
|
|
<li>cd that folder</li>
|
|
<li>"java -jar mirai-console.jar"</li>
|
|
</ul>
|
|
|
|
<ul>
|
|
<li>下载mirai-console.jar</li>
|
|
<li>打开终端</li>
|
|
<li>在任何地方创建一个文件夹, 并放入mirai-console.jar</li>
|
|
<li>在终端中打开该文件夹"cd"</li>
|
|
<li>输入"java -jar mirai-console.jar"</li>
|
|
</ul>
|
|
|
|
#### how to add plugins
|
|
<ul>
|
|
<li>download mirai-console.jar</li>
|
|
<li>open command line/terminal</li>
|
|
<li>create a folder and put mirai-console.jar in</li>
|
|
<li>cd that folder</li>
|
|
<li>"java -jar mirai-console.jar"</li>
|
|
</ul>
|
|
|
|
<ul>
|
|
<li>下载mirai-console.jar</li>
|
|
<li>打开终端</li>
|
|
<li>在任何地方创建一个文件夹, 并放入mirai-console.jar</li>
|
|
<li>在终端中打开该文件夹"cd"</li>
|
|
<li>输入"java -jar mirai-console.jar"</li>
|
|
</ul>
|
|
|
|
|