Add project status and documentation notice
Added important project status notice and documentation update info.
This commit is contained in:
parent
e64b563190
commit
9b98d8a2a9
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||||
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).
|
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
|
## 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.
|
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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue