1. ok thanks ill go
    thanks ill go post it there
     
  2. Will this work with Notifier plugin?
     
  3. Yes i had them installed when i had my server [*] they work perfectly
     
  4. Thanks!
     
  5. No Problem :)
     
  6. posted what you wanted
    [DOUBLEPOST=1432853357][/DOUBLEPOST]also, for those having issues with Ranks And Titles, the plugin creator is moving, so it may be a while until an update comes to fix these issues between chathandler and Ranks and Titles
     

    Attached Files:

  7. If your chathandler version is 3.0.1 or higher, your config is outdated. There was a config addition in version 3.0.1 that requires either adding the option manually or deleting the config and let the plugin generate a new default one.
    Your error is occuring because the plugin is looking for that option but cant find it.
     
  8. getting an error
    Code:
    [Oxide] 3:53 PM [Error] Failed to call hook 'OnPlayerChat' on plugin 'Chat Handler'
    File: chathandler.lua Line: 614 attempt to concatenate local 'color' (a userdata 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 
    so unless this seems to casue issues its ok?
     
  9. Wulf

    Wulf Community Admin

    See http://oxidemod.org/threads/chat-handler.5916/page-24#post-93508
     
  10. Got a problem with the mod adding [Admin] tag in front of my name even when outside admin mode
     
  11. You can deactivate the prefix in the groups options or you can remove yourself from the admin group.
     
  12. i added two players [Mod] groups but after they rejoin the server they lose their mod tag.. ?
     
  13. Permissions shouldnt be lost on rejoin. Make sure you gave them the right permission.
     
  14. they get colorful tag and everyting but when re join lost them
     
  15. I see, thats related to an Oxide bug I already reported a few days ago.
    If you put someone into the moderation group without them having authlvl 1 it will get resetet on every rejoin.
    There are two possible workarounds: you can either give them authlvl 1 or you give them the permission directly to the user not the group.
     
  16. i solve with creating new group and it works right now.

    how can i remove player's permission ?
     
  17. oxide.revoke <userid/username> <group> <permission>
     
  18. oxide.revoke 766-**-** donator
    Syntax: oxide.revoke
     
  19. Wulf

    Wulf Community Admin

    The correct format: oxide.revoke <group|user> <name|id> <permission>

    http://docs.oxidemod.org/#default-commands