Chat / Command control
SpigotMCwith this plugin you can disable chat/commands
294 downloads 3.0 rating
latest v1.0 SpigotMC
CCC - Chat / Command Control
With this plugin you can disable the chat or the usage of commands.
Another feature is, that you can add custom permissions to bypass the restrictions set in the config.
Code (YAML):
######## disable chat ########
disableChat : true
ChatErrorMsg : true
ChatMsg : 'The chat is disabled on this server'
bypassPermChat : 'dcc.chatbypass'
###### disable commands ######
disableCommands : true
CommandErrorMsg : true
CommandMsg : 'Commands are disabled on this server'
bypassPermCommand : 'dcc.cmdbypass'
disableChat : true
ChatErrorMsg : true
ChatMsg : 'The chat is disabled on this server'
bypassPermChat : 'dcc.chatbypass'
###### disable commands ######
disableCommands : true
CommandErrorMsg : true
CommandMsg : 'Commands are disabled on this server'
bypassPermCommand : 'dcc.cmdbypass'
You can also add your own messages, that will show, when somebody tries to enter a command or uses chat while it is disabled.
Comments 0
No comments yet. Be the first to share your thoughts.