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.