Hello everyone! This is my 3rd
Skript plugin that I re-made into a normal plugin. Hope you enjoy!
This plugin will mute the chat for everyone. To toggle it use /gmute
Installation: Put the .jar into your plugin directory
Commands: /gmute
Toggle chat on or off /gmute reload Reloads the config
Permissions: mute.global Permission to use /gmute mute.global.bypass Permission to bypass chat mute
Screenshots:
Videos:
None in the new version
Config:
Code (Text):
#
#
# Global Chat Mute (Java version)
# Made by ajgeiss0702
#
# The chat-enabled option is for the plugin to remember whether it was enabled or disabled when the server is stopped or reloads.
#
# You can change the messages below:
messages:
mute: '&7>> &cChat was muted by &4%muter%&c!'
unmute: '&7>> &aChat was un-muted by &2%unmuter%&a!'
chat: '&7>> &cChat is currently muted.'
chat-enabled: true