LearnMinecraftPlugin/README.md

30 lines
630 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Learn Minecraft Plugin
学习如何制作简单的我的世界服务器插件
软件的版本:
* 我的世界服务端自编译的1.17.1版
* JDKopenjdk16
已完成的插件:
* HelloWorld
编程界惯例,打开服务器后在服务器后台显示`Hello world`
* Auth
简单的登录认证认证,为了了解命令注册、事件监听、配置文件储存,不能用于生产环境。
* DashBoard
简单的箱子菜单实现,可以了解背包事件、物品、物品堆等知识。
* EnderChest
为了满足自己开服需要而写的随身末影箱。
使用Jetbrains IDEA开发