This repository was archived by the owner on May 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Filter
Dkrieger edited this page Jan 2, 2019
·
1 revision
With the integrated filter system you are able to block messages or commands.
| Type | Description |
|---|---|
| MESSAGE | Blocks a message in the player chat (Normally for inappropriate messages). |
| PROMOTION | Blocks a message in the player chat (Normally for advertising). |
| NICKNAME | Blocks a player nickname, the player with this name can't join your server. |
| COMMAND | Blocks a command for all players. |
| MUTECOMMAND | Blocks a command for muted players. |
Every filter has an operation, with this type you can improve all checks. The filter operation says how to check a blocked word in a sentence.
Default is the operation Contains used.
| Type | Description |
|---|---|
| Contains | This word must contains in the sentence. |
| Equals | One word in a sentence must equals. |
| StartsWith | One word in a sentence must start with this word. |
| EndsWith | One word in a sentence must end with this word. |
The plugin blocks also repeating or fast spamming, in the config you can set a chat delay in seconds.