Skip to content

Commit 5f29bf0

Browse files
committed
Update README.md
1 parent 56878a9 commit 5f29bf0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Minecraft 插件开发前置
44

55
## 简介
66

7-
经过一年多 Minecraft 服务器插件的开发,我逐渐感觉到有一些步骤没有必要。
7+
经过两年多 Minecraft 服务器插件的开发,我逐渐感觉到有一些步骤没有必要。
88
于是我创建了插件模板,但这还不够,还是太麻烦了。
99
这个库包含了我常用的工具类,以及惯用的设计结构。
1010
此外,我非常讨厌一个插件还要带上前置插件这种拖家带口行为,所以,这个前置是通过 shadow 打进插件 jar 里的。并且,以我设计的模块工作原理,必须要把这个依赖 shadow 打进 jar 并 relocate 到插件自己的包。
@@ -31,4 +31,5 @@ Minecraft 插件开发前置
3131
+ [SweetDrops](https://github.com/MrXiaoM/SweetDrops) 方块挖掘概率事件插件
3232
+ [SweetFlight](https://github.com/MrXiaoM/SweetFlight) 限时飞行插件
3333
+ [SweetMessages](https://github.com/MrXiaoM/SweetMessages) 基础消息插件
34+
+ [SweetPlayerMarket](https://github.com/MrXiaoM/SweetPlayerMarket) 全球市场插件
3435
+ ...其它 [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

Comments
 (0)