From 9b98d8a2a95f625318aefb97cf622c0793ffa7ee Mon Sep 17 00:00:00 2001 From: Tenkuma <85490958+adrianvic@users.noreply.github.com> Date: Wed, 10 Dec 2025 01:42:15 -0300 Subject: [PATCH] Add project status and documentation notice Added important project status notice and documentation update info. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b213dd4..49ea53c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +> [!IMPORTANT] +> This project is in a very early stage, expect bugs until `Release 1.0`. +> +> Documentation will soon be moved from README.md. + # Eye of Nemesis Eye of Nemesis is a plugin that allows server admins to write [policies](#Policies) that will deny or allow (black/whitelist) players to do specific things based on the value of [nodes](#Nodes). @@ -31,4 +36,4 @@ Nodes are specific rules that rely on it's value to know _when_ to act. For exam ## Performance This plugin is not scalable as it is and will run unoptimized checks when your players do certain things in the server if you have policies enabled, I made it for a server with a few friends. -For every policy there's a check, for every matching policy there are its child nodes, each one introducing new checks. Keep that in mind. \ No newline at end of file +For every policy there's a check, for every matching policy there are its child nodes, each one introducing new checks. Keep that in mind.