File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 66 - .github/workflows/build-windows.yml
77 - src/**
88 - xmake.lua
9+ workflow_dispatch :
910
1011jobs :
1112 build :
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ The launcher for [Allay](https://github.com/AllayMC/Allay) that aims to be small
77- [x] Detect java status
88- [x] Manage Allay
99- [x] Discover system proxy setting automatically
10+ - [ ] Arm64 architecture support
1011
1112## Installation
1213
1920## Commands
2021
2122Start the server (will download the latest nightly version of allay if allay haven't been downloaded):
23+
2224``` bash
2325allay
2426```
2527
2628This is equal to:
29+
2730``` bash
2831allay -u -r -n
2932```
@@ -36,24 +39,28 @@ Available options:
3639- ` -a ` Pass arguments to java
3740- ` -d ` Use deamon mode, which the launcher will restart the server after server stopped
3841
39- Start the server with specified maximum memory limit:
42+ Start the server with specified memory limit:
4043
4144Windows(cmd):
45+
4246``` bash
4347allay -u -r -n -a ' -Xms1G -Xmx4G'
4448```
4549
4650Linux(bash):
51+
4752``` bash
4853allay -u -r -n -a ' \-Xms1G \-Xmx4G'
4954```
5055
5156Start the server, and will restart the server if server crashed:
57+
5258``` bash
5359allay -u -r -n -d
5460```
5561
5662Start the server, but do not check for update:
63+
5764``` bash
5865allay -r
5966```
You can’t perform that action at this time.
0 commit comments