1. oxide.grant group <groupname> <permission>
     
  2. Thanks a lot man. o7
     
  3. Wulf

    Wulf Community Admin

  4. Wulf

    Wulf Community Admin

    I don't know of anything that provides a permission named "Admin", do you? The permissions available are show on the Overview of most plugins that utilize the Oxide permission system. You should see feedback with each command you use.
     
  5. error
     

    Attached Files:

    • 1.PNG
      1.PNG
      File size:
      13.5 KB
      Views:
      28
  6. Type "version" in your server console and post what version you are using please.
     
  7. I have this problem when plugin load:
    Code:
    4:44 PM [Info] Loaded plugin Chat Handler v2.5.5 by #Domestos
    4:44 PM [Error] Failed to initialize plugin chathandler
    File: chathandler.lua Line: 235 attempt to call field 'AddChatCommand' (a nil value):
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
     
  8. Are you sure you're using the right plugin version for the right game version?
     
  9. I am using ChatHandler 2.5.5 on Rust Experimental v1249 and latest version of Oxide.
     
  10. Please post your config.
     
  11. I have not changed anything in the configuration:
    Code:
    {
      "ChatGroups": {
        "Admin": {
          "Color": "#FFA04A",
          "Permission": "admin",
          "Prefix": "[Admin]",
          "ShowColor": true,
          "ShowPrefix": true
        },
        "Donator": {
          "Color": "#06DCFB",
          "Permission": "donator",
          "Prefix": "[$$$]",
          "ShowColor": true,
          "ShowPrefix": true
        },
        "VIP": {
          "Color": "#59ff4a",
          "Permission": "vip",
          "Prefix": "[VIP]",
          "ShowColor": true,
          "ShowPrefix": true
        }
      },
      "Settings": {
        "AdminMode": {
          "AdminChatName": "[Server Admin]",
          "ReplaceChatName": "true"
        },
        "AntiSpam": {
          "EnableAntiSpam": "true",
          "MaxLines": 4,
          "TimeFrame": 6
        },
        "ChatCommands": {
          "AdminMode": [
            "admin"
          ],
          "ChatHistory": [
            "history",
            "h"
          ],
          "GlobalMute": [
            "globalmute"
          ],
          "Mute": [
            "mute"
          ],
          "Unmute": [
            "unmute"
          ],
          "Wordfilter": [
            "wordfilter"
          ]
        },
        "General": {
          "AllowedIPsToPost": [],
          "BlockServerAds": "true",
          "BroadcastMutes": "true",
          "ChatHistoryMaxLines": 10,
          "EnableChatHistory": "true",
          "Language": "en",
          "MaxCharsPerLine": 64
        },
        "Groups": {
          "ColorNamesOnly": "true",
          "EnableGroups": "false",
          "PrefixPosition": "left"
        },
        "Logging": {
          "LogBlockedMessages": "true",
          "LogToConsole": "true",
          "LogToFile": "false"
        },
        "NameColor": {
          "AdminMode": "#ff8000",
          "NormalUser": "#5af"
        },
        "Permissions": {
          "AdminMode": "canadminmode",
          "AntiGlobalMute": "notglobalmuted",
          "EditWordFilter": "caneditwordfilter",
          "GlobalMute": "canglobalmute",
          "Mute": "canmute"
        },
        "Wordfilter": {
          "EnableWordfilter": "false",
          "ReplaceFullWord": "true"
        }
      },
      "WordFilter": {
        "bitch": "sweety",
        "cunt": "****",
        "fucking hell": "lovely heaven"
      }
    }
     
  12. Update the plugin please, it does not work completely.
     
  13. Tell us your error... bcs 4 me its working great
     
  14. Nope, no bugs, added permission, but/mute does not work, just like I never wrote anything.
     
  15. error CH 2.5.5 rust 1252
     

    Attached Files:

    • 1.PNG
      1.PNG
      File size:
      2.3 KB
      Views:
      33
  16. Thats a warning that you are using another plugin that makes use of the OnPlayerChat hook. Depending on the other plugin everything may still work fine or break either chathandler or the other plugins functionality.
     
  17. When talking in chat it seems like i get double posts with what im saying. So if i was to copy and paste this into my servers chat it would come out as...

    Nodfire: When talking in chat it seems like i get double posts with what
    Nodfire: im saying. So if i was to copy and paste this into my servers chat it would come out as...

    There a setting for this? Thanks.
     
  18. You mean your messages get cut and posted in multiple messages or do you mean your messages are posted twice?
     
  19. +