We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56878a9 commit 5f29bf0Copy full SHA for 5f29bf0
1 file changed
README.md
@@ -4,7 +4,7 @@ Minecraft 插件开发前置
4
5
## 简介
6
7
-经过一年多 Minecraft 服务器插件的开发,我逐渐感觉到有一些步骤没有必要。
+经过两年多 Minecraft 服务器插件的开发,我逐渐感觉到有一些步骤没有必要。
8
于是我创建了插件模板,但这还不够,还是太麻烦了。
9
这个库包含了我常用的工具类,以及惯用的设计结构。
10
此外,我非常讨厌一个插件还要带上前置插件这种拖家带口行为,所以,这个前置是通过 shadow 打进插件 jar 里的。并且,以我设计的模块工作原理,必须要把这个依赖 shadow 打进 jar 并 relocate 到插件自己的包。
@@ -31,4 +31,5 @@ Minecraft 插件开发前置
31
+ [SweetDrops](https://github.com/MrXiaoM/SweetDrops) 方块挖掘概率事件插件
32
+ [SweetFlight](https://github.com/MrXiaoM/SweetFlight) 限时飞行插件
33
+ [SweetMessages](https://github.com/MrXiaoM/SweetMessages) 基础消息插件
34
++ [SweetPlayerMarket](https://github.com/MrXiaoM/SweetPlayerMarket) 全球市场插件
35
+ ...其它 [Sweet系列插件](https://github.com/stars/MrXiaoM/lists/%E3%82%B9%E3%82%A6%E3%82%A3%E3%83%BC%E3%83%88-minecraft-plugins)
0 commit comments