Updates:
NEW! Setting to disable commands while a player is muted. This is meant to be used to block commands such as /msg or /whisper for example, when a player is muted, so any kind of communication is blocked.
NB! Add the new `blocked-commands-if-muted` setting under the chat-system setting.
Code (Text):
# / ____| | | | /\|__ __| / ____\ \ / / ____|__ __| ____| \/ |
# | | | |__| | / \ | | | (___ \ \_/ / (___ | | | |__ | \ / |
# | | | __ | / /\ \ | | \___ \ \ / \___ \ | | | __| | |\/| |
# | |____| | | |/ ____ \| | ____) | | | ____) | | | | |____| | | |
# \_____|_| |_/_/ \_\_| |_____/ |_| |_____/ |_| |______|_| |_|
#
#
chat-system:
# These commands will be blocked for players if they are muted.
# This is a good setting to disable private messaging from various plugins
# if you want to make sure that muted players couldn't private message either
blocked-commands-if-muted:
- msg
Fixes:
- Fix packet level Night Mode setting for Vanish. Previously, depending on MC versions, it could break. Make sure to use the latest ProtocolLib build, to get rid of any possible errors.