diff --git a/plugins/cleanroom_handler/introduction.md b/plugins/cleanroom_handler/introduction.md new file mode 100644 index 00000000000..50a322bc691 --- /dev/null +++ b/plugins/cleanroom_handler/introduction.md @@ -0,0 +1,6 @@ +Cleanroom Handler +--------- + +添加对Cleanroom的服务端处理器支持 + +Adding server handler support for Cleanroom on Minecraft 1.12.2 with Java 21. diff --git a/plugins/cleanroom_handler/plugin_info.json b/plugins/cleanroom_handler/plugin_info.json new file mode 100644 index 00000000000..5a3030d426e --- /dev/null +++ b/plugins/cleanroom_handler/plugin_info.json @@ -0,0 +1,13 @@ +{ + "id": "cleanroom_handler", + "authors": [ + { + "name": "Cmmmmmm", + "link": "https://github.com/CmmmmmmLau" + } + ], + "repository": "https://github.com/CmmmmmmLau/CleanroomHandler", + "branch": "master", + "related_path": ".", + "labels": ["tool"] +} \ No newline at end of file