@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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 --project my-plugin\n" +
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" +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kzheart_/mc-pilot",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Minecraft plugin/mod automated testing CLI – control a real Minecraft client to simulate player actions",
5
5
  "type": "module",
6
6
  "bin": {