@sfmc-bds/cli 0.2.0-beta.0 → 0.2.0-beta.10

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 (183) hide show
  1. package/dist/argv-parse.d.ts +11 -0
  2. package/dist/argv-parse.d.ts.map +1 -0
  3. package/dist/argv-parse.js +28 -0
  4. package/dist/argv-parse.js.map +7 -0
  5. package/dist/cli-gate.d.ts +11 -0
  6. package/dist/cli-gate.d.ts.map +1 -0
  7. package/dist/cli-gate.js +46 -0
  8. package/dist/cli-gate.js.map +7 -0
  9. package/dist/command-palette.d.ts +61 -0
  10. package/dist/command-palette.d.ts.map +1 -0
  11. package/dist/command-palette.js +352 -0
  12. package/dist/command-palette.js.map +7 -0
  13. package/dist/command-surface.d.ts +85 -0
  14. package/dist/command-surface.d.ts.map +1 -0
  15. package/dist/command-surface.js +292 -0
  16. package/dist/command-surface.js.map +7 -0
  17. package/dist/commands-reload.js +2 -2
  18. package/dist/commands-reload.js.map +2 -2
  19. package/dist/commands.d.ts +1 -1
  20. package/dist/commands.d.ts.map +1 -1
  21. package/dist/commands.js +196 -21
  22. package/dist/commands.js.map +2 -2
  23. package/dist/debug-command.d.ts +5 -0
  24. package/dist/debug-command.d.ts.map +1 -0
  25. package/dist/debug-command.js +118 -0
  26. package/dist/debug-command.js.map +7 -0
  27. package/dist/help-text.d.ts +3 -0
  28. package/dist/help-text.d.ts.map +1 -0
  29. package/dist/help-text.js +160 -0
  30. package/dist/help-text.js.map +7 -0
  31. package/dist/i18n/locales/en.d.ts +103 -89
  32. package/dist/i18n/locales/en.d.ts.map +1 -1
  33. package/dist/i18n/locales/en.js +105 -91
  34. package/dist/i18n/locales/en.js.map +2 -2
  35. package/dist/i18n/locales/zh-CN.d.ts.map +1 -1
  36. package/dist/i18n/locales/zh-CN.js +138 -118
  37. package/dist/i18n/locales/zh-CN.js.map +2 -2
  38. package/dist/index.d.ts +2 -2
  39. package/dist/index.d.ts.map +1 -1
  40. package/dist/index.js +9 -4
  41. package/dist/index.js.map +2 -2
  42. package/dist/llbot-launch.d.ts +20 -0
  43. package/dist/llbot-launch.d.ts.map +1 -0
  44. package/dist/llbot-launch.js +40 -0
  45. package/dist/llbot-launch.js.map +7 -0
  46. package/dist/log-filter.d.ts +69 -0
  47. package/dist/log-filter.d.ts.map +1 -0
  48. package/dist/log-filter.js +150 -0
  49. package/dist/log-filter.js.map +7 -0
  50. package/dist/logs.d.ts +29 -7
  51. package/dist/logs.d.ts.map +1 -1
  52. package/dist/logs.js +164 -72
  53. package/dist/logs.js.map +3 -3
  54. package/dist/main.js +55 -46
  55. package/dist/main.js.map +2 -2
  56. package/dist/module-commands.d.ts +17 -40
  57. package/dist/module-commands.d.ts.map +1 -1
  58. package/dist/module-commands.js +129 -85
  59. package/dist/module-commands.js.map +2 -2
  60. package/dist/module-pack-build.d.ts +10 -0
  61. package/dist/module-pack-build.d.ts.map +1 -0
  62. package/dist/module-pack-build.js +434 -0
  63. package/dist/module-pack-build.js.map +7 -0
  64. package/dist/module-toggle.d.ts +33 -0
  65. package/dist/module-toggle.d.ts.map +1 -0
  66. package/dist/module-toggle.js +28 -0
  67. package/dist/module-toggle.js.map +7 -0
  68. package/dist/node-service-probe.d.ts +18 -0
  69. package/dist/node-service-probe.d.ts.map +1 -0
  70. package/dist/node-service-probe.js +97 -0
  71. package/dist/node-service-probe.js.map +7 -0
  72. package/dist/pack-lifecycle.d.ts +1 -1
  73. package/dist/pack-lifecycle.d.ts.map +1 -1
  74. package/dist/pack-lifecycle.js +14 -4
  75. package/dist/pack-lifecycle.js.map +2 -2
  76. package/dist/pack-update/index.d.ts +18 -0
  77. package/dist/pack-update/index.d.ts.map +1 -0
  78. package/dist/pack-update/index.js +113 -0
  79. package/dist/pack-update/index.js.map +7 -0
  80. package/dist/registry.d.ts +7 -4
  81. package/dist/registry.d.ts.map +1 -1
  82. package/dist/registry.js +15 -3
  83. package/dist/registry.js.map +2 -2
  84. package/dist/repl-windows/format-display.d.ts +10 -0
  85. package/dist/repl-windows/format-display.d.ts.map +1 -0
  86. package/dist/repl-windows/format-display.js +57 -0
  87. package/dist/repl-windows/format-display.js.map +7 -0
  88. package/dist/repl-windows/host.d.ts +60 -0
  89. package/dist/repl-windows/host.d.ts.map +1 -0
  90. package/dist/repl-windows/host.js +179 -0
  91. package/dist/repl-windows/host.js.map +7 -0
  92. package/dist/repl-windows/index.d.ts +9 -0
  93. package/dist/repl-windows/index.d.ts.map +1 -0
  94. package/dist/repl-windows/index.js +13 -0
  95. package/dist/repl-windows/index.js.map +7 -0
  96. package/dist/repl-windows/logs-filter-window.d.ts +15 -0
  97. package/dist/repl-windows/logs-filter-window.d.ts.map +1 -0
  98. package/dist/repl-windows/logs-filter-window.js +77 -0
  99. package/dist/repl-windows/logs-filter-window.js.map +7 -0
  100. package/dist/repl-windows/service-window.d.ts +4 -0
  101. package/dist/repl-windows/service-window.d.ts.map +1 -0
  102. package/dist/repl-windows/service-window.js +35 -0
  103. package/dist/repl-windows/service-window.js.map +7 -0
  104. package/dist/repl-windows/types.d.ts +56 -0
  105. package/dist/repl-windows/types.d.ts.map +1 -0
  106. package/dist/repl-windows/types.js +1 -0
  107. package/dist/repl-windows/types.js.map +7 -0
  108. package/dist/repl.d.ts +6 -9
  109. package/dist/repl.d.ts.map +1 -1
  110. package/dist/repl.js +698 -427
  111. package/dist/repl.js.map +3 -3
  112. package/dist/runtime.d.ts +6 -13
  113. package/dist/runtime.d.ts.map +1 -1
  114. package/dist/runtime.js +23 -28
  115. package/dist/runtime.js.map +2 -2
  116. package/dist/send-target.d.ts +11 -0
  117. package/dist/send-target.d.ts.map +1 -0
  118. package/dist/send-target.js +42 -0
  119. package/dist/send-target.js.map +7 -0
  120. package/dist/services.d.ts +50 -4
  121. package/dist/services.d.ts.map +1 -1
  122. package/dist/services.js +244 -20
  123. package/dist/services.js.map +2 -2
  124. package/dist/theme.js +1 -1
  125. package/dist/theme.js.map +2 -2
  126. package/dist/wizard.d.ts.map +1 -1
  127. package/dist/wizard.js +76 -16
  128. package/dist/wizard.js.map +2 -2
  129. package/dist/world-packs.d.ts +15 -0
  130. package/dist/world-packs.d.ts.map +1 -1
  131. package/dist/world-packs.js +90 -87
  132. package/dist/world-packs.js.map +2 -2
  133. package/package.json +24 -21
  134. package/scripts/module-install/check-modules.mjs +204 -0
  135. package/scripts/module-install/fetch-module.mjs +1007 -0
  136. package/scripts/module-install/install-resolver.test.mjs +48 -0
  137. package/scripts/module-install/lib/catalog.mjs +96 -0
  138. package/scripts/module-install/lib/io.mjs +37 -0
  139. package/scripts/module-install/lib/link-from.mjs +80 -0
  140. package/scripts/module-install/lib/lock.mjs +78 -0
  141. package/scripts/module-install/lib/npm-resolver.mjs +55 -0
  142. package/scripts/module-install/lib/packages.mjs +142 -0
  143. package/scripts/module-install/lib/paths.mjs +48 -0
  144. package/scripts/module-install/lib/registry-index.mjs +50 -0
  145. package/scripts/module-install/link-local.test.mjs +51 -0
  146. package/scripts/module-install/local-resolver.test.mjs +51 -0
  147. package/scripts/module-install/registry-index.test.mjs +28 -0
  148. package/dist/module-wizard.d.ts +0 -14
  149. package/dist/module-wizard.d.ts.map +0 -1
  150. package/dist/module-wizard.js +0 -313
  151. package/dist/module-wizard.js.map +0 -7
  152. package/dist/pack-update/bindings.d.ts +0 -12
  153. package/dist/pack-update/bindings.d.ts.map +0 -1
  154. package/dist/pack-update/bindings.js +0 -64
  155. package/dist/pack-update/bindings.js.map +0 -7
  156. package/dist/pack-update/config.d.ts +0 -22
  157. package/dist/pack-update/config.d.ts.map +0 -1
  158. package/dist/pack-update/config.js +0 -141
  159. package/dist/pack-update/config.js.map +0 -7
  160. package/dist/pack-update/providers/curseforge.d.ts +0 -23
  161. package/dist/pack-update/providers/curseforge.d.ts.map +0 -1
  162. package/dist/pack-update/providers/curseforge.js +0 -209
  163. package/dist/pack-update/providers/curseforge.js.map +0 -7
  164. package/dist/pack-update/providers/index.d.ts +0 -16
  165. package/dist/pack-update/providers/index.d.ts.map +0 -1
  166. package/dist/pack-update/providers/index.js +0 -37
  167. package/dist/pack-update/providers/index.js.map +0 -7
  168. package/dist/pack-update/service.d.ts +0 -21
  169. package/dist/pack-update/service.d.ts.map +0 -1
  170. package/dist/pack-update/service.js +0 -567
  171. package/dist/pack-update/service.js.map +0 -7
  172. package/dist/pack-update/types.d.ts +0 -126
  173. package/dist/pack-update/types.d.ts.map +0 -1
  174. package/dist/pack-update/types.js +0 -8
  175. package/dist/pack-update/types.js.map +0 -7
  176. package/dist/pack-update/version-policy.d.ts +0 -80
  177. package/dist/pack-update/version-policy.d.ts.map +0 -1
  178. package/dist/pack-update/version-policy.js +0 -216
  179. package/dist/pack-update/version-policy.js.map +0 -7
  180. package/dist/remote-agent.d.ts +0 -18
  181. package/dist/remote-agent.d.ts.map +0 -1
  182. package/dist/remote-agent.js +0 -196
  183. package/dist/remote-agent.js.map +0 -7
@@ -20,36 +20,71 @@ const en = {
20
20
  "locale.wizard": "CLI language / \u754C\u9762\u8BED\u8A00",
21
21
  "locale.opt.zh": "\u7B80\u4F53\u4E2D\u6587",
22
22
  "locale.opt.en": "English",
23
+ /* ─── CLI channel gates ─── */
24
+ "cli.replOnly": "Command `{cmd}` is REPL-only.",
25
+ "cli.replOnly.hint": "Start the interactive CLI with `sfmc` (no args), then run it there.",
26
+ "cli.needTty": "Command `{cmd}` requires an interactive TTY.",
27
+ /* ─── debug (BDS config) ─── */
28
+ "debug.state.on": "ON",
29
+ "debug.state.off": "OFF",
30
+ "debug.statusTitle": "BDS debug config",
31
+ "debug.enabled": "sfmc_debug = true (BDS console debug logs enabled on next reload)",
32
+ "debug.disabled": "sfmc_debug = false (BDS console debug logs disabled on next reload)",
33
+ "debug.sentry.set": "SENTRY_DSN set: {dsn}",
34
+ "debug.sentry.removed": "SENTRY_DSN removed",
35
+ "debug.sentry.alreadyOff": "SENTRY_DSN already absent",
36
+ "debug.sentry.dsnMissing": "--dsn <value> required",
37
+ "debug.sentry.unknown": "Unknown sentry action: {action}",
38
+ "debug.sentry.usage": "Usage: debug sentry on --dsn <dsn> | debug sentry off",
39
+ "debug.unknown": "Unknown debug subcommand: {sub}",
40
+ "debug.usage": "Usage: debug status | enable | disable | sentry on --dsn | sentry off",
41
+ "debug.reloadHint": "Run `sfmc mod reload` or restart BDS to take effect.",
23
42
  /* ─── help ─── */
24
43
  "help.title": "sfmc \u2014 ScriptsForMinecraftServer CLI",
44
+ "help.title.repl": "sfmc REPL",
45
+ "help.usage": "Usage:",
46
+ "help.section.options": "Options",
47
+ "help.opt.packs": "Pack context, then packs subcommand; i = install",
48
+ "help.opt.lang": "UI language for this process",
49
+ "help.addon.compat": "Compat: -p/--packs flag (prefer `sfmc packs \u2026`)",
50
+ "help.slash.hint": "Lines starting with / list commands. Tab switches send target.",
51
+ "help.shortcut.slash": "Command list",
52
+ "help.shortcut.ctrlp": "Command list",
53
+ "help.shortcut.cursor": "Move cursor",
54
+ "repl.palette.hint": "\u2191\u2193 \xB7 Enter \xB7 Esc",
55
+ "repl.palette.empty": "No matches",
25
56
  "help.section.service": "\u2500\u2500\u2500 Service Control \u2500\u2500\u2500",
26
- "help.status": "Show all services status",
27
- "help.logs": "View / follow service logs",
28
- "help.start": "Start a service (or all)",
29
- "help.stop": "Stop a service (or all)",
30
- "help.restart": "Restart a service (or all)",
31
- "help.send": "Send command to a service's stdin",
57
+ "help.status": "Show all services status (includes QQ backend summary)",
58
+ "help.logs": "Open log filter window (on-disk logs)",
59
+ "help.start": "Start a service (db / qq / llbot / bds; qq defaults to official Bot)",
60
+ "help.stop": "Stop a service",
61
+ "help.restart": "Restart a service",
62
+ "help.send": "Send command to a service (Tab cycles targets; QQ prompt shows official / llbot)",
32
63
  "help.section.update": "\u2500\u2500\u2500 BDS Update \u2500\u2500\u2500",
33
64
  "help.update": "Check / apply BDS update",
34
- "help.section.remote": "\u2500\u2500\u2500 Remote Agent \u2500\u2500\u2500",
35
- "help.remote.status": "Show enrollment status",
36
- "help.remote.enroll": "Enroll with a controller",
37
- "help.remote.disable": "Disconnect + disable agent",
65
+ "help.section.debug": "\u2500\u2500\u2500 BDS debug \u2500\u2500\u2500",
66
+ "help.debug.status": "View sfmc_debug / SENTRY_DSN state",
67
+ "help.debug.toggle": "Toggle sfmc_debug",
68
+ "help.debug.sentry.on": "Set SENTRY_DSN",
69
+ "help.debug.sentry.off": "Remove SENTRY_DSN",
38
70
  "help.section.module": "\u2500\u2500\u2500 Module Management \u2500\u2500\u2500",
39
71
  "help.module.list": "List installed modules",
40
72
  "help.module.search": "Search registry / show module info",
41
- "help.module.install": "Install a module (--link = symlink)",
73
+ "help.module.install": "Install a module",
42
74
  "help.module.uninstall": "Remove installed module",
43
75
  "help.module.verify": "Verify SHA-256 integrity",
44
76
  "help.module.info": "Show module details",
45
- "help.module.toggle": "Toggle module (requires db-server)",
46
- "help.module.create": "Interactive scaffold",
47
- "help.module.link": "Link local module (--link install)",
48
- "help.module.dev": "Link + enable + build + deploy",
77
+ "help.module.toggle": "Toggle module",
49
78
  "help.module.build": "Build BP+RP from enabled modules",
50
- "help.module.reload": "Build + deploy BP; send reload to BDS (--build-only skips send)",
79
+ "help.module.reload": "Build + deploy BP; send reload to BDS",
51
80
  "help.section.addon": "\u2500\u2500\u2500 Addon Manager \u2500\u2500\u2500",
52
81
  "help.addon": "World BP/RP inbox manager",
82
+ "help.packs.list": "List world packs",
83
+ "help.packs.search": "Search pack sources",
84
+ "help.packs.enable": "Enable a pack",
85
+ "help.packs.disable": "Disable a pack",
86
+ "help.packs.doctor": "Diagnose pack wiring",
87
+ "help.packs.path": "Show pack paths",
53
88
  "help.section.general": "\u2500\u2500\u2500 General \u2500\u2500\u2500",
54
89
  "help.init": "Setup wizard",
55
90
  "help.locale": "Show / set CLI language",
@@ -57,8 +92,8 @@ const en = {
57
92
  "help.help": "Show this help",
58
93
  "help.quit": "Exit",
59
94
  "help.shortcuts": "Shortcuts:",
60
- "help.shortcut.tab": "Complete (cycle on repeat)",
61
- "help.shortcut.right": "Accept gray suggestion",
95
+ "help.shortcut.tab": "Send target / list select",
96
+ "help.shortcut.right": "Accept suggestion",
62
97
  "help.shortcut.ctrll": "Filter log level / source / history",
63
98
  "help.shortcut.history": "Command history",
64
99
  /* ─── repl ─── */
@@ -69,6 +104,7 @@ const en = {
69
104
  "repl.historyHeader": "\u2500\u2500 history {count} line(s) \u2500\u2500",
70
105
  "repl.filter": "filter: {level} / {source} / {history}",
71
106
  "repl.followRequiresTty": "follow mode requires TTY",
107
+ "repl.logsReplOnly": "logs is only available in the interactive REPL (opens filter window)",
72
108
  "repl.history.live": "live only (no replay)",
73
109
  "repl.history.last50": "last 50",
74
110
  "repl.history.last100": "last 100",
@@ -83,9 +119,16 @@ const en = {
83
119
  "svc.header": "Services",
84
120
  "svc.col.name": "Name",
85
121
  "svc.col.status": "Status",
122
+ "svc.col.owner": "Owner",
86
123
  "svc.col.pid": "PID",
87
124
  "svc.col.uptime": "Uptime",
125
+ "svc.state.running": "Running",
126
+ "svc.state.stopped": "Stopped",
127
+ "svc.owner.managed": "Managed",
128
+ "svc.owner.external": "External",
129
+ "svc.owner.none": "\u2014",
88
130
  "svc.running": "Running",
131
+ "svc.runningExternal": "Running (external)",
89
132
  "svc.stopped": "Stopped",
90
133
  "svc.unknown": "Unknown service: {name} (try: {list})",
91
134
  "svc.logs.usage": "Usage: logs <service> [-n N] [-f]",
@@ -107,12 +150,18 @@ const en = {
107
150
  "svc.stopFailed": "{title} stop failed: {message}",
108
151
  "svc.send.usage": "Usage: send <service> <message>",
109
152
  "svc.notRunning": "{title} not running",
110
- "svc.sent": "sent to {name}",
111
153
  "svc.writeFailed": "write failed",
112
154
  "svc.restarted": "{title} restarted",
113
155
  "svc.restartFailed": "{title} restart failed: {message}",
114
156
  "svc.allStarted": "All services started",
115
157
  "svc.allStopped": "All services stopped",
158
+ "svc.skipped": "{title} skipped: {reason}",
159
+ "svc.startAll.started": "Started: {list}",
160
+ "svc.startAll.skipped": "Skipped: {list}",
161
+ "svc.startAll.failed": "Failed: {list}",
162
+ "svc.startAll.empty": "Nothing to start",
163
+ "svc.qq.footer.official": "QQ bridge: official \xB7 {enabled} \xB7 AppID {appId} \xB7 group_openid {openid} \xB7 {sandbox} \xB7 creds={creds}",
164
+ "svc.qq.footer.llbot": "QQ bridge: llbot \xB7 {enabled} \xB7 group {group} \xB7 path {path}",
116
165
  "svc.updateComplete": "update complete",
117
166
  "svc.updateExited": "update exited with code {code}",
118
167
  "svc.updateError": "update error: {message}",
@@ -120,11 +169,9 @@ const en = {
120
169
  "svc.bdsStarted": "BDS started (supervised)",
121
170
  "svc.bdsStartFailed": "BDS start failed: {message}",
122
171
  "svc.bdsStoppedForUpdate": "BDS was stopped for update; run `start bds` when ready",
123
- /* ─── remote ─── */
124
- "remote.enrolled": "Enrolled remote agent: {id}",
125
- "remote.disabled": "Remote agent disabled",
126
- "remote.usage": "Usage: sfmc remote enroll <controller-url> <enrollment-token> [name] | sfmc remote status | sfmc remote disable",
127
- "remote.usageShort": "Usage: remote enroll <controller-url> <enrollment-token> [name] | remote status | remote disable",
172
+ "svc.bdsAlreadyRunning": "BDS already running ({kind}, PID {pid})",
173
+ "svc.stdinUnavailable": "{title} was started externally; stdin commands unavailable",
174
+ "svc.stoppedExternal": "{title} stopped (external process)",
128
175
  /* ─── wizard ─── */
129
176
  "wizard.intro": "Setup Wizard =D",
130
177
  "wizard.rerun": "Already initialized. Re-run setup?",
@@ -134,10 +181,22 @@ const en = {
134
181
  "wizard.npmMissing": "npm runtime is missing required directories: {list}",
135
182
  "wizard.prepFailed": "Runtime preparation failed: {message}",
136
183
  "wizard.step2": "Step 2 - External Runtimes",
137
- "wizard.step2Note": "Select paths for BDS, Database, and LLBOT",
184
+ "wizard.step2Note": "Select paths for BDS, Database, and QQ bridge backend",
138
185
  "wizard.bdsDir": "BDS installation directory",
139
186
  "wizard.cannotCreateBds": "Cannot create BDS installation directory: {dir}",
140
- "wizard.enableLlbot": "Enable LLBot (QQ bridge)?",
187
+ "wizard.qqBackend": "QQ bridge backend:",
188
+ "wizard.qqBackend.official": "QQ Open Platform (official Bot)",
189
+ "wizard.qqBackend.officialHint": "Recommended; needs AppID / AppSecret",
190
+ "wizard.qqBackend.llbot": "LLBot (OneBot 11)",
191
+ "wizard.qqBackend.llbotHint": "Requires local LLBot process",
192
+ "wizard.qqBackend.disabled": "Disable QQ bridge for now",
193
+ "wizard.qqBackend.disabledHint": "qq_enabled=false",
194
+ "wizard.qqAppId": "QQ Open Platform AppID:",
195
+ "wizard.qqAppSecret": "QQ Open Platform AppSecret:",
196
+ "wizard.qqSandbox": "Use sandbox environment?",
197
+ "wizard.qqGroupOpenid": "Group openid (optional for now):",
198
+ "wizard.qqGroupOpenidHint": "not a classic group number",
199
+ "wizard.enableLlbot": "Enable LLBot process takeover?",
141
200
  "wizard.llbotDir": "LLBot runtime directory",
142
201
  "wizard.usingDefault": "Using default: {path}",
143
202
  "wizard.dbDir": "Database storage directory",
@@ -195,63 +254,15 @@ const en = {
195
254
  /* ─── reload ─── */
196
255
  "reload.buildOnly": "(deploy done; type reload in BDS/game, or omit --build-only to send automatically)",
197
256
  "reload.bdsNotRunning": "BDS is not running \u2014 build+deploy finished. After start, type reload in BDS console or in-game.",
198
- "reload.sent": "Sent reload to BDS (scripts will reload from new main.js)",
257
+ "reload.sent": "Sent reload to BDS",
199
258
  /* ─── bp ─── */
200
259
  "bp.usage": "Usage: sfmc behavior-pack|bp <build|deploy>",
201
- /* ─── module wizard ─── */
202
- "modwiz.needTty.create": "Run in an interactive terminal: sfmc module create",
203
- "modwiz.needTty.link": "Run in an interactive terminal: sfmc module link",
204
- "modwiz.needTty.dev": "Run in an interactive terminal: sfmc module dev",
205
- "modwiz.sfmcModulesPath": "sfmc-modules: {path}",
206
- "modwiz.pickModulesRoot": "sfmc-modules root (with packages/ and index.json)",
207
- "modwiz.noPackages": "packages/ subdirectory not found: {path}",
208
- "modwiz.noFetch": "fetch-module.mjs not found",
209
- "modwiz.enableModule": "Enable this module? (writes module-lock.json; needs db-server)",
210
- "modwiz.buildDeploy": "Build and deploy behavior pack? (then use `sfmc mod reload` or type reload in BDS/game)",
211
- "modwiz.task.build": "Building behavior pack",
212
- "modwiz.task.deploy": "Deploying behavior pack",
213
- "modwiz.reloadHint": "Use `sfmc mod reload` (build+deploy then send reload to BDS); or type reload in BDS/game.",
214
- "modwiz.kebab": "Must be lowercase kebab-case, e.g. my-feature",
215
- "modwiz.createIntro": "Module scaffold",
216
- "modwiz.folderId": "Module folder name (install id)",
217
- "modwiz.dirExists": "Directory already exists: {path}",
218
- "modwiz.displayName": "Display name",
219
- "modwiz.template": "Scaffold template",
220
- "modwiz.tpl.minimal": "Minimal module",
221
- "modwiz.tpl.minimalHint": "Command + permission stubs",
222
- "modwiz.tpl.db": "With DB permission stubs",
223
- "modwiz.tpl.dbHint": "manifest presets db:read/write",
224
- "modwiz.noNewModule": "tools/new-module.mjs not found (beside sfmc-modules or repo tools/)",
225
- "modwiz.genPackage": "Generate packages/{id}",
226
- "modwiz.skeletonWritten": "Skeleton written to sfmc-modules",
227
- "modwiz.createdNote": "Created {path}",
228
- "modwiz.linkAsk": "Link into repo modules/packages/? (--link; edits apply live)",
229
- "modwiz.link": "Link",
230
- "modwiz.linkFailed": "Link failed",
231
- "modwiz.enable": "Enable",
232
- "modwiz.createDone": "Done. Source: {path}",
233
- "modwiz.moduleCreated": "Module {id} created",
234
- "modwiz.linkIntro": "Link local module",
235
- "modwiz.noLinkable": "No modules under {path}/packages",
236
- "modwiz.noLinkableShort": "No linkable module packages",
237
- "modwiz.pickLink": "Select module package to link",
238
- "modwiz.linking": "Linking {id}",
239
- "modwiz.linkSynced": "catalog + lock synced",
240
- "modwiz.linked": "Linked {id}",
241
- "modwiz.devIntro": "Local module development",
242
- "modwiz.noDevPackages": "No modules under {path}/packages",
243
- "modwiz.noDevShort": "No developable module packages",
244
- "modwiz.pickDev": "Select module to develop",
245
- "modwiz.enabling": "Enabling {id}",
246
- "modwiz.devHint": "After editing sfmc-modules sources, run `sfmc mod reload` (build + deploy + send reload to BDS).\nOr run `sfmc module dev` again, then type reload in BDS/game.",
247
- "modwiz.devDone": "{id} linked; build + deploy finished",
248
- "modwiz.devReady": "{id} ready for development",
249
260
  /* ─── module commands ─── */
250
261
  "mod.usage": "Usage: sfmc {cmds} <{subs}> [args]",
251
262
  "mod.list.title": "Installed modules",
252
263
  "mod.noneInstalled": "\nNo modules installed. Drop a module folder under {dir} or run `sfmc mod install <id>`.\n",
253
264
  "mod.notInRegistry": 'Module "{query}" not found in first-party registry.',
254
- "mod.info.usage": "Usage: sfmc module|mod info <id>",
265
+ "mod.info.usage": "Usage: mod info <id>",
255
266
  "mod.notInstalledAt": "Module {id} not installed at {path}",
256
267
  "mod.notInstalled": "Module {id} not installed",
257
268
  "mod.verifyOk": "{id} ok\n fingerprint: {fp}\n",
@@ -261,12 +272,15 @@ const en = {
261
272
  "mod.action.disabled": "disabled",
262
273
  "mod.toggleOk": "{label} {id}",
263
274
  "mod.toggleBadBody": "{action} {id} returned: {text}",
264
- "mod.enable.usage": "Usage: sfmc module|mod enable <id>",
265
- "mod.disable.usage": "Usage: sfmc module|mod disable <id>",
266
- "mod.install.usage": "Usage: sfmc module|mod install <id> [id2 ...] [--from <source>] [--link]",
267
- "mod.linkNeedsFrom": "--link requires --from dir:<path>, or set SFMC_MODULES_ROOT / sibling ../sfmc-modules.\nExample: sfmc mod install land --from dir:../sfmc-modules/packages/land --link",
275
+ "mod.cannotDisable": "Module {id} cannot be disabled (canDisable=false)",
276
+ "mod.toggleLockFailed": "Failed to write module-lock ({id}): {message}",
277
+ "mod.toggleDbSkipped": "Wrote module-lock; db-server not synced ({detail}). Memory state updates on next start db; in-game still needs mod reload / BDS restart.",
278
+ "mod.enable.usage": "Usage: mod enable <id>",
279
+ "mod.disable.usage": "Usage: mod disable <id>",
280
+ "mod.install.usage": "Usage: mod install <id>\n mod install <id> --from <source> [--link] [--sha256 <hex>]",
281
+ "mod.fromUnknown": "unknown --from source: {value}. Use npm:|local[:<path>]|tgz:|zip:|dir:|github:<repo>[@tag]",
268
282
  "mod.fetchMissing": "fetch-module not found. Install @sfmc-bds/sfmc or run inside the monorepo.",
269
- "mod.uninstall.usage": "Usage: sfmc module|mod uninstall <id>",
283
+ "mod.uninstall.usage": "Usage: mod uninstall <id>",
270
284
  "mod.notInstalledFolder": "Module {id} not installed (no folder at {path})",
271
285
  "mod.removed": "Removed {id} from {path}\n",
272
286
  /* ─── pack lifecycle ─── */
@@ -289,17 +303,17 @@ const en = {
289
303
  "packs.conflict": "Conflict detected:",
290
304
  "packs.conflict.existing": " Existing: {name} v{version} {uuid}\n {dir}",
291
305
  "packs.conflict.incoming": " Incoming: {name} v{version} {uuid}",
292
- "packs.overwriteAsk": "Overwrite existing pack?",
293
- "packs.badManifest": "Unrecognized manifest (missing resources/data/script)",
306
+ "packs.overwriteAsk": "Overwrite existing pack (same UUID, version not newer)?",
307
+ "packs.badManifest": "Unrecognized manifest (need resources/data/script module and header name/uuid/version)",
294
308
  "packs.skippedNoOverwrite": "Skipped (not overwritten)",
295
- "packs.conflictSkip": "[packs] Conflict skipped (non-interactive; use --force): {name}",
296
- "packs.inboxSkip": "[packs] Skipping inbox: {message}",
297
- "packs.inboxFound": "[packs] Inbox found {count} item(s) \u2192 {level}",
298
- "packs.alreadyDone": "[packs] Already processed, skip: {name}",
299
- "packs.dryRunExtract": "[packs] dry-run extract: {name}",
300
- "packs.noPackRoot": "[packs] Pack root not found: {name}",
301
- "packs.installedEnabled": "[packs] Installed & enabled {kind}: {name} v{version}",
302
- "packs.installFailed": "[packs] Install failed {name}: {reason}",
309
+ "packs.conflictSkip": " Conflict skipped (non-interactive; use --force): {name}",
310
+ "packs.inboxSkip": " Skipping inbox: {message}",
311
+ "packs.inboxFound": " Inbox found {count} item(s) \u2192 {level}",
312
+ "packs.alreadyDone": " Already processed, skip: {name}",
313
+ "packs.dryRunExtract": " dry-run extract: {name}",
314
+ "packs.noPackRoot": " Pack root not found: {name}",
315
+ "packs.installedEnabled": " Installed & enabled {kind}: {name} v{version}",
316
+ "packs.installFailed": " Install failed {name}: {reason}",
303
317
  "packs.listEmpty": "(none)",
304
318
  "packs.list.bpHeader": "Behavior packs:",
305
319
  "packs.list.rpHeader": "Resource packs:",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/i18n/locales/en.ts"],
4
- "sourcesContent": ["/**\n * English message catalog \u2014 source of truth for MessageKey.\n * Placeholders use {name} form; chalk stays at call sites.\n */\nexport const en = {\n /* \u2500\u2500\u2500 common \u2500\u2500\u2500 */\n \"common.cancelled\": \"Cancelled\",\n \"common.done\": \"Done\",\n \"common.required\": \"Required\",\n \"common.error\": \"Error: {message}\",\n \"common.fatal\": \"Fatal\",\n \"common.unknownCommand\": \"Unknown command: {cmd}\",\n \"common.unknownShort\": \"Unknown: {cmd} (try: help)\",\n \"common.tips\": \"Tips\",\n \"common.path\": \"Path\",\n \"common.hint\": \"Hint\",\n \"common.none\": \"(none)\",\n \"common.all\": \"ALL\",\n\n /* \u2500\u2500\u2500 locale \u2500\u2500\u2500 */\n \"locale.current\": \"Current locale: {locale}\",\n \"locale.set\": \"Locale set to {locale}\",\n \"locale.invalid\": \"Unknown locale: {value} (try: zh-CN, en)\",\n \"locale.usage\": \"Usage: locale [zh-CN|en|zh|cn]\",\n \"locale.wizard\": \"CLI language / \u754C\u9762\u8BED\u8A00\",\n \"locale.opt.zh\": \"\u7B80\u4F53\u4E2D\u6587\",\n \"locale.opt.en\": \"English\",\n\n /* \u2500\u2500\u2500 help \u2500\u2500\u2500 */\n \"help.title\": \"sfmc \u2014 ScriptsForMinecraftServer CLI\",\n \"help.section.service\": \"\u2500\u2500\u2500 Service Control \u2500\u2500\u2500\",\n \"help.status\": \"Show all services status\",\n \"help.logs\": \"View / follow service logs\",\n \"help.start\": \"Start a service (or all)\",\n \"help.stop\": \"Stop a service (or all)\",\n \"help.restart\": \"Restart a service (or all)\",\n \"help.send\": \"Send command to a service's stdin\",\n \"help.section.update\": \"\u2500\u2500\u2500 BDS Update \u2500\u2500\u2500\",\n \"help.update\": \"Check / apply BDS update\",\n \"help.section.remote\": \"\u2500\u2500\u2500 Remote Agent \u2500\u2500\u2500\",\n \"help.remote.status\": \"Show enrollment status\",\n \"help.remote.enroll\": \"Enroll with a controller\",\n \"help.remote.disable\": \"Disconnect + disable agent\",\n \"help.section.module\": \"\u2500\u2500\u2500 Module Management \u2500\u2500\u2500\",\n \"help.module.list\": \"List installed modules\",\n \"help.module.search\": \"Search registry / show module info\",\n \"help.module.install\": \"Install a module (--link = symlink)\",\n \"help.module.uninstall\": \"Remove installed module\",\n \"help.module.verify\": \"Verify SHA-256 integrity\",\n \"help.module.info\": \"Show module details\",\n \"help.module.toggle\": \"Toggle module (requires db-server)\",\n \"help.module.create\": \"Interactive scaffold\",\n \"help.module.link\": \"Link local module (--link install)\",\n \"help.module.dev\": \"Link + enable + build + deploy\",\n \"help.module.build\": \"Build BP+RP from enabled modules\",\n \"help.module.reload\": \"Build + deploy BP; send reload to BDS (--build-only skips send)\",\n \"help.section.addon\": \"\u2500\u2500\u2500 Addon Manager \u2500\u2500\u2500\",\n \"help.addon\": \"World BP/RP inbox manager\",\n \"help.section.general\": \"\u2500\u2500\u2500 General \u2500\u2500\u2500\",\n \"help.init\": \"Setup wizard\",\n \"help.locale\": \"Show / set CLI language\",\n \"help.version\": \"Show version\",\n \"help.help\": \"Show this help\",\n \"help.quit\": \"Exit\",\n \"help.shortcuts\": \"Shortcuts:\",\n \"help.shortcut.tab\": \"Complete (cycle on repeat)\",\n \"help.shortcut.right\": \"Accept gray suggestion\",\n \"help.shortcut.ctrll\": \"Filter log level / source / history\",\n \"help.shortcut.history\": \"Command history\",\n\n /* \u2500\u2500\u2500 repl \u2500\u2500\u2500 */\n \"repl.stopping\": \"stopping services...\",\n \"repl.bye\": \"bye\",\n \"repl.forceStop\": \"force stopping services...\",\n \"repl.nonInteractive\": \" Non-interactive mode (pipe detected)\\n\",\n \"repl.historyHeader\": \"\u2500\u2500 history {count} line(s) \u2500\u2500\",\n \"repl.filter\": \"filter: {level} / {source} / {history}\",\n \"repl.followRequiresTty\": \"follow mode requires TTY\",\n \"repl.history.live\": \"live only (no replay)\",\n \"repl.history.last50\": \"last 50\",\n \"repl.history.last100\": \"last 100\",\n \"repl.history.last500\": \"last 500\",\n \"repl.history.last1000\": \"last 1000\",\n \"repl.history.last1min\": \"last 1 min\",\n \"repl.history.last5min\": \"last 5 min\",\n \"repl.history.last15min\": \"last 15 min\",\n \"repl.history.last1hour\": \"last 1 hour\",\n \"repl.history.all\": \"all buffered\",\n\n /* \u2500\u2500\u2500 services / commands \u2500\u2500\u2500 */\n \"svc.header\": \"Services\",\n \"svc.col.name\": \"Name\",\n \"svc.col.status\": \"Status\",\n \"svc.col.pid\": \"PID\",\n \"svc.col.uptime\": \"Uptime\",\n \"svc.running\": \"Running\",\n \"svc.stopped\": \"Stopped\",\n \"svc.unknown\": \"Unknown service: {name} (try: {list})\",\n \"svc.logs.usage\": \"Usage: logs <service> [-n N] [-f]\",\n \"svc.logs.empty\": \"(no logs yet)\",\n \"svc.logs.header\": \"{title} logs (last {count}):\",\n \"svc.start.usage\": \"Usage: sfmc start <service>|-all\",\n \"svc.start.usageShort\": \"Usage: start <service>|-all\",\n \"svc.stop.usage\": \"Usage: sfmc stop <service>|-all\",\n \"svc.stop.usageShort\": \"Usage: stop <service>|-all\",\n \"svc.restart.usage\": \"Usage: sfmc restart <service>|-all\",\n \"svc.restart.usageShort\": \"Usage: restart <service>|-all\",\n \"svc.alreadyRunning\": \"{title} already running (PID {pid})\",\n \"svc.alreadyStarting\": \"{title} already starting...\",\n \"svc.started\": \"{title} started\",\n \"svc.startFailed\": \"{title} failed: {message}\",\n \"svc.alreadyStopped\": \"{title} already stopped\",\n \"svc.alreadyStopping\": \"{title} already stopping...\",\n \"svc.stoppedMsg\": \"{title} stopped\",\n \"svc.stopFailed\": \"{title} stop failed: {message}\",\n \"svc.send.usage\": \"Usage: send <service> <message>\",\n \"svc.notRunning\": \"{title} not running\",\n \"svc.sent\": \"sent to {name}\",\n \"svc.writeFailed\": \"write failed\",\n \"svc.restarted\": \"{title} restarted\",\n \"svc.restartFailed\": \"{title} restart failed: {message}\",\n \"svc.allStarted\": \"All services started\",\n \"svc.allStopped\": \"All services stopped\",\n \"svc.updateComplete\": \"update complete\",\n \"svc.updateExited\": \"update exited with code {code}\",\n \"svc.updateError\": \"update error: {message}\",\n \"svc.updateStartBds\": \"update: starting BDS via supervisor\",\n \"svc.bdsStarted\": \"BDS started (supervised)\",\n \"svc.bdsStartFailed\": \"BDS start failed: {message}\",\n \"svc.bdsStoppedForUpdate\": \"BDS was stopped for update; run `start bds` when ready\",\n\n /* \u2500\u2500\u2500 remote \u2500\u2500\u2500 */\n \"remote.enrolled\": \"Enrolled remote agent: {id}\",\n \"remote.disabled\": \"Remote agent disabled\",\n \"remote.usage\":\n \"Usage: sfmc remote enroll <controller-url> <enrollment-token> [name] | sfmc remote status | sfmc remote disable\",\n \"remote.usageShort\":\n \"Usage: remote enroll <controller-url> <enrollment-token> [name] | remote status | remote disable\",\n\n /* \u2500\u2500\u2500 wizard \u2500\u2500\u2500 */\n \"wizard.intro\": \"Setup Wizard =D\",\n \"wizard.rerun\": \"Already initialized. Re-run setup?\",\n \"wizard.skipped\": \"Setup skipped\",\n \"wizard.step1\": \"Step 1 - Runtime Environment\",\n \"wizard.runtimeRoot\": \"Runtime root: {root}\",\n \"wizard.npmMissing\": \"npm runtime is missing required directories: {list}\",\n \"wizard.prepFailed\": \"Runtime preparation failed: {message}\",\n \"wizard.step2\": \"Step 2 - External Runtimes\",\n \"wizard.step2Note\": \"Select paths for BDS, Database, and LLBOT\",\n \"wizard.bdsDir\": \"BDS installation directory\",\n \"wizard.cannotCreateBds\": \"Cannot create BDS installation directory: {dir}\",\n \"wizard.enableLlbot\": \"Enable LLBot (QQ bridge)?\",\n \"wizard.llbotDir\": \"LLBot runtime directory\",\n \"wizard.usingDefault\": \"Using default: {path}\",\n \"wizard.dbDir\": \"Database storage directory\",\n \"wizard.dbPort\": \"Database server port:\",\n \"wizard.portRange\": \"Enter 1024\u201365535\",\n \"wizard.valueRequired\": \"Value is required!\",\n \"wizard.step3\": \"Step 3 - BDS Environment\",\n \"wizard.bdsFound\": \"Found at {path}\",\n \"wizard.bdsNotFound\": \"Not found at {path}\",\n \"wizard.eula\":\n \"Do you agree to the EULA(https://www.minecraft.net/en-us/eula) published by Mojang? You must agree to it before you can use this program.\",\n \"wizard.disagreed\": \"Disagreed.\",\n \"wizard.downloadBds\": \"Download BDS now?\",\n \"wizard.selectChannel\": \"Select channel:\",\n \"wizard.channel.release\": \"Release\",\n \"wizard.channel.releaseHint\": \"stable\",\n \"wizard.channel.preview\": \"Preview\",\n \"wizard.channel.previewHint\": \"may be unstable\",\n \"wizard.cannotCreateBackup\": \"Cannot create BDS backup directory: {dir}\",\n \"wizard.backupDir\": \"BDS backup directory\",\n \"wizard.preserve\": \"Files to preserve on update(When updates are enabled next time):\",\n \"wizard.preserve.serverProps\": \"server config\",\n \"wizard.preserve.worlds\": \"world data\",\n \"wizard.preserve.config\": \"config directory\",\n \"wizard.updaterTip\":\n \"If could not find BDS runtime, updater will be started later.\\n You can configure updater later in configs/bds_updater.json\",\n \"wizard.step4\": \"Step 4 - Modules\",\n \"wizard.modulesFound\": \"Found {count} optional modules\",\n \"wizard.modulesNone\": \"No modules catalog found\",\n \"wizard.enableModules\": \"Enable modules:\",\n \"wizard.emptyHint\": \"(empty)\",\n \"wizard.updatingConfigs\": \"Updating configs\",\n \"wizard.configsUpdated\": \"Configs updated\",\n \"wizard.updatingModules\": \"Updating module state\",\n \"wizard.modulesUpdated\": \"Module state updated\",\n \"wizard.initDb\": \"Initializing database\",\n \"wizard.dbTimeout\": \"Database startup timed out\",\n \"wizard.dbOk\": \"Database initialized\",\n \"wizard.downloadingBds\": \"Downloading BDS\",\n \"wizard.downloadFail\": \"Downloaded Failure.\",\n \"wizard.bdsDownloaded\": \"BDS downloaded\",\n \"wizard.done\": \"Done! Run help to learn managing.\",\n \"wizard.installing\": \"Installing {count} module(s) from first-party registry\",\n \"wizard.installed\": \"{count} installed\",\n \"wizard.installFailed\": \"install failed: {message}\\nYou can retry with: sfmc mod install <id>\",\n \"wizard.fetchMissing\":\n \"fetch-module missing \u2014 run `sfmc mod install <id>` later for each of: {list}\",\n \"wizard.noModulesSelected\":\n \"No modules selected \u2014 behavior pack will be empty until you install one with `sfmc mod install <id>`.\",\n \"wizard.buildingBp\": \"Building behavior pack\",\n \"wizard.buildFailed\": \"build failed: {message}\\nRun `sfmc mod build` later to retry.\",\n \"wizard.deploying\": \"Deploying to {path}\",\n \"wizard.restartBds\": \"Restart BDS to load the new behavior pack.\",\n \"wizard.deployFailed\":\n \"deploy failed: {message}\\nRun `sfmc mod reload` after fixing bds_path in configs/.\",\n\n /* \u2500\u2500\u2500 prompts \u2500\u2500\u2500 */\n \"prompt.enterPath\": \"Enter path\",\n \"prompt.browse\": \"Browse\u2026\",\n \"prompt.browseHint\": \"Open system folder picker\",\n\n /* \u2500\u2500\u2500 reload \u2500\u2500\u2500 */\n \"reload.buildOnly\":\n \"(deploy done; type reload in BDS/game, or omit --build-only to send automatically)\",\n \"reload.bdsNotRunning\":\n \"BDS is not running \u2014 build+deploy finished. After start, type reload in BDS console or in-game.\",\n \"reload.sent\": \"Sent reload to BDS (scripts will reload from new main.js)\",\n\n /* \u2500\u2500\u2500 bp \u2500\u2500\u2500 */\n \"bp.usage\": \"Usage: sfmc behavior-pack|bp <build|deploy>\",\n\n /* \u2500\u2500\u2500 module wizard \u2500\u2500\u2500 */\n \"modwiz.needTty.create\": \"Run in an interactive terminal: sfmc module create\",\n \"modwiz.needTty.link\": \"Run in an interactive terminal: sfmc module link\",\n \"modwiz.needTty.dev\": \"Run in an interactive terminal: sfmc module dev\",\n \"modwiz.sfmcModulesPath\": \"sfmc-modules: {path}\",\n \"modwiz.pickModulesRoot\": \"sfmc-modules root (with packages/ and index.json)\",\n \"modwiz.noPackages\": \"packages/ subdirectory not found: {path}\",\n \"modwiz.noFetch\": \"fetch-module.mjs not found\",\n \"modwiz.enableModule\": \"Enable this module? (writes module-lock.json; needs db-server)\",\n \"modwiz.buildDeploy\":\n \"Build and deploy behavior pack? (then use `sfmc mod reload` or type reload in BDS/game)\",\n \"modwiz.task.build\": \"Building behavior pack\",\n \"modwiz.task.deploy\": \"Deploying behavior pack\",\n \"modwiz.reloadHint\":\n \"Use `sfmc mod reload` (build+deploy then send reload to BDS); or type reload in BDS/game.\",\n \"modwiz.kebab\": \"Must be lowercase kebab-case, e.g. my-feature\",\n \"modwiz.createIntro\": \"Module scaffold\",\n \"modwiz.folderId\": \"Module folder name (install id)\",\n \"modwiz.dirExists\": \"Directory already exists: {path}\",\n \"modwiz.displayName\": \"Display name\",\n \"modwiz.template\": \"Scaffold template\",\n \"modwiz.tpl.minimal\": \"Minimal module\",\n \"modwiz.tpl.minimalHint\": \"Command + permission stubs\",\n \"modwiz.tpl.db\": \"With DB permission stubs\",\n \"modwiz.tpl.dbHint\": \"manifest presets db:read/write\",\n \"modwiz.noNewModule\": \"tools/new-module.mjs not found (beside sfmc-modules or repo tools/)\",\n \"modwiz.genPackage\": \"Generate packages/{id}\",\n \"modwiz.skeletonWritten\": \"Skeleton written to sfmc-modules\",\n \"modwiz.createdNote\": \"Created {path}\",\n \"modwiz.linkAsk\": \"Link into repo modules/packages/? (--link; edits apply live)\",\n \"modwiz.link\": \"Link\",\n \"modwiz.linkFailed\": \"Link failed\",\n \"modwiz.enable\": \"Enable\",\n \"modwiz.createDone\": \"Done. Source: {path}\",\n \"modwiz.moduleCreated\": \"Module {id} created\",\n \"modwiz.linkIntro\": \"Link local module\",\n \"modwiz.noLinkable\": \"No modules under {path}/packages\",\n \"modwiz.noLinkableShort\": \"No linkable module packages\",\n \"modwiz.pickLink\": \"Select module package to link\",\n \"modwiz.linking\": \"Linking {id}\",\n \"modwiz.linkSynced\": \"catalog + lock synced\",\n \"modwiz.linked\": \"Linked {id}\",\n \"modwiz.devIntro\": \"Local module development\",\n \"modwiz.noDevPackages\": \"No modules under {path}/packages\",\n \"modwiz.noDevShort\": \"No developable module packages\",\n \"modwiz.pickDev\": \"Select module to develop\",\n \"modwiz.enabling\": \"Enabling {id}\",\n \"modwiz.devHint\":\n \"After editing sfmc-modules sources, run `sfmc mod reload` (build + deploy + send reload to BDS).\\nOr run `sfmc module dev` again, then type reload in BDS/game.\",\n \"modwiz.devDone\": \"{id} linked; build + deploy finished\",\n \"modwiz.devReady\": \"{id} ready for development\",\n\n /* \u2500\u2500\u2500 module commands \u2500\u2500\u2500 */\n \"mod.usage\": \"Usage: sfmc {cmds} <{subs}> [args]\",\n \"mod.list.title\": \"Installed modules\",\n \"mod.noneInstalled\":\n \"\\nNo modules installed. Drop a module folder under {dir} or run `sfmc mod install <id>`.\\n\",\n \"mod.notInRegistry\": 'Module \"{query}\" not found in first-party registry.',\n \"mod.info.usage\": \"Usage: sfmc module|mod info <id>\",\n \"mod.notInstalledAt\": \"Module {id} not installed at {path}\",\n \"mod.notInstalled\": \"Module {id} not installed\",\n \"mod.verifyOk\": \"{id} ok\\n fingerprint: {fp}\\n\",\n \"mod.dbUnreachable\":\n \"Cannot reach db-server at {url}: {message}. Is db-service running? (sfmc> start db)\",\n \"mod.toggleFailed\": \"{action} {id} failed: {err}\",\n \"mod.action.enabled\": \"enabled\",\n \"mod.action.disabled\": \"disabled\",\n \"mod.toggleOk\": \"{label} {id}\",\n \"mod.toggleBadBody\": \"{action} {id} returned: {text}\",\n \"mod.enable.usage\": \"Usage: sfmc module|mod enable <id>\",\n \"mod.disable.usage\": \"Usage: sfmc module|mod disable <id>\",\n \"mod.install.usage\": \"Usage: sfmc module|mod install <id> [id2 ...] [--from <source>] [--link]\",\n \"mod.linkNeedsFrom\":\n \"--link requires --from dir:<path>, or set SFMC_MODULES_ROOT / sibling ../sfmc-modules.\\nExample: sfmc mod install land --from dir:../sfmc-modules/packages/land --link\",\n \"mod.fetchMissing\": \"fetch-module not found. Install @sfmc-bds/sfmc or run inside the monorepo.\",\n \"mod.uninstall.usage\": \"Usage: sfmc module|mod uninstall <id>\",\n \"mod.notInstalledFolder\": \"Module {id} not installed (no folder at {path})\",\n \"mod.removed\": \"Removed {id} from {path}\\n\",\n\n /* \u2500\u2500\u2500 pack lifecycle \u2500\u2500\u2500 */\n \"pack.built\": \"built packs at {path}\",\n \"pack.buildFailed\": \"pack build failed: {message}\",\n \"pack.deployed\": \"deployed packs\",\n \"pack.deployFailed\": \"pack deploy failed: {message}\",\n \"pack.statusFailed\": \"pack status failed: {message}\",\n \"pack.listFailed\": \"pack list failed: {message}\",\n \"pack.noCatalog\": \"no deployed catalog \u2014 run `sfmc pack deploy` first\",\n \"pack.noUuid\": \"no {kind} pack uuid in catalog\",\n \"pack.actionFailed\": \"{action} failed: {detail}\",\n \"pack.enabledOk\": \"enabled {kind} pack {uuid}\",\n \"pack.disabledOk\": \"disabled {kind} pack {uuid}\",\n \"pack.actionErr\": \"pack {action} failed: {message}\",\n \"pack.usage\": \"Usage: sfmc pack <{subs}> [behavior|resource]\",\n\n /* \u2500\u2500\u2500 world packs / addon \u2500\u2500\u2500 */\n \"packs.restartHint\": \"Restart BDS for changes to take effect\",\n \"packs.rejoinHint\": \"Clients must rejoin to download resource packs\",\n \"packs.conflict\": \"Conflict detected:\",\n \"packs.conflict.existing\": \" Existing: {name} v{version} {uuid}\\n {dir}\",\n \"packs.conflict.incoming\": \" Incoming: {name} v{version} {uuid}\",\n \"packs.overwriteAsk\": \"Overwrite existing pack?\",\n \"packs.badManifest\": \"Unrecognized manifest (missing resources/data/script)\",\n \"packs.skippedNoOverwrite\": \"Skipped (not overwritten)\",\n \"packs.conflictSkip\": \"[packs] Conflict skipped (non-interactive; use --force): {name}\",\n \"packs.inboxSkip\": \"[packs] Skipping inbox: {message}\",\n \"packs.inboxFound\": \"[packs] Inbox found {count} item(s) \u2192 {level}\",\n \"packs.alreadyDone\": \"[packs] Already processed, skip: {name}\",\n \"packs.dryRunExtract\": \"[packs] dry-run extract: {name}\",\n \"packs.noPackRoot\": \"[packs] Pack root not found: {name}\",\n \"packs.installedEnabled\": \"[packs] Installed & enabled {kind}: {name} v{version}\",\n \"packs.installFailed\": \"[packs] Install failed {name}: {reason}\",\n \"packs.listEmpty\": \"(none)\",\n \"packs.list.bpHeader\": \"Behavior packs:\",\n \"packs.list.rpHeader\": \"Resource packs:\",\n \"packs.list.on\": \"on \",\n \"packs.list.off\": \"off\",\n \"packs.doctor.parseFail\": \"{file} could not be parsed\",\n \"packs.doctor.missingDir\": \"List has uuid but directory missing ({kind}): {uuid}\",\n \"packs.doctor.versionMismatch\":\n \"Version mismatch ({kind}): {folder} list {listVer} vs disk {diskVer}\",\n \"packs.doctor.notEnabled\": \"Installed but not enabled: [{kind}] {folder} ({uuid})\",\n \"packs.doctor.ok\": \"doctor: no issues found\",\n \"packs.doctor.found\": \"doctor found {count} issue(s):\\n{list}\",\n \"packs.notFound\": \"Pack not found: {id}\",\n \"packs.toggleDone\": \"{verb} {folder} done. {hint}\",\n \"packs.bump.usage\": \"Usage: packs bump <uuid|folder> (RP only)\",\n \"packs.bump.rpOnly\": \"packs bump only supports resource packs (RP)\",\n \"packs.bumped\": \"Bumped {folder} \u2192 v{version}. {restart}; {rejoin}\",\n \"packs.pathMissing\": \"Path does not exist: {path}\",\n \"packs.notArchive\": \"Not a pack directory or .zip/.mcpack/.mcaddon\",\n \"packs.noManifestRoot\": \"No pack root with manifest.json found\",\n \"packs.installedLine\": \"Installed & enabled: {name} v{version} ({kind})\",\n \"packs.skipFailLine\": \"Skipped/failed: {name} ({reason})\",\n \"packs.inboxEmpty\": \"Inbox is empty\",\n \"packs.search.usage\": \"Usage: packs search <query> (CurseForge remote; requires API key)\",\n \"packs.bind.usage\": \"Usage: packs bind <uuid|folder> <projectId|slug|url>\",\n \"packs.unbind.usage\": \"Usage: packs unbind <uuid|folder>\",\n \"packs.unbindOk\": \"Unbound {uuid} (or edit {path})\",\n \"packs.unbindMiss\": \"No binding found: {id}\",\n \"packs.update.usage\": \"Usage: packs update <uuid|folder|--all>\",\n \"packs.toggle.usage\": \"Usage: packs {verb} <uuid|folder>\",\n \"packs.uninstall.usage\":\n \"Usage: packs uninstall [uuid|folder...] [--purge] [--no-paired]\\n No args + TTY \u2192 multi-select; multiple ids allowed\",\n \"packs.uninstall.protected\": \"Refusing to uninstall platform pack: {folder} (use sfmc mod)\",\n \"packs.uninstall.trashed\": \"Uninstalled to recycle bin: {folder}\\n \u2192 {dest}\",\n \"packs.uninstall.deleted\": \"Uninstalled and deleted: {folder}\",\n \"packs.uninstall.dirMissing\": \"Removed from enable list; directory already missing: {folder}\",\n \"packs.uninstall.bindingRemoved\": \"Cleared update-source binding: {uuid}\",\n \"packs.uninstall.pick\": \"Select packs to uninstall (space to toggle, enter to confirm)\",\n \"packs.uninstall.summary\": \"Will uninstall {count} item(s) (including paired RPs):\",\n \"packs.uninstall.confirm\": \"Uninstall these {count} item(s)?\",\n \"packs.uninstall.cancelled\": \"Uninstall cancelled\",\n \"packs.uninstall.none\": \"No uninstallable packs\",\n \"packs.uninstall.pairedOf\": \"(paired with {folder})\",\n \"packs.install.usage\": \"Usage: packs install [path|--inbox] [--force]\",\n \"packs.installInbox\": \"install inbox: installed={installed} skipped={skipped} failed={failed}\",\n \"packs.scanResult\": \"scan: installed={installed} skipped={skipped} failed={failed}\",\n \"packs.unknownSub\": \"Unknown packs subcommand: {verb}\\n\",\n \"packs.usage.title\": \"{cmd} (alias {alias}) \u2014 world-side BP/RP\",\n \"packs.usage.bump\": \"RP only; patch version +1\",\n \"packs.usage.cfSearch\": \"CurseForge search (API key required)\",\n \"packs.usage.inbox\": \"Inbox: {path}\",\n \"packs.usage.trash\": \"Uninstall recycle bin: {path} (pack-update.json \u2192 uninstall.recycleBin)\",\n \"packs.usage.sources\": \"Update source bindings: {path} (edit enabled/projectId)\",\n \"packs.usage.enableNote\": \"Install enables via world_*_packs.json by default; {hint}.\",\n \"packs.usage.moduleNote\": \"For module aggregation use {cmd} (not this command).\",\n\n \"packUpdate.needKey\": \"No pack update provider configured. Set providers.*.apiKey in {path} (or the matching env var). CurseForge: get a Studios key from https://console.curseforge.com/ \u2192 providers.curseforge.apiKey / CURSEFORGE_API_KEY (not the Upload API UUID token)\",\n \"packUpdate.probeNoName\": \"Cannot derive a searchable name from header/folder\",\n \"packUpdate.probeQueries\": \"Probe sources header={header} folder={folder}\\n \u2192 {queries}\",\n \"packUpdate.probeFail\": \"Source probe failed: {message}\",\n \"packUpdate.probeMiss\": \"No CurseForge match for: {name}\",\n \"packUpdate.probeLowScore\": \"Low similarity: {name} \u2192 {hit} ({score}) {url}\",\n \"packUpdate.probeHit\": \"Possible update source: {name} \u2192 {hit} ({score})\\n {url}\",\n \"packUpdate.editHint\": \"You can later edit {path} to change/disable sources (enabled: false)\",\n \"packUpdate.confirmBind\": \"Bind this CurseForge project as update source? {hit}\",\n \"packUpdate.probeAutoBind\": \"Non-interactive: auto-binding \u2192 {provider}:{slug}\\n {path}\",\n \"packUpdate.probeNoAutoBind\": \"Non-interactive: not auto-binding; use packs bind\",\n \"packUpdate.bindSkipped\": \"Bind skipped\",\n \"packUpdate.bindOk\": \"Bound {uuid} \u2192 {provider}:{slug} [{enabled}]\\n file: {path}\",\n \"packUpdate.bindBpOnly\": \"Only behavior packs (BP) can be bound\",\n \"packUpdate.resolveFail\": \"Cannot resolve CurseForge project: {ref}\",\n \"packUpdate.searchEmpty\": \"No CurseForge results: {query}\",\n \"packUpdate.sourcesHeader\": \"config: {config}\\nbindings: {sources}\",\n \"packUpdate.sourcesEmpty\": \"No bindings yet. Install a BP to probe, or packs bind.\",\n \"packUpdate.disabled\": \"pack-update disabled in config\",\n \"packUpdate.bindingDisabled\": \"binding disabled (enabled: false)\",\n \"packUpdate.noRemoteFile\": \"No remote file available\",\n \"packUpdate.fileNewer\": \"Newer remote file: {file} (id={id})\",\n \"packUpdate.upToDate\": \"up to date\",\n \"packUpdate.needSync\": \"Remote file not yet synced into world (version {local} \u2261 {remote}, fileId={id})\",\n \"packUpdate.remoteNoBp\": \"No behavior pack in remote archive\",\n \"packUpdate.bpNewer\": \"BP update {local} \u2192 {remote}\",\n \"packUpdate.installFail\": \"Install failed: {reason}\",\n \"packUpdate.installedBp\": \"Wrote BP \u2192 {dir} (v{version})\",\n \"packUpdate.installedRp\": \"Wrote RP \u2192 {dir} (v{version})\",\n \"packUpdate.rpInstallMiss\": \"Archive has RP but paired resource pack was not installed (check dependencies / pairedResourceUuid)\",\n \"packUpdate.applied\": \"Updated {name} BP={bp} RP={rp}\",\n \"packUpdate.noBinding\": \"No update binding for: {id}\",\n \"packUpdate.startupFail\": \"Startup update check failed: {message}\",\n} as const;\n\nexport type MessageKey = keyof typeof en;\n"],
5
- "mappings": "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",
4
+ "sourcesContent": ["/**\n * English message catalog \u2014 source of truth for MessageKey.\n * Placeholders use {name} form; chalk stays at call sites.\n */\nexport const en = {\n /* \u2500\u2500\u2500 common \u2500\u2500\u2500 */\n \"common.cancelled\": \"Cancelled\",\n \"common.done\": \"Done\",\n \"common.required\": \"Required\",\n \"common.error\": \"Error: {message}\",\n \"common.fatal\": \"Fatal\",\n \"common.unknownCommand\": \"Unknown command: {cmd}\",\n \"common.unknownShort\": \"Unknown: {cmd} (try: help)\",\n \"common.tips\": \"Tips\",\n \"common.path\": \"Path\",\n \"common.hint\": \"Hint\",\n \"common.none\": \"(none)\",\n \"common.all\": \"ALL\",\n\n /* \u2500\u2500\u2500 locale \u2500\u2500\u2500 */\n \"locale.current\": \"Current locale: {locale}\",\n \"locale.set\": \"Locale set to {locale}\",\n \"locale.invalid\": \"Unknown locale: {value} (try: zh-CN, en)\",\n \"locale.usage\": \"Usage: locale [zh-CN|en|zh|cn]\",\n \"locale.wizard\": \"CLI language / \u754C\u9762\u8BED\u8A00\",\n \"locale.opt.zh\": \"\u7B80\u4F53\u4E2D\u6587\",\n \"locale.opt.en\": \"English\",\n\n /* \u2500\u2500\u2500 CLI channel gates \u2500\u2500\u2500 */\n \"cli.replOnly\": \"Command `{cmd}` is REPL-only.\",\n \"cli.replOnly.hint\": \"Start the interactive CLI with `sfmc` (no args), then run it there.\",\n \"cli.needTty\": \"Command `{cmd}` requires an interactive TTY.\",\n\n /* \u2500\u2500\u2500 debug (BDS config) \u2500\u2500\u2500 */\n \"debug.state.on\": \"ON\",\n \"debug.state.off\": \"OFF\",\n \"debug.statusTitle\": \"BDS debug config\",\n \"debug.enabled\": \"sfmc_debug = true (BDS console debug logs enabled on next reload)\",\n \"debug.disabled\": \"sfmc_debug = false (BDS console debug logs disabled on next reload)\",\n \"debug.sentry.set\": \"SENTRY_DSN set: {dsn}\",\n \"debug.sentry.removed\": \"SENTRY_DSN removed\",\n \"debug.sentry.alreadyOff\": \"SENTRY_DSN already absent\",\n \"debug.sentry.dsnMissing\": \"--dsn <value> required\",\n \"debug.sentry.unknown\": \"Unknown sentry action: {action}\",\n \"debug.sentry.usage\": \"Usage: debug sentry on --dsn <dsn> | debug sentry off\",\n \"debug.unknown\": \"Unknown debug subcommand: {sub}\",\n \"debug.usage\": \"Usage: debug status | enable | disable | sentry on --dsn | sentry off\",\n \"debug.reloadHint\": \"Run `sfmc mod reload` or restart BDS to take effect.\",\n\n /* \u2500\u2500\u2500 help \u2500\u2500\u2500 */\n \"help.title\": \"sfmc \u2014 ScriptsForMinecraftServer CLI\",\n \"help.title.repl\": \"sfmc REPL\",\n \"help.usage\": \"Usage:\",\n \"help.section.options\": \"Options\",\n \"help.opt.packs\": \"Pack context, then packs subcommand; i = install\",\n \"help.opt.lang\": \"UI language for this process\",\n \"help.addon.compat\": \"Compat: -p/--packs flag (prefer `sfmc packs \u2026`)\",\n \"help.slash.hint\": \"Lines starting with / list commands. Tab switches send target.\",\n \"help.shortcut.slash\": \"Command list\",\n \"help.shortcut.ctrlp\": \"Command list\",\n \"help.shortcut.cursor\": \"Move cursor\",\n \"repl.palette.hint\": \"\u2191\u2193 \u00B7 Enter \u00B7 Esc\",\n \"repl.palette.empty\": \"No matches\",\n \"help.section.service\": \"\u2500\u2500\u2500 Service Control \u2500\u2500\u2500\",\n \"help.status\": \"Show all services status (includes QQ backend summary)\",\n \"help.logs\": \"Open log filter window (on-disk logs)\",\n \"help.start\": \"Start a service (db / qq / llbot / bds; qq defaults to official Bot)\",\n \"help.stop\": \"Stop a service\",\n \"help.restart\": \"Restart a service\",\n \"help.send\": \"Send command to a service (Tab cycles targets; QQ prompt shows official / llbot)\",\n \"help.section.update\": \"\u2500\u2500\u2500 BDS Update \u2500\u2500\u2500\",\n \"help.update\": \"Check / apply BDS update\",\n \"help.section.debug\": \"\u2500\u2500\u2500 BDS debug \u2500\u2500\u2500\",\n \"help.debug.status\": \"View sfmc_debug / SENTRY_DSN state\",\n \"help.debug.toggle\": \"Toggle sfmc_debug\",\n \"help.debug.sentry.on\": \"Set SENTRY_DSN\",\n \"help.debug.sentry.off\": \"Remove SENTRY_DSN\",\n \"help.section.module\": \"\u2500\u2500\u2500 Module Management \u2500\u2500\u2500\",\n \"help.module.list\": \"List installed modules\",\n \"help.module.search\": \"Search registry / show module info\",\n \"help.module.install\": \"Install a module\",\n \"help.module.uninstall\": \"Remove installed module\",\n \"help.module.verify\": \"Verify SHA-256 integrity\",\n \"help.module.info\": \"Show module details\",\n \"help.module.toggle\": \"Toggle module\",\n \"help.module.build\": \"Build BP+RP from enabled modules\",\n \"help.module.reload\": \"Build + deploy BP; send reload to BDS\",\n \"help.section.addon\": \"\u2500\u2500\u2500 Addon Manager \u2500\u2500\u2500\",\n \"help.addon\": \"World BP/RP inbox manager\",\n \"help.packs.list\": \"List world packs\",\n \"help.packs.search\": \"Search pack sources\",\n \"help.packs.enable\": \"Enable a pack\",\n \"help.packs.disable\": \"Disable a pack\",\n \"help.packs.doctor\": \"Diagnose pack wiring\",\n \"help.packs.path\": \"Show pack paths\",\n \"help.section.general\": \"\u2500\u2500\u2500 General \u2500\u2500\u2500\",\n \"help.init\": \"Setup wizard\",\n \"help.locale\": \"Show / set CLI language\",\n \"help.version\": \"Show version\",\n \"help.help\": \"Show this help\",\n \"help.quit\": \"Exit\",\n \"help.shortcuts\": \"Shortcuts:\",\n \"help.shortcut.tab\": \"Send target / list select\",\n \"help.shortcut.right\": \"Accept suggestion\",\n \"help.shortcut.ctrll\": \"Filter log level / source / history\",\n \"help.shortcut.history\": \"Command history\",\n\n /* \u2500\u2500\u2500 repl \u2500\u2500\u2500 */\n \"repl.stopping\": \"stopping services...\",\n \"repl.bye\": \"bye\",\n \"repl.forceStop\": \"force stopping services...\",\n \"repl.nonInteractive\": \" Non-interactive mode (pipe detected)\\n\",\n \"repl.historyHeader\": \"\u2500\u2500 history {count} line(s) \u2500\u2500\",\n \"repl.filter\": \"filter: {level} / {source} / {history}\",\n \"repl.followRequiresTty\": \"follow mode requires TTY\",\n \"repl.logsReplOnly\": \"logs is only available in the interactive REPL (opens filter window)\",\n \"repl.history.live\": \"live only (no replay)\",\n \"repl.history.last50\": \"last 50\",\n \"repl.history.last100\": \"last 100\",\n \"repl.history.last500\": \"last 500\",\n \"repl.history.last1000\": \"last 1000\",\n \"repl.history.last1min\": \"last 1 min\",\n \"repl.history.last5min\": \"last 5 min\",\n \"repl.history.last15min\": \"last 15 min\",\n \"repl.history.last1hour\": \"last 1 hour\",\n \"repl.history.all\": \"all buffered\",\n\n /* \u2500\u2500\u2500 services / commands \u2500\u2500\u2500 */\n \"svc.header\": \"Services\",\n \"svc.col.name\": \"Name\",\n \"svc.col.status\": \"Status\",\n \"svc.col.owner\": \"Owner\",\n \"svc.col.pid\": \"PID\",\n \"svc.col.uptime\": \"Uptime\",\n \"svc.state.running\": \"Running\",\n \"svc.state.stopped\": \"Stopped\",\n \"svc.owner.managed\": \"Managed\",\n \"svc.owner.external\": \"External\",\n \"svc.owner.none\": \"\u2014\",\n \"svc.running\": \"Running\",\n \"svc.runningExternal\": \"Running (external)\",\n \"svc.stopped\": \"Stopped\",\n \"svc.unknown\": \"Unknown service: {name} (try: {list})\",\n \"svc.logs.usage\": \"Usage: logs <service> [-n N] [-f]\",\n \"svc.logs.empty\": \"(no logs yet)\",\n \"svc.logs.header\": \"{title} logs (last {count}):\",\n \"svc.start.usage\": \"Usage: sfmc start <service>|-all\",\n \"svc.start.usageShort\": \"Usage: start <service>|-all\",\n \"svc.stop.usage\": \"Usage: sfmc stop <service>|-all\",\n \"svc.stop.usageShort\": \"Usage: stop <service>|-all\",\n \"svc.restart.usage\": \"Usage: sfmc restart <service>|-all\",\n \"svc.restart.usageShort\": \"Usage: restart <service>|-all\",\n \"svc.alreadyRunning\": \"{title} already running (PID {pid})\",\n \"svc.alreadyStarting\": \"{title} already starting...\",\n \"svc.started\": \"{title} started\",\n \"svc.startFailed\": \"{title} failed: {message}\",\n \"svc.alreadyStopped\": \"{title} already stopped\",\n \"svc.alreadyStopping\": \"{title} already stopping...\",\n \"svc.stoppedMsg\": \"{title} stopped\",\n \"svc.stopFailed\": \"{title} stop failed: {message}\",\n \"svc.send.usage\": \"Usage: send <service> <message>\",\n \"svc.notRunning\": \"{title} not running\",\n \"svc.writeFailed\": \"write failed\",\n \"svc.restarted\": \"{title} restarted\",\n \"svc.restartFailed\": \"{title} restart failed: {message}\",\n \"svc.allStarted\": \"All services started\",\n \"svc.allStopped\": \"All services stopped\",\n \"svc.skipped\": \"{title} skipped: {reason}\",\n \"svc.startAll.started\": \"Started: {list}\",\n \"svc.startAll.skipped\": \"Skipped: {list}\",\n \"svc.startAll.failed\": \"Failed: {list}\",\n \"svc.startAll.empty\": \"Nothing to start\",\n \"svc.qq.footer.official\": \"QQ bridge: official \u00B7 {enabled} \u00B7 AppID {appId} \u00B7 group_openid {openid} \u00B7 {sandbox} \u00B7 creds={creds}\",\n \"svc.qq.footer.llbot\": \"QQ bridge: llbot \u00B7 {enabled} \u00B7 group {group} \u00B7 path {path}\",\n \"svc.updateComplete\": \"update complete\",\n \"svc.updateExited\": \"update exited with code {code}\",\n \"svc.updateError\": \"update error: {message}\",\n \"svc.updateStartBds\": \"update: starting BDS via supervisor\",\n \"svc.bdsStarted\": \"BDS started (supervised)\",\n \"svc.bdsStartFailed\": \"BDS start failed: {message}\",\n \"svc.bdsStoppedForUpdate\": \"BDS was stopped for update; run `start bds` when ready\",\n \"svc.bdsAlreadyRunning\": \"BDS already running ({kind}, PID {pid})\",\n \"svc.stdinUnavailable\": \"{title} was started externally; stdin commands unavailable\",\n \"svc.stoppedExternal\": \"{title} stopped (external process)\",\n\n /* \u2500\u2500\u2500 wizard \u2500\u2500\u2500 */\n \"wizard.intro\": \"Setup Wizard =D\",\n \"wizard.rerun\": \"Already initialized. Re-run setup?\",\n \"wizard.skipped\": \"Setup skipped\",\n \"wizard.step1\": \"Step 1 - Runtime Environment\",\n \"wizard.runtimeRoot\": \"Runtime root: {root}\",\n \"wizard.npmMissing\": \"npm runtime is missing required directories: {list}\",\n \"wizard.prepFailed\": \"Runtime preparation failed: {message}\",\n \"wizard.step2\": \"Step 2 - External Runtimes\",\n \"wizard.step2Note\": \"Select paths for BDS, Database, and QQ bridge backend\",\n \"wizard.bdsDir\": \"BDS installation directory\",\n \"wizard.cannotCreateBds\": \"Cannot create BDS installation directory: {dir}\",\n \"wizard.qqBackend\": \"QQ bridge backend:\",\n \"wizard.qqBackend.official\": \"QQ Open Platform (official Bot)\",\n \"wizard.qqBackend.officialHint\": \"Recommended; needs AppID / AppSecret\",\n \"wizard.qqBackend.llbot\": \"LLBot (OneBot 11)\",\n \"wizard.qqBackend.llbotHint\": \"Requires local LLBot process\",\n \"wizard.qqBackend.disabled\": \"Disable QQ bridge for now\",\n \"wizard.qqBackend.disabledHint\": \"qq_enabled=false\",\n \"wizard.qqAppId\": \"QQ Open Platform AppID:\",\n \"wizard.qqAppSecret\": \"QQ Open Platform AppSecret:\",\n \"wizard.qqSandbox\": \"Use sandbox environment?\",\n \"wizard.qqGroupOpenid\": \"Group openid (optional for now):\",\n \"wizard.qqGroupOpenidHint\": \"not a classic group number\",\n \"wizard.enableLlbot\": \"Enable LLBot process takeover?\",\n \"wizard.llbotDir\": \"LLBot runtime directory\",\n \"wizard.usingDefault\": \"Using default: {path}\",\n \"wizard.dbDir\": \"Database storage directory\",\n \"wizard.dbPort\": \"Database server port:\",\n \"wizard.portRange\": \"Enter 1024\u201365535\",\n \"wizard.valueRequired\": \"Value is required!\",\n \"wizard.step3\": \"Step 3 - BDS Environment\",\n \"wizard.bdsFound\": \"Found at {path}\",\n \"wizard.bdsNotFound\": \"Not found at {path}\",\n \"wizard.eula\":\n \"Do you agree to the EULA(https://www.minecraft.net/en-us/eula) published by Mojang? You must agree to it before you can use this program.\",\n \"wizard.disagreed\": \"Disagreed.\",\n \"wizard.downloadBds\": \"Download BDS now?\",\n \"wizard.selectChannel\": \"Select channel:\",\n \"wizard.channel.release\": \"Release\",\n \"wizard.channel.releaseHint\": \"stable\",\n \"wizard.channel.preview\": \"Preview\",\n \"wizard.channel.previewHint\": \"may be unstable\",\n \"wizard.cannotCreateBackup\": \"Cannot create BDS backup directory: {dir}\",\n \"wizard.backupDir\": \"BDS backup directory\",\n \"wizard.preserve\": \"Files to preserve on update(When updates are enabled next time):\",\n \"wizard.preserve.serverProps\": \"server config\",\n \"wizard.preserve.worlds\": \"world data\",\n \"wizard.preserve.config\": \"config directory\",\n \"wizard.updaterTip\":\n \"If could not find BDS runtime, updater will be started later.\\n You can configure updater later in configs/bds_updater.json\",\n \"wizard.step4\": \"Step 4 - Modules\",\n \"wizard.modulesFound\": \"Found {count} optional modules\",\n \"wizard.modulesNone\": \"No modules catalog found\",\n \"wizard.enableModules\": \"Enable modules:\",\n \"wizard.emptyHint\": \"(empty)\",\n \"wizard.updatingConfigs\": \"Updating configs\",\n \"wizard.configsUpdated\": \"Configs updated\",\n \"wizard.updatingModules\": \"Updating module state\",\n \"wizard.modulesUpdated\": \"Module state updated\",\n \"wizard.initDb\": \"Initializing database\",\n \"wizard.dbTimeout\": \"Database startup timed out\",\n \"wizard.dbOk\": \"Database initialized\",\n \"wizard.downloadingBds\": \"Downloading BDS\",\n \"wizard.downloadFail\": \"Downloaded Failure.\",\n \"wizard.bdsDownloaded\": \"BDS downloaded\",\n \"wizard.done\": \"Done! Run help to learn managing.\",\n \"wizard.installing\": \"Installing {count} module(s) from first-party registry\",\n \"wizard.installed\": \"{count} installed\",\n \"wizard.installFailed\": \"install failed: {message}\\nYou can retry with: sfmc mod install <id>\",\n \"wizard.fetchMissing\": \"fetch-module missing \u2014 run `sfmc mod install <id>` later for each of: {list}\",\n \"wizard.noModulesSelected\":\n \"No modules selected \u2014 behavior pack will be empty until you install one with `sfmc mod install <id>`.\",\n \"wizard.buildingBp\": \"Building behavior pack\",\n \"wizard.buildFailed\": \"build failed: {message}\\nRun `sfmc mod build` later to retry.\",\n \"wizard.deploying\": \"Deploying to {path}\",\n \"wizard.restartBds\": \"Restart BDS to load the new behavior pack.\",\n \"wizard.deployFailed\": \"deploy failed: {message}\\nRun `sfmc mod reload` after fixing bds_path in configs/.\",\n\n /* \u2500\u2500\u2500 prompts \u2500\u2500\u2500 */\n \"prompt.enterPath\": \"Enter path\",\n \"prompt.browse\": \"Browse\u2026\",\n \"prompt.browseHint\": \"Open system folder picker\",\n\n /* \u2500\u2500\u2500 reload \u2500\u2500\u2500 */\n \"reload.buildOnly\": \"(deploy done; type reload in BDS/game, or omit --build-only to send automatically)\",\n \"reload.bdsNotRunning\":\n \"BDS is not running \u2014 build+deploy finished. After start, type reload in BDS console or in-game.\",\n \"reload.sent\": \"Sent reload to BDS\",\n\n /* \u2500\u2500\u2500 bp \u2500\u2500\u2500 */\n \"bp.usage\": \"Usage: sfmc behavior-pack|bp <build|deploy>\",\n /* \u2500\u2500\u2500 module commands \u2500\u2500\u2500 */\n \"mod.usage\": \"Usage: sfmc {cmds} <{subs}> [args]\",\n \"mod.list.title\": \"Installed modules\",\n \"mod.noneInstalled\": \"\\nNo modules installed. Drop a module folder under {dir} or run `sfmc mod install <id>`.\\n\",\n \"mod.notInRegistry\": 'Module \"{query}\" not found in first-party registry.',\n \"mod.info.usage\": \"Usage: mod info <id>\",\n \"mod.notInstalledAt\": \"Module {id} not installed at {path}\",\n \"mod.notInstalled\": \"Module {id} not installed\",\n \"mod.verifyOk\": \"{id} ok\\n fingerprint: {fp}\\n\",\n \"mod.dbUnreachable\": \"Cannot reach db-server at {url}: {message}. Is db-service running? (sfmc> start db)\",\n \"mod.toggleFailed\": \"{action} {id} failed: {err}\",\n \"mod.action.enabled\": \"enabled\",\n \"mod.action.disabled\": \"disabled\",\n \"mod.toggleOk\": \"{label} {id}\",\n \"mod.toggleBadBody\": \"{action} {id} returned: {text}\",\n \"mod.cannotDisable\": \"Module {id} cannot be disabled (canDisable=false)\",\n \"mod.toggleLockFailed\": \"Failed to write module-lock ({id}): {message}\",\n \"mod.toggleDbSkipped\":\n \"Wrote module-lock; db-server not synced ({detail}). Memory state updates on next start db; in-game still needs mod reload / BDS restart.\",\n \"mod.enable.usage\": \"Usage: mod enable <id>\",\n \"mod.disable.usage\": \"Usage: mod disable <id>\",\n \"mod.install.usage\":\n \"Usage: mod install <id>\\n mod install <id> --from <source> [--link] [--sha256 <hex>]\",\n \"mod.fromUnknown\": \"unknown --from source: {value}. Use npm:|local[:<path>]|tgz:|zip:|dir:|github:<repo>[@tag]\",\n \"mod.fetchMissing\": \"fetch-module not found. Install @sfmc-bds/sfmc or run inside the monorepo.\",\n \"mod.uninstall.usage\": \"Usage: mod uninstall <id>\",\n \"mod.notInstalledFolder\": \"Module {id} not installed (no folder at {path})\",\n \"mod.removed\": \"Removed {id} from {path}\\n\",\n\n /* \u2500\u2500\u2500 pack lifecycle \u2500\u2500\u2500 */\n \"pack.built\": \"built packs at {path}\",\n \"pack.buildFailed\": \"pack build failed: {message}\",\n \"pack.deployed\": \"deployed packs\",\n \"pack.deployFailed\": \"pack deploy failed: {message}\",\n \"pack.statusFailed\": \"pack status failed: {message}\",\n \"pack.listFailed\": \"pack list failed: {message}\",\n \"pack.noCatalog\": \"no deployed catalog \u2014 run `sfmc pack deploy` first\",\n \"pack.noUuid\": \"no {kind} pack uuid in catalog\",\n \"pack.actionFailed\": \"{action} failed: {detail}\",\n \"pack.enabledOk\": \"enabled {kind} pack {uuid}\",\n \"pack.disabledOk\": \"disabled {kind} pack {uuid}\",\n \"pack.actionErr\": \"pack {action} failed: {message}\",\n \"pack.usage\": \"Usage: sfmc pack <{subs}> [behavior|resource]\",\n\n /* \u2500\u2500\u2500 world packs / addon \u2500\u2500\u2500 */\n \"packs.restartHint\": \"Restart BDS for changes to take effect\",\n \"packs.rejoinHint\": \"Clients must rejoin to download resource packs\",\n \"packs.conflict\": \"Conflict detected:\",\n \"packs.conflict.existing\": \" Existing: {name} v{version} {uuid}\\n {dir}\",\n \"packs.conflict.incoming\": \" Incoming: {name} v{version} {uuid}\",\n \"packs.overwriteAsk\": \"Overwrite existing pack (same UUID, version not newer)?\",\n \"packs.badManifest\": \"Unrecognized manifest (need resources/data/script module and header name/uuid/version)\",\n \"packs.skippedNoOverwrite\": \"Skipped (not overwritten)\",\n \"packs.conflictSkip\": \" Conflict skipped (non-interactive; use --force): {name}\",\n \"packs.inboxSkip\": \" Skipping inbox: {message}\",\n \"packs.inboxFound\": \" Inbox found {count} item(s) \u2192 {level}\",\n \"packs.alreadyDone\": \" Already processed, skip: {name}\",\n \"packs.dryRunExtract\": \" dry-run extract: {name}\",\n \"packs.noPackRoot\": \" Pack root not found: {name}\",\n \"packs.installedEnabled\": \" Installed & enabled {kind}: {name} v{version}\",\n \"packs.installFailed\": \" Install failed {name}: {reason}\",\n \"packs.listEmpty\": \"(none)\",\n \"packs.list.bpHeader\": \"Behavior packs:\",\n \"packs.list.rpHeader\": \"Resource packs:\",\n \"packs.list.on\": \"on \",\n \"packs.list.off\": \"off\",\n \"packs.doctor.parseFail\": \"{file} could not be parsed\",\n \"packs.doctor.missingDir\": \"List has uuid but directory missing ({kind}): {uuid}\",\n \"packs.doctor.versionMismatch\": \"Version mismatch ({kind}): {folder} list {listVer} vs disk {diskVer}\",\n \"packs.doctor.notEnabled\": \"Installed but not enabled: [{kind}] {folder} ({uuid})\",\n \"packs.doctor.ok\": \"doctor: no issues found\",\n \"packs.doctor.found\": \"doctor found {count} issue(s):\\n{list}\",\n \"packs.notFound\": \"Pack not found: {id}\",\n \"packs.toggleDone\": \"{verb} {folder} done. {hint}\",\n \"packs.bump.usage\": \"Usage: packs bump <uuid|folder> (RP only)\",\n \"packs.bump.rpOnly\": \"packs bump only supports resource packs (RP)\",\n \"packs.bumped\": \"Bumped {folder} \u2192 v{version}. {restart}; {rejoin}\",\n \"packs.pathMissing\": \"Path does not exist: {path}\",\n \"packs.notArchive\": \"Not a pack directory or .zip/.mcpack/.mcaddon\",\n \"packs.noManifestRoot\": \"No pack root with manifest.json found\",\n \"packs.installedLine\": \"Installed & enabled: {name} v{version} ({kind})\",\n \"packs.skipFailLine\": \"Skipped/failed: {name} ({reason})\",\n \"packs.inboxEmpty\": \"Inbox is empty\",\n \"packs.search.usage\": \"Usage: packs search <query> (CurseForge remote; requires API key)\",\n \"packs.bind.usage\": \"Usage: packs bind <uuid|folder> <projectId|slug|url>\",\n \"packs.unbind.usage\": \"Usage: packs unbind <uuid|folder>\",\n \"packs.unbindOk\": \"Unbound {uuid} (or edit {path})\",\n \"packs.unbindMiss\": \"No binding found: {id}\",\n \"packs.update.usage\": \"Usage: packs update <uuid|folder|--all>\",\n \"packs.toggle.usage\": \"Usage: packs {verb} <uuid|folder>\",\n \"packs.uninstall.usage\":\n \"Usage: packs uninstall [uuid|folder...] [--purge] [--no-paired]\\n No args + TTY \u2192 multi-select; multiple ids allowed\",\n \"packs.uninstall.protected\": \"Refusing to uninstall platform pack: {folder} (use sfmc mod)\",\n \"packs.uninstall.trashed\": \"Uninstalled to recycle bin: {folder}\\n \u2192 {dest}\",\n \"packs.uninstall.deleted\": \"Uninstalled and deleted: {folder}\",\n \"packs.uninstall.dirMissing\": \"Removed from enable list; directory already missing: {folder}\",\n \"packs.uninstall.bindingRemoved\": \"Cleared update-source binding: {uuid}\",\n \"packs.uninstall.pick\": \"Select packs to uninstall (space to toggle, enter to confirm)\",\n \"packs.uninstall.summary\": \"Will uninstall {count} item(s) (including paired RPs):\",\n \"packs.uninstall.confirm\": \"Uninstall these {count} item(s)?\",\n \"packs.uninstall.cancelled\": \"Uninstall cancelled\",\n \"packs.uninstall.none\": \"No uninstallable packs\",\n \"packs.uninstall.pairedOf\": \"(paired with {folder})\",\n \"packs.install.usage\": \"Usage: packs install [path|--inbox] [--force]\",\n \"packs.installInbox\": \"install inbox: installed={installed} skipped={skipped} failed={failed}\",\n \"packs.scanResult\": \"scan: installed={installed} skipped={skipped} failed={failed}\",\n \"packs.unknownSub\": \"Unknown packs subcommand: {verb}\\n\",\n \"packs.usage.title\": \"{cmd} (alias {alias}) \u2014 world-side BP/RP\",\n \"packs.usage.bump\": \"RP only; patch version +1\",\n \"packs.usage.cfSearch\": \"CurseForge search (API key required)\",\n \"packs.usage.inbox\": \"Inbox: {path}\",\n \"packs.usage.trash\": \"Uninstall recycle bin: {path} (pack-update.json \u2192 uninstall.recycleBin)\",\n \"packs.usage.sources\": \"Update source bindings: {path} (edit enabled/projectId)\",\n \"packs.usage.enableNote\": \"Install enables via world_*_packs.json by default; {hint}.\",\n \"packs.usage.moduleNote\": \"For module aggregation use {cmd} (not this command).\",\n\n \"packUpdate.needKey\":\n \"No pack update provider configured. Set providers.*.apiKey in {path} (or the matching env var). CurseForge: get a Studios key from https://console.curseforge.com/ \u2192 providers.curseforge.apiKey / CURSEFORGE_API_KEY (not the Upload API UUID token)\",\n \"packUpdate.probeNoName\": \"Cannot derive a searchable name from header/folder\",\n \"packUpdate.probeQueries\": \"Probe sources header={header} folder={folder}\\n \u2192 {queries}\",\n \"packUpdate.probeFail\": \"Source probe failed: {message}\",\n \"packUpdate.probeMiss\": \"No CurseForge match for: {name}\",\n \"packUpdate.probeLowScore\": \"Low similarity: {name} \u2192 {hit} ({score}) {url}\",\n \"packUpdate.probeHit\": \"Possible update source: {name} \u2192 {hit} ({score})\\n {url}\",\n \"packUpdate.editHint\": \"You can later edit {path} to change/disable sources (enabled: false)\",\n \"packUpdate.confirmBind\": \"Bind this CurseForge project as update source? {hit}\",\n \"packUpdate.probeAutoBind\": \"Non-interactive: auto-binding \u2192 {provider}:{slug}\\n {path}\",\n \"packUpdate.probeNoAutoBind\": \"Non-interactive: not auto-binding; use packs bind\",\n \"packUpdate.bindSkipped\": \"Bind skipped\",\n \"packUpdate.bindOk\": \"Bound {uuid} \u2192 {provider}:{slug} [{enabled}]\\n file: {path}\",\n \"packUpdate.bindBpOnly\": \"Only behavior packs (BP) can be bound\",\n \"packUpdate.resolveFail\": \"Cannot resolve CurseForge project: {ref}\",\n \"packUpdate.searchEmpty\": \"No CurseForge results: {query}\",\n \"packUpdate.sourcesHeader\": \"config: {config}\\nbindings: {sources}\",\n \"packUpdate.sourcesEmpty\": \"No bindings yet. Install a BP to probe, or packs bind.\",\n \"packUpdate.disabled\": \"pack-update disabled in config\",\n \"packUpdate.bindingDisabled\": \"binding disabled (enabled: false)\",\n \"packUpdate.noRemoteFile\": \"No remote file available\",\n \"packUpdate.fileNewer\": \"Newer remote file: {file} (id={id})\",\n \"packUpdate.upToDate\": \"up to date\",\n \"packUpdate.needSync\": \"Remote file not yet synced into world (version {local} \u2261 {remote}, fileId={id})\",\n \"packUpdate.remoteNoBp\": \"No behavior pack in remote archive\",\n \"packUpdate.bpNewer\": \"BP update {local} \u2192 {remote}\",\n \"packUpdate.installFail\": \"Install failed: {reason}\",\n \"packUpdate.installedBp\": \"Wrote BP \u2192 {dir} (v{version})\",\n \"packUpdate.installedRp\": \"Wrote RP \u2192 {dir} (v{version})\",\n \"packUpdate.rpInstallMiss\":\n \"Archive has RP but paired resource pack was not installed (check dependencies / pairedResourceUuid)\",\n \"packUpdate.applied\": \"Updated {name} BP={bp} RP={rp}\",\n \"packUpdate.noBinding\": \"No update binding for: {id}\",\n \"packUpdate.startupFail\": \"Startup update check failed: {message}\",\n} as const;\n\nexport type MessageKey = keyof typeof en;\n"],
5
+ "mappings": "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",
6
6
  "names": []
7
7
  }
@@ -1 +1 @@
1
- {"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/zh-CN.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE1C,yBAAyB;AACzB,eAAO,MAAM,IAAI,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAyY3C,CAAC"}
1
+ {"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/zh-CN.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE1C,yBAAyB;AACzB,eAAO,MAAM,IAAI,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CA4Z3C,CAAC"}