The launcher for Allay that aims to be small, fast and ready out of the box⚡
- Detect java status
- Manage Allay
- Discover system proxy setting automatically
Install from one command line:
WIP
Start the server (will download the latest nightly version of allay if allay haven't been downloaded):
allay
This is equal to:
allay -u -r -n
Available options:
-u
Check for update before starting the server-r
Run allay server-n
Use nightly build-a
Pass arguments to java-d
Use deamon mode, which the launcher will restart the server after server stopped
Start the server with specified maximum memory limit:
Windows(cmd):
allay -u -r -n -a '-Xms1G -Xmx4G'
Linux(bash):
allay -u -r -n -a '\-Xms1G \-Xmx4G'
Start the server, and will restart the server if server crashed:
allay -u -r -n -d
Start the server, but do not check for update:
allay -r
Copyright ©️ 2023-2024 AllayMC, all rights reserved.
If not otherwise specified, project content is open source under the LGPL-3.0 license.