Initial commit

This commit is contained in:
2022-05-13 08:53:40 +08:00
commit 6bd66d2f25
11 changed files with 533 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"name": "opencommand-plugin",
"description": "Open command interface for third-party clients",
"version": "dev-1.0.0",
"mainClass": "com.github.jie65535.opencommand.OpenCommandPlugin",
"authors": ["jie65535"]
}