Hiding chat commands
When a player try to use a command but he has no permission, he will get a message like "AdminsOnly" or for example "This command is only for people with the permission" 
My question is how can i hide these kind of messages, i do not want users to know what kind of plugins i am using

Merged post

Is deleting the message from the oxide/lang/Plugin X.json a solution?

Merged post

https://cdn.discordapp.com/attachments/376107624141291520/525681189671927821/unknown.png
You’d have to disable the chat sending in the plugins by physically removing the code that sends them in most cases.