Skip to content

Commit

Permalink
Fix wordings again
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarHaralanov committed Jan 4, 2025
1 parent 9da91fc commit c210cf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).<br>
Latest releases of **ChatGuard** can be found here on [GitHub](https://github.com/AleksandarHaralanov/ChatGuard/releases).<br>
Alternatively, you can also download through [Modrinth](https://modrinth.com/plugin/chatguard/versions).

The plugin is fully open-source and transparent.<br>
Expand All @@ -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.

Expand Down

0 comments on commit c210cf3

Please sign in to comment.