From bcf97701d260e6b515aa5f3dca6f3ca6abe36089 Mon Sep 17 00:00:00 2001 From: Taskeren Date: Wed, 10 Jul 2019 21:42:26 +0800 Subject: [PATCH] =?UTF-8?q?[+]=20=E6=B7=BB=E5=8A=A0Doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.nojekyll | 0 docs/README.md | 19 +++++++++++++++++++ docs/development.md | 1 + docs/index.html | 21 +++++++++++++++++++++ docs/install.md | 1 + 5 files changed, 42 insertions(+) create mode 100644 docs/.nojekyll create mode 100644 docs/README.md create mode 100644 docs/development.md create mode 100644 docs/index.html create mode 100644 docs/install.md diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..f3ff67d --- /dev/null +++ b/docs/README.md @@ -0,0 +1,19 @@ +# NativeBot + +> 一个 Bukkit 插件。 + +## 介绍 +本插件最早可以追溯到2年前的 M2Q,全名 Minecraft to QQ。与本插件功能类似,但是仅仅只能在 Minecraft 和 QQ 之间转发消息,没有其他的功能。然后就是最近开发的 Connection 及它的重置版 ConnectionRe,但是因为当时编程时候的结构没有规划过,导致很难进行后续的开发,所以就弃坑了。接下来就是您们现在看到的 NativeBot 了,为什么叫 NativeBot 呢?因为它是内置(Native)在插件里的机器人(Bot)。这次开发吸取了上两次的经验,在原来的结构上添加了用户系统,权限系统,进一步丰富了插件的API内容,让开发的时候不需要关注一些奇奇怪怪的问题,总之很舒服。 + +## [安装插件](install) + +## [指令大全](commands) + +## [插件开发帮助](development) + +## 鸣谢 +| 人员/项目/团队 | 内容 | +| :-: | :-: | +| [PicqBotX](https://github.com/HyDevelop/PicqBotX) | 提供Java的酷QAPI | +| [Docsify](https://docsify.js.org) | 提供本Doc的页面引擎 | +| Five_willow | 与我一起测试插件 | \ No newline at end of file diff --git a/docs/development.md b/docs/development.md new file mode 100644 index 0000000..256ebbe --- /dev/null +++ b/docs/development.md @@ -0,0 +1 @@ +# NativeBot 开发帮助 \ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..f48a914 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,21 @@ + + + + + Document + + + + + + +
+ + + + diff --git a/docs/install.md b/docs/install.md new file mode 100644 index 0000000..fea94a7 --- /dev/null +++ b/docs/install.md @@ -0,0 +1 @@ +# NativeBot 安装教程 \ No newline at end of file