From 3e8e6dfc010e87313e8be81ddb0ded5fc583624c Mon Sep 17 00:00:00 2001 From: deterministic_bubble Date: Wed, 17 Aug 2022 14:11:13 +0200 Subject: [PATCH] Deprecation notice in README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5264014..55a26c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # cfx-server-data _The data repository for Cfx.re servers_ +## Deprecation notice +This repository itself is considered finalized/immutable and is currently archived. Pull requests or issue reports were not merged for a *while*, using the contents of the repository should still be fine (and this shouldn't change until mentioned otherwise). + +In the future, relevant parts of this repository will be moved to [citizenfx/fivem](https://github.com/citizenfx/fivem) to be bundled with actual server builds, and the examples (+ legacy API-like resources) will be moved to a new repository. + +If there's any critical issue in the code in this repository, posting on the [Cfx.re forums](https://forum.cfx.re/) may work. + ## Usage 1. Make sure to `git clone`. Don't "Download ZIP", as that'll make it _much_ harder to update to newer versions. 2. Put custom resources in `resources/[local]/` if you don't want to be affected by any random messups.