From b07d01d09bd27b2b83767b987f02a3583236b6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Jaros=C5=82awski?= Date: Tue, 23 Jun 2026 23:23:36 +0200 Subject: [PATCH] chore: add note about frozen project development status --- README.md | 8 ++++++++ docs/index.md | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/README.md b/README.md index 1322ee3..93735c5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index d43e98b..b190643 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 } +
+ +!!! 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