Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
Inspired by tools like `rustup` and `npm init`, `mcup` simplifies the setup process and allows for templated server creation with support for multiple server types (e.g., vanilla, Spigot).
Made for both advanced server managers and beginners setting up their first server.

> [!WARNING]
> **Project Development Frozen**
>
> The active development of this project is currently on hold.
> While the past year of building this tool has been an incredibly rewarding journey, other projects currently require my attention.
> The project will continue to receive critical security and stability updates.
> Active development may resume in the future as time permits and community interest grows.

## Features

- Fast server setup with a single command
Expand Down
9 changes: 9 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ Made for both advanced server managers and beginners setting up their first serv
[Getting Started](getting-started/installation.md){ .md-button .md-button--primary }
[Commands Overview](commands/index.md){ .md-button }

<br>

!!! warning "Project Development Frozen"

The active development of this project is currently on hold.
While the past year of building this tool has been an incredibly rewarding journey, other projects currently require my attention.
The project will continue to receive critical security and stability updates.
Active development may resume in the future as time permits and community interest grows.

## Features

<div class="grid cards" markdown style="grid-template-columns: repeat(2, 1fr);">
Expand Down
Loading