#minecraft-server #plugin #minecraft #gamedev

app mcsast

Manage Minecraft server / proxy / plugins quickly and easily!

6 stable releases

Uses new Rust 2024

2.3.0 Jul 18, 2025
2.2.2 Jul 10, 2025
2.2.0 Jun 24, 2025
2.1.0 Apr 18, 2025

#509 in Command line utilities

Download history 3/week @ 2025-09-26 2/week @ 2025-10-03

383 downloads per month

GPL-3.0 license

45KB
1K SLoC

MCSAST

Discord GitHub branch check runs Crates.io Total Downloads Crates.io Version AUR Version

Manage Minecraft server / proxy / plugins quickly and easily!

Quick start

Install via Cargo

Latest stable build from crates.io

cargo install mcsast

Latest code from GitHub

cargo install --git https://github.com/MagicTeaMC/Minecraft-server-auto-setup.git --branch v2

Latest stable build from AUR

paru -S mcsast

Or with yay

yay -S mcsast

Run with command

mcsast setup

Give information to us with terminal: terminal look

Supported softwares

Want to add other software support? Open an Issue.

Servers commands

Setup a server

mcsast setup

If you want it to setup automantic, here is a command
Note: The --mc-version and --eula flags are only required for Java Edition servers (not proxies).

mcsast setup --software=paper --mc-version=1.21.1 --eula=true -y

Update to latest build of current Minecraft version

mcsast update

Upgrade Minecraft version

mcsast upgrade

or

mcsast upgrade --version 1.21.6

Plugins commands

Help message

mcsast plugins

List plugins

mcsast plugins list

Add plugin

Note: --force to install latest unstable version

mcsast plugins add <name>

Load plugins setup

mcsast plugins load <file.json>

Update plugins

Note: --force to install latest unstable version

mcsast plugins update <name/all>

Remove plugin

mcsast plugins remove <name>

Search plugins

mcsast plugins search <name>

Get plugin information

mcsast plugins info <name/ID>

Export plugins setup

Note: --output <filename.json> to custom output file name

mcsast plugins export

Dependencies

~11–28MB
~333K SLoC