encode42 / flags.sh

A simple script generator to start your Minecraft servers with optimal flags.

Home Page:https://flags.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flags.sh

A simple script generator to start your Minecraft servers with optimal flags.


Includes many configuration options such as Aikar's flags, automatic restarting, and Pterodactyl overhead calculation.

Inspired by startmc.sh, built with Blitz.js and Mantine UI.

🔨 Building

Ensure Yarn and Node.js are installed.

  1. Enter the directory containing the flags.sh source code in your terminal.
  2. Install the build dependencies via yarn install.
  3. Either start a live development environment, or build for production.
    • yarn run dev: Start a live development environment
    • yarn run export: Build for production to /out/

About

A simple script generator to start your Minecraft servers with optimal flags.

https://flags.sh

License:MIT License


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%