@tobylai/qmcli 0.0.5 → 0.0.7
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/README.md +6 -3
- package/dist/qmcli.cjs +57 -84
- package/package.json +12 -7
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ many features are still working in progress
|
|
|
38
38
|
- users
|
|
39
39
|
- [X] add/remove users
|
|
40
40
|
- [X] offline users
|
|
41
|
-
- [ ] mojang users
|
|
41
|
+
- [ ] mojang users (deprecated?)
|
|
42
42
|
- [ ] microsoft users
|
|
43
43
|
- settings
|
|
44
44
|
- [X] change download mirror
|
|
@@ -48,8 +48,11 @@ many features are still working in progress
|
|
|
48
48
|
- [ ] change java path
|
|
49
49
|
- localization
|
|
50
50
|
- [X] support en(English)
|
|
51
|
-
- [
|
|
51
|
+
- [X] support zh_cn(简体中文)
|
|
52
52
|
|
|
53
53
|
## FAQ
|
|
54
54
|
### Why the name?
|
|
55
|
-
QMCLI is for **Q**uick **M**ine**C**raft **L**auncher **
|
|
55
|
+
QMCLI is for **Q**uick **M**ine**C**raft **L**auncher **CLI**
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
QMCLI is not an official product [product/service/activity/etc.] of MINECRAFT. It has not been approved by MOJANG or MICROSOFT and is not associated with MOJANG or MICROSOFT.
|