-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
CoolLoong
committed
Mar 21, 2024
1 parent
18a15f4
commit e487026
Showing
11 changed files
with
37 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
# PNX-CLI | ||
[![English](https://img.shields.io/badge/English-100%25-green?style=flat-square)](https://github.com/PowerNukkitX/PNX-CLI/blob/master/README.md) | ||
[![简体中文](https://img.shields.io/badge/简体中文-100%25-green?style=flat-square)](https://github.com/PowerNukkitX/PNX-CLI/blob/master/lang/ZH-README.md) | ||
|
||
|
||
PNX-CLI is a command line tool for PNX. It can help you to install and start PNX quickly. | ||
PNX-CLI is a command line tool for PNX. It can help you start PNX quickly. | ||
windows using . \pnx.exe to run. | ||
linux use . /pnx to run. | ||
Hereafter abbreviated to pnx. | ||
linux use . /pnx to run. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
115 changes: 0 additions & 115 deletions
115
src/main/java/cn/powernukkitx/cli/cmd/UpdateCommand.java
This file was deleted.
Oops, something went wrong.
108 changes: 0 additions & 108 deletions
108
src/main/java/cn/powernukkitx/cli/data/remote/GithubHelper.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
src/main/resources/cn/powernukkitx/cli/cmd/Start.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
usage.description = Generator start command and start pnx server. | ||
generate-only = Generate start command only, do not start pnx server. | ||
no-java17 = No java17 vms are found. Try `%1s jvm install` to install a java17 vm. | ||
usage.description=Generator start command and start pnx server. | ||
generate-only=Generate start command only, do not start pnx server. | ||
no-java17=No java17 vms are found. Try `%1s jvm install` to install a java17 vm. | ||
using-jvm=Using JVM: %s1 | ||
no-pnx=PNX core not found, will be installed automatically | ||
no-pnx=PNX core not found, Please manual download `PowerNukkitX-Core` from https://github.com/PowerNukkitX/PowerNukkitX/actions | ||
using-pnx=Using PNX core: %s1 | ||
restart = Auto-restart pnx server if it crashes. | ||
restart=Auto-restart pnx server if it crashes. | ||
stdin=Input into PNX through a specific file. | ||
no-libs=PNX Libs not found, will be installed automatically | ||
no-libs=PNX Libs not found, Please manual download `PowerNukkitX-Libs` from https://github.com/PowerNukkitX/PowerNukkitX/actions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.