From d1fe8126be8ed65e46349c167d875fb055f9bf9e Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Fri, 22 Mar 2024 00:40:19 +0100 Subject: [PATCH] Add readme.md for YardWatch project --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..20b1933 --- /dev/null +++ b/readme.md @@ -0,0 +1,8 @@ +# YardWatch +Implementation of [YardWatchAPI](https://github.com/YouHaveTrouble/YardWatchAPI) for common protection plugins. If any +of supported plugins implements the API itself, then this plugin will stop providing its implementation to allow the +plugin to take over. + + +If you're a developer looking for information how to implement YardWatchAPI in your plugin, see +[YardWatchAPI](https://github.com/YouHaveTrouble/YardWatchAPI)