Prevent Minecrafts new Chat reports from working while allowing for secure chat
Report issues on GitHub or on Discord
View the spigot resource Here
- If you can, please test and report issues about this plugins compatibility with your plugins
- Report any issues you see here or Discord
/nochatreport
- Toggle if you want your chat replaced with server messages
- Permission:
btelnyy.command.nochatreport
/msg <player> <message>
(also works with/w
)
- Send a non-reportable message
- Has the side effect of automatically correcting spaceing mistakes
- Permission:
btelnyy.command.msg
/ignore <player>
- 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 <player>
- 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 <action>
- Send a non-reportable /me
- Has the side effect of automatically correcting spaceing mistakes
- Permission:
btelnyy.command.me
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