1. Domestos submitted a new resource:

    Chatmute - Helps moderating chat by muting players

    Read more about this resource...
     
  2. to unmute /globalmute , would I just type it again?
     
  3. Exactly. It should give you a feedback message to see if it was enabled or disabled.
     
  4. Я не могу дать тихую обработку по / отключения что делать ??
    если вам нужно код авторизации записи?

    I can not give the silent treatment by / mute what to do ??
    if you need the authorization code is a writing?
     
    Last edited by a moderator: May 25, 2015
  5. Что ты написал, лол?

    What did u typed, lol?
     
  6. GlobalMute doesn't work for my server.
     

    Attached Files:

  7. Are you using another chat modification plugin?
     
  8. Chathandler- But /mute works perfectly fine.
     
  9. Any errors in your Oxide log file?
     
  10. Can you edit colors in the broadcast messages?
     
  11. Wulf

    Wulf Community Admin

  12. Code:
        "Player": {
          "BroadcastMutes": "{name} has been muted",
          "BroadcastMutesTimed": "<color=red>SERVER<end> : {name} has been MUTED for {time}",
          "BroadcastUnmutes": "SERVER : {name} has been UNMUTED",
          "GlobalMuted": "SERVER : Chat is globally muted by an admin",
          "GlobalMuteDisabled": "SERVER : Global chat mute disabled",
          "GlobalMuteEnabled": "SERVER : Chat is now globally muted",
          "IsMuted": "SERVER : You are muted",
          "IsTimeMuted": "SERVER : You are muted for {timeMuted}",
          "Muted": "SERVER : You have been muted",
          "MutedTimed": "SERVER : You have been muted for {time}",
          "Unmuted": "SERVER : You have been unmuted"
        }
    If I do the mute command it comes out exactly <color=red>SERVER<end> : Arru has been MUTED for 1h
     
  13. <color=red>SERVER</color>
     
  14. error

    ошибка
     

    Attached Files:

    • 1.PNG
      1.PNG
      File size:
      13 KB
      Views:
      73
  15. I have permissions admin, canmute, canglobalmute and still says, "You don't have permission to use this command." I have owner access.
     
  16. Wulf

    Wulf Community Admin

    What command did you use to assign the permissions? What feedback did you get? Owner access is unrelated to the permissions.
     
  17. Nvm. Got it working
     
  18. Dee

    Dee

    Code:
    File: chatmute.lua Line: 626 argument number 2 is invalid:
      at NLua.Method.LuaMethodWrapper.Call (LuaState luaState) [0x00000] in <filename unknown>:0
    [Oxide] 11:50 PM [Error] Failed to call hook 'OnRunCommand' on plugin 'ChatMute'
    This keeps spamming in my console. Any help?
     
    Last edited by a moderator: Jun 10, 2015
  19. Please post the full error as it is written in your Oxide log or your console.
     
  20. Dee

    Dee

    Code:
    [Oxide] 7:52 AM [Error] Failed to call hook 'OnRunCommand' on plugin 'ChatMute'
    File: chatmute.lua Line: 626 argument number 2 is invalid:
      at NLua.Method.LuaMethodWrapper.Call (LuaState luaState) [0x00000] in <filename unknown>:0
    That is the full error.
     
    Last edited by a moderator: Jun 10, 2015