1. Most likely the Groups plugin.
     
  2. Can you make chat handler compatible with ranks and titles plugin ?
     
  3. Yes i can. I already started working on the next version, might be finished this weekend but no promise.
     
  4. Thank you :)
    [DOUBLEPOST=1426360546,1426262721][/DOUBLEPOST]Could you make a command to clear the chat ? because the chat keeps disappearing when there is to much text!
     
  5. Wulf

    Wulf Community Admin

    That's all handled by the client I believe, as is the text disappearing issue itself.
     
  6. [Oxide] 9:13 PM [Error] Failed to call hook 'SendHelpText' on plugin 'Chat Handler'
    File: chathandler.lua Line: 974 attempt to index upvalue 'langString' (a nil value):
     
  7. Check your Oxide log for errors. Your chathandler-localization.json is probably corrupt or not present.
     
  8. Why doesn't chathandler stop spam like this? it didn't stop it when the player was spamming.
    I had to cut it down because it was to big to post
    It will kill chat.
    Code:
    [3/18/2015 12:27:15 AM] 76561197964671092/FWsch: XOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXOXXOXOXO
     
  9. The spam function currently only filters too many messages sent, not messages too long.
    I dont play myself so i didnt know Rust has problems with too long messages.
     
  10. OK I didn't know it wasn't a feature.. yeah its a problem if they keep spamming to many letters it will freeze the server..
    would be nice to have and word number limiter..
     
  11. I have a new update with some improvements and new features ready to go but i'll wait for the patch tomorrow to make sure everything still works.
     
  12. Domestos updated Chat Handler with a new update entry:

    feature update

     
  13. new group system? for color? where? not the groups plugin cause I am using the Clan plugin...
     
  14. Read the whole update entry please.
     
  15. so oxides new permissions system it uses.
    [DOUBLEPOST=1426816624][/DOUBLEPOST]created group added myself still no color :C
     
  16. confirm
     
  17. Did you enable the group system in the config? Did you set the right permission to the group?
     
  18. yes
    hm... please tell me how to do it
     
  19. Supports ranks now ?
     
  20. Every chatgroup configured in the chathandler config has a permission assigned to it. Every user that has that permission gets the configured group perks like prefix and color.
    You can grant user permissions by giving each user the permission directly by using
    Code:
    oxide.grant user <username> <permission>
    or you can create a group, assign the permission to that group and then every user in that group has that permission.
    Add permission to a group:
    Code:
    oxide.grant group <groupname> <permission>