From 6dc9ce7cb1912299e6f31e8c73bf6acd05ee7753 Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Tue, 4 Aug 2026 16:31:07 +0300 Subject: [PATCH 1/5] Add files via upload --- .github/CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c3c7151d..24ed2426 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,4 +1,8 @@ # Contributing Guide + +> ## 🗄️ ARCHIVED — Not Accepting Contributions +> This project is archived. Pull requests and feature requests will not be reviewed or merged. Issues will not be triaged. This document is kept for historical reference only. + Thank you for considering contributing to this Minecraft Java Edition datapack. This document defines contribution standards, architectural constraints, and review criteria. All contributions are evaluated based on stability, performance, security, and long-term maintainability. From ebc9df5d348614e6c6192a4d2e238c3965ac75aa Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Tue, 4 Aug 2026 16:31:31 +0300 Subject: [PATCH 2/5] Add files via upload --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0750b01..cebea4de 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # 🔧 dataLib + +> ## 🗄️ ARCHIVED +> **This project is archived and no longer maintained.** No new features, bug fixes, or security patches will be released. The information below reflects the state of the project at the time of archival and is kept for reference only. +> +> Use at your own risk — known issues will not be fixed, and newer Minecraft versions are not guaranteed to be compatible. + **Minecraft Java Edition 26.2 | Multiplayer-Safe | Pure Datapack** [![CI](https://github.com/runtoolkit/dataLib-dp/actions/workflows/ci.yml/badge.svg)](https://github.com/runtoolkit/dataLib-dp/actions/workflows/ci.yml) @@ -9,7 +15,7 @@ > Current version: **v6.0.2** --- -> **This datapack is considered safe to use, but it is still actively receiving security improvements, bug fixes, and new features. Please keep it up to date.** +> **This datapack was considered safe to use as of its last release, but it no longer receives security improvements, bug fixes, or new features. There is no "up to date" version to move to.** > > **Do not copy `datalib:input` or `datalib:engine` into your own datapack.** It is an internal implementation detail and may change without notice between releases. @@ -132,6 +138,8 @@ function datalib:core/lib/string/replace ## 💬 Support +**This project is archived. Issues and pull requests are not monitored and will not be actioned.** + [![Issues](https://img.shields.io/github/issues/runtoolkit/dataLib-dp?style=for-the-badge)](https://github.com/runtoolkit/dataLib-dp/issues) [![Discussions](https://img.shields.io/github/discussions/runtoolkit/dataLib-dp?style=for-the-badge&logo=github&color=blue)](https://github.com/runtoolkit/dataLib-dp/discussions) From 47a89b49289d46a31033918c03c20827a50cddcb Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Tue, 4 Aug 2026 16:36:45 +0300 Subject: [PATCH 3/5] Update load.mcfunction --- .../data/datalib.main/function/datalib/load.mcfunction | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/datapacks/dataLib/data/datalib.main/function/datalib/load.mcfunction b/datapacks/dataLib/data/datalib.main/function/datalib/load.mcfunction index 16086849..cb8a88ed 100644 --- a/datapacks/dataLib/data/datalib.main/function/datalib/load.mcfunction +++ b/datapacks/dataLib/data/datalib.main/function/datalib/load.mcfunction @@ -1,5 +1,7 @@ #> This function will run on datapack loading +return run tellraw @a {"text":"[dataLib] This datapack is ARCHIVED and no longer maintained. It will NOT load. To load it anyway, manually run: function #load:_private/load","color":"red"} + execute if data storage datalib:engine {global:{loaded:1b}} run return 0 -function #load:_private/load \ No newline at end of file +function #load:_private/load From 0b9c3ee2c60a0517ab2819a2d92a7a47015f2998 Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Tue, 4 Aug 2026 16:37:08 +0300 Subject: [PATCH 4/5] Add files via upload --- .../datalib/function/debug/tools/utils/check_all.mcfunction | 2 ++ 1 file changed, 2 insertions(+) diff --git a/datapacks/dataLib/data/datalib/function/debug/tools/utils/check_all.mcfunction b/datapacks/dataLib/data/datalib/function/debug/tools/utils/check_all.mcfunction index 905a8106..88c261ed 100644 --- a/datapacks/dataLib/data/datalib/function/debug/tools/utils/check_all.mcfunction +++ b/datapacks/dataLib/data/datalib/function/debug/tools/utils/check_all.mcfunction @@ -1,3 +1,5 @@ +return run tellraw @a {"text":"[dataLib] This datapack is ARCHIVED and no longer maintained. It will NOT load. To load it anyway, manually run: function #load:_private/load","color":"red"} + execute unless function datalib:debug/tools/utils/load_check run return 0 execute unless function datalib:debug/tools/utils/perm_check run return 0 execute unless function datalib:debug/tools/utils/input_check run return 0 From a8b8c3b7120460db4f44e97eff9335455c589f0c Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Tue, 4 Aug 2026 16:37:53 +0300 Subject: [PATCH 5/5] Update debug message in check_all.mcfunction --- .../datalib/function/debug/tools/utils/check_all.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datapacks/dataLib/data/datalib/function/debug/tools/utils/check_all.mcfunction b/datapacks/dataLib/data/datalib/function/debug/tools/utils/check_all.mcfunction index 88c261ed..e8d80a9b 100644 --- a/datapacks/dataLib/data/datalib/function/debug/tools/utils/check_all.mcfunction +++ b/datapacks/dataLib/data/datalib/function/debug/tools/utils/check_all.mcfunction @@ -1,4 +1,4 @@ -return run tellraw @a {"text":"[dataLib] This datapack is ARCHIVED and no longer maintained. It will NOT load. To load it anyway, manually run: function #load:_private/load","color":"red"} +tellraw @s {"text":"[dataLib] This datapack is ARCHIVED and no longer maintained. It will NOT load. To load it anyway, manually run: function #load:_private/load","color":"red"} execute unless function datalib:debug/tools/utils/load_check run return 0 execute unless function datalib:debug/tools/utils/perm_check run return 0