@kzheart_/mc-pilot 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -37,7 +37,7 @@ export function buildProgram() {
|
|
|
37
37
|
"Control a real Minecraft client via CLI to simulate player actions and verify plugin behavior.\n" +
|
|
38
38
|
"All commands output JSON by default. Use --human for human-readable output.\n\n" +
|
|
39
39
|
"Quick start:\n" +
|
|
40
|
-
" mct init --
|
|
40
|
+
" mct init --name my-plugin\n" +
|
|
41
41
|
" mct server create paper-1.20.4 --type paper --version 1.20.4\n" +
|
|
42
42
|
" mct client create fabric-1.20.4 --version 1.20.4\n" +
|
|
43
43
|
" mct up --profile 1.20\n" +
|