Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btelnyy/btelnyy-nochatreport
Prevent Minecrafts new Chat reports from working while allowing for secure chat
https://github.com/btelnyy/btelnyy-nochatreport
minecraft no-chat-reports nochatreports plugin spigot spigot-plugin spigotmc
Last synced: about 2 months ago
JSON representation
Prevent Minecrafts new Chat reports from working while allowing for secure chat
- Host: GitHub
- URL: https://github.com/btelnyy/btelnyy-nochatreport
- Owner: BTELNYY
- License: bsd-3-clause
- Created: 2022-06-26T14:38:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T21:42:10.000Z (2 months ago)
- Last Synced: 2024-10-29T23:45:04.834Z (2 months ago)
- Topics: minecraft, no-chat-reports, nochatreports, plugin, spigot, spigot-plugin, spigotmc
- Language: Java
- Homepage:
- Size: 99.6 KB
- Stars: 24
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# btelnyy-nochatreport
Prevent Minecrafts new Chat reports from working while allowing for secure chat
Report issues on GitHub or on [Discord](https://discord.gg/P22tFkjTm3)
View the spigot resource [Here](https://www.spigotmc.org/resources/nochatreport.102932/)
## Attention Server Owners!
* If you can, please test and report issues about this plugins compatibility with your plugins
* Report any issues you see here or Discord
## Commands:
> `/nochatreport`
- Toggle if you want your chat replaced with server messages
- Permission: `btelnyy.command.nochatreport`
> `/msg ` (also works with `/w`)
- Send a non-reportable message
- Has the side effect of automatically correcting spaceing mistakes
- Permission: `btelnyy.command.msg`
### Quick Note about ignoring: it only works when the users messages are being replaced by the plugin
> `/ignore `
- Prevents messages from this player from being displayed to you
- Operators and people with the permission `no_ignore_permission` cannot be ignored
- Permission: `btelnyy.command.ignore`
> `/unignore `
- Allows messages from this player to be displayed to you
- Permission: `btelnyy.command.unignore`
> `/ignorelist`
- Show who you are ignoring
- Permission: `btelnyy.command.ignorelist`
> `/me `
- Send a non-reportable /me
- Has the side effect of automatically correcting spaceing mistakes
- Permission: `btelnyy.command.me`
## Config:
> `everyone_system_messages: (bool)`
- Default: false
- Force everyone's messages to be replaced with server messages> `operator_forced_to_use: (bool)`
- Default: false
- Operators will be required to have their chat replaced> `operator_add_to_list_on_join: (bool)`
- Default: true
- Force operators to be added to the list of players which have their messages replaced when they join> `permission_add_to_list_on_join: (bool)`
- Default: true
- Anyone with the above permission will automatically be added to the list of people which have their messages replaced.> `replace_permission: (string permission)`
- Default: "btelnyy.replacemessages"
- People with this permission can have their messages replaced> `no_ignore_permission (string permission)`
- Prevent players with this permission from being ignored with `/ignore`