|
|
@@ -109,11 +109,6 @@ IDEA分付费的Ultimate版和免费的Community版,选择自己的系统后
|
|
|
<br>
|
|
|
<br>
|
|
|
|
|
|
-## 下一步
|
|
|
-
|
|
|
-Java 玩家->[我的第一个插件](https://github.com/mamoe/mirai-console/PluginDocs/java/MyFirstPlugin.MD)
|
|
|
-Kotlin玩家->[我的第一个插件](https://github.com/mamoe/mirai-console/PluginDocs/kotlin/MyFirstPlugin.MD)
|
|
|
-
|
|
|
#### 如何打包插件
|
|
|
1: 根据下图帮助打开gradle window[maven同理]<br>
|
|
|
<br>
|
|
|
@@ -125,6 +120,11 @@ Kotlin玩家->[我的第一个插件](https://github.com/mamoe/mirai-console/Plu
|
|
|
PS: 如果要打包有依赖lib的插件, 请继续向后读<br>
|
|
|
|
|
|
|
|
|
+## 下一步
|
|
|
+
|
|
|
+Java 玩家->[我的第一个插件](https://github.com/mamoe/mirai-console/PluginDocs/java/MyFirstPlugin.MD)
|
|
|
+Kotlin玩家->[我的第一个插件](https://github.com/mamoe/mirai-console/PluginDocs/kotlin/MyFirstPlugin.MD)
|
|
|
+
|
|
|
|
|
|
<i>本章部分章节引用自[搭建环境 - Nukkit插件从0开始](https://www.cnblogs.com/xtypr/p/nukkit_plugin_start_from_0_build_environment.html),</i>
|
|
|
|