Skip to content

Commit d957ea0

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 5ec403a + c8a43e9 commit d957ea0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# No Message Signatures
2+
## Overview
3+
NoMessageSignatures is a minecraft plugin which removes the chat message signatures on packet level to disable chat reporting.
4+
## How to install
5+
To install this plugin, download the plugin for the correct minecraft version from the releases page and put it into your plugins directory.
6+
If the plugin is not available for your minecraft version, you can still use it, but it can only use the fallback mode where all chat messages will be sent as system messages and private messages are not protected.
7+
## Commands
8+
| Command | Description | Permission |
9+
|--|--|--|
10+
| `/nomessagesignatures` | Shows which types of messages are protected | Everyone |
11+
| `/nomessagesignatures reload` | Reload the config | Console |
12+
## Configuration
13+
The plugin should work out of the box without any configuration needed.
14+
But if you want to change something, here are the config values:
15+
| Option | Default | Description |
16+
|--|--|--|
17+
| `mode` | `auto` | Changes the way the plugin removes the signatures from the message. This should only be changed if you know what you're doing. Read comment in config file for more information. |
18+
| `hide_banner` | `false` | Hides the "Chat messages on this server can't be verified banner". |
19+
| `announce_protections` | `true` | When enabled, every player will get a info message about which protections are enabled. |

0 commit comments

Comments
 (0)