1. how to add a moderator nickname who gave Mute?
     
  2. usergroup add NICKNAME moderator
     
  3. i mean, how to add a chat moderator nickname, who gave mute player
    for example Chat message: Player has been muted BY MODERATOR NICK NAME
     
  4. Hi. I have admin permission, but plugin write me: You dont have permission for use this

    Help pls.
     
  5. 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
    
     
  6. did not help
     
  7. you replace your nickname here?
     
  8. Not correct. Your permissions doesn't exists:
    grant group amin canmute
    grant group amin canglobalmute
    grant group amin notglobalmuted
     
  9. if you change the default permission in the config file
     
  10. @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?

     
  11. 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
  12. I just glanced through the git hub and it seems like Oxide's permission registration got changed and now expects the permission to have a prefix thats equal to the plugin's name.
    I dont know if thats intented or not but renaming your permissions to start with "chatmute." should fix this.
     
  13. Wulf

    Wulf Community Admin

    It hasn't changed, it's just a warning right now.
     
  14. Eat

    Eat

    12313.jpg ..................
     
  15. 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.
     
  16. 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 .
     
  17. adding permissions for groups dont work. nice plugin....
     
  18. -Fixed Permission

    -------
    Change this oxide/config/chatmute.json
    from:
    Code:
    "Permissions": {
      "AntiGlobalMute": "chat.notglobalmuted",
      "GlobalMute": "chat.globalmute",
      "Mute": "chat.mute"
      }
    in:
    Code:
    "Permissions": {
      "AntiGlobalMute": "chatmute.notglobalmuted",
      "GlobalMute": "chatmute.globalmute",
      "Mute": "chatmute.mute"
      }
    OR Remove chatmute.json

    New Permission Right:
    -chatmute.notglobalmuted
    -chatmute.globalmute
    -chatmute.mute
     
  19. Wulf

    Wulf Community Admin

    That fixes the warning message, the permissions weren't actually broken.
     
  20. If the old groups permission exestiert he also gives me an warring.
     
    Last edited by a moderator: Jan 23, 2016