Chatmute [Unmaintained]
Discussion in 'Plugin Support' started by Domestos, May 25, 2015.
-
-
for example Chat message: Player has been muted BY MODERATOR NICK NAME -
Hi. I have admin permission, but plugin write me: You dont have permission for use this
Help pls. -
First, create a group - >Oxide.group add admin
Then add yourself to the group admin -> oxide.usergroup add YouNickName admin
Then Give all permissions for group admin ->
->oxide.group grant amin chat.mute
->oxide.group grant amin chat.globalmute
->oxide.group grant amin chat.notglobalmuted
Code:Default permissions are: chat.mute to mute and unmute players chat.globalmute to use the globalmute feature chat.notglobalmuted to not be affected by the global mute
-
did not help
-
-
grant group amin canmute
grant group amin canglobalmute
grant group amin notglobalmuted -
if you change the default permission in the config file
-
@Domestos These warnings didn't appear until last weeks update, none of my permissions have changed people can still use the commands so it's not a matter of incorrect permission names at all. Any ideas?
-
Same problem here
edit-
and now:Code:[Oxide] 6:15 PM [Warning] Calling hook OnRunCommand resulted in a conflict between the following plugins: rustcore, chatmute
Last edited by a moderator: Jan 7, 2016 -
I dont know if thats intented or not but renaming your permissions to start with "chatmute." should fix this. -
Wulf Community Admin
-
..................
-
I'm getting the below error. Can someone advise?
[Warning] Missing plugin name prefix 'chatmute.' for permission 'chat.notglobalmuted' (by plugin 'ChatMute')
I've removed and reinstalled twice, same issue. -
i have a suggestion:
can you add a permission to plugin so a player who has the permission can write a message on chat while global chat is mute . -
adding permissions for groups dont work. nice plugin....
-
-Fixed Permission
-------
Change this oxide/config/chatmute.json
from:
Code:"Permissions": { "AntiGlobalMute": "chat.notglobalmuted", "GlobalMute": "chat.globalmute", "Mute": "chat.mute" }
Code:"Permissions": { "AntiGlobalMute": "chatmute.notglobalmuted", "GlobalMute": "chatmute.globalmute", "Mute": "chatmute.mute" }
New Permission Right:
-chatmute.notglobalmuted
-chatmute.globalmute
-chatmute.mute -
Wulf Community Admin
-
If the old groups permission exestiert he also gives me an warring.
Last edited by a moderator: Jan 23, 2016