Skip to content

Latest commit

 

History

History
82 lines (54 loc) · 1.68 KB

README.md

File metadata and controls

82 lines (54 loc) · 1.68 KB

AllayLauncher

The launcher for Allay that aims to be small, fast and ready out of the box⚡

Features

  • Automatically check java installation status.
  • Manage allay server.
  • Use a proxy to download updates.
  • Broad platform support.
  • Managed java environment.

Installation

Install from one command line:

Linux:

wget -qO- https://raw.githubusercontent.com/AllayMC/AllayLauncher/refs/heads/main/scripts/install_linux.sh | bash

Windows(PowerShell):

Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/AllayMC/AllayLauncher/refs/heads/main/scripts/install_windows.ps1").Content

Commands

Start the server (will download the latest version of allay if it is not installed):

allay

This is equal to:

allay --run --update

Allows concatenation of single-character arguments:

allay -ru

Available options:

  • -r, --run Run allay server
  • -u, --update Check for update before starting the server
  • -n, --nightly Use nightly build
  • -d, --daemon Use deamon mode, which the launcher will restart the server after server stopped
  • -a, --args Pass arguments to java

Pass custom parameters to the JVM, such as memory limits:

Important

The "-" before the parameter will be automatically added.

allay -ru --args Xms1G Xmx4G

Start the server in daemon mode:

allay -rud

Start the server, but do not check for update:

allay --run

License

Copyright ©️ 2023-2024 AllayMC, all rights reserved.

If not otherwise specified, project content is open source under the LGPL-3.0 license.