From c210cf3bd034decddf2ec55f4df2961dc0c79f89 Mon Sep 17 00:00:00 2001 From: AleksandarHaralanov Date: Sat, 4 Jan 2025 18:14:31 +0200 Subject: [PATCH] Fix wordings again --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e2d75d0..336c5d3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # ChatGuard ## What's ChatGuard? -**ReciPlus** is a Minecraft plugin designed for servers running version b1.7.3. It cancels player messages containing blocked terms or matching RegEx patterns, logs actions (via Discord webhooks, console, or local files), prevents chat spam, issues temporary mutes (requires [Essentials v2.5.8](https://github.com/AleksandarHaralanov/ChatGuard/raw/refs/heads/master/libs/Essentials.jar)), and enforces escalating penalties via a six strike tier system. The plugin is entirely configurable to the operator's liking. +**ChatGuard** is a Minecraft plugin designed for servers running version b1.7.3. It cancels player messages containing blocked terms or matching RegEx patterns, logs actions (via Discord webhooks, console, or local files), prevents chat spam, issues temporary mutes (requires [Essentials v2.5.8](https://github.com/AleksandarHaralanov/ChatGuard/raw/refs/heads/master/libs/Essentials.jar)), and enforces escalating penalties via a six strike tier system. The plugin is entirely configurable to the operator's liking. --- ### Download -Latest releases of **ReciPlus** can be found here on [GitHub](https://github.com/AleksandarHaralanov/ChatGuard/releases).
+Latest releases of **ChatGuard** can be found here on [GitHub](https://github.com/AleksandarHaralanov/ChatGuard/releases).
Alternatively, you can also download through [Modrinth](https://modrinth.com/plugin/chatguard/versions). The plugin is fully open-source and transparent.
@@ -30,7 +30,7 @@ Use PermissionsEx or similar plugins to grant groups the permission, enabling th #### Permissions: ##### Single permissions: - `chatguard.bypass` - Allows player to bypass the ChatGuard protection. -- `chatguard.config` - Allows player to reload the ReciPlus configuration. +- `chatguard.config` - Allows player to reload and modify the ChatGuard configuration. ##### Wildcard permissions: - `chatguard.*` - Wildcard permission that grants all permissions.