From 68dde84742c7337f3449f3bf67d2b1901e4c0d8a Mon Sep 17 00:00:00 2001 From: minster586 Date: Sat, 9 Aug 2025 04:16:29 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b824b82..55f3502 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A lightweight Minecraft plugin that sends real-time alerts to [ntfy.sh](https:// - 🔹 Join and Quit Notifications - 🔹 Command Watcher (customizable) -- 🔹 `%player%` and `%server%` placeholder support +- 🔹 `%player%`,`%server%` and `%target%` placeholder support - 🔹 Fully configurable messages and settings - 🔹 ntfy.sh API integration (with optional basic auth) @@ -16,7 +16,7 @@ A lightweight Minecraft plugin that sends real-time alerts to [ntfy.sh](https:// ## 🛠 Installation -1. Place the compiled `NTFYNotifier-1.0.0.jar` in your server’s `plugins/` folder. +1. Place the compiled `NTFYNotifier-1.0.3.jar` in your server’s `plugins/` folder. 2. Start the server to generate `config.yml` and `msg.yml`. 3. Customize configuration and messages to your liking.