BetterChat

Moved

Total Downloads: 26,200 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018

4.9898/5, 98 likes
  1. Cai

    Cai

    it actually does it on my server automatically and i didnt know that.
     
  2. While I greatly appreciate your hard work on this plugin you completely murdered me with this update. XD

    But anyway. My problem is I have 4 groups set up. Peasant (priority 1), VIP (priority 2), Mod (pri. 5), Admin (pri.6). My admin is working fine for me. My title shows and everything. But as for normal players the do not have the title of [Peasant] they have the title [Player]. I do not have a group with the title [Player] in it.

    I will include my Groups.json. Again thank you for your hard work but you're killing me smalls. haha.
     

    Attached Files:

  3. admin needs to be Priority 0 also you need player group
     
  4. Could you explain more about the player group? Does it need to be "Player" of "player"?
     
  5. "GroupName": "player",
    "Text": "[Player]" <---- This can be anything you want it to be
    Fixed your file below
     

    Attached Files:

  6. Thank you so much. So is player the default oxide group? Say like I want all players to able to use the mute command I would use "player" as the group then give them the permission ect...?
     
  7. Exactly. player is the group all people are put in. There are also admin and moderator where rusts admin and moderator players are added to.
     
  8. yes player group is default for all players and yes add the permission to that group just make sure you dont give them an admin permission
    oxide.grant group player betterchat.mute
    oxide.grant group admin betterchat.admin
     
  9. I would not give players muting permissions...
     
  10. well he wanted to give it to them I did say not to
    [DOUBLEPOST=1461001193][/DOUBLEPOST]
    The old permission use to be betterchat.use or something like that it's no longer used or needed now so only give the below permission to the admin group

    oxide.grant group admin betterchat.admin
     
  11. Whenever I reload BetterChat it freezes the server for 1 minute. Everytime I have to unload it. Don't get any errormessage
     
  12. The only thing which might take a bit performance is loading the groups and players, though that should not cause a one minute lag.
     
  13. It has 33k lines in it. Still shouldn't load that long right
     
  14. I've been using the plugin for over a month now no issues, Today all of a sudden it isn't working, Every other plugin is working fine? Just not betterchat, No error messages either. Any suggestions?
     
  15. version you are using?
     
  16. Version 4.0.2
     
  17. Any error logs?
     
  18. Ive scanned through all the logs, Plugin installed & compiled successfully, The plugin was working fine, Came back the next day and it wasn't working, Nothing was installed or anything during the time as I am the only person with access to the FTP, That's why I'm so confused why it would just randomly stop working after a month and a half
     
  19. So no error or warning logs
     
  20. The only thing I could find was this in the compiler log;

    So I've just noticed that in the console its still registering the [Better Chat] When people type but the ranks are not showing in-game?

    Code:
    [SERVER v1.0.20] Console: BetterChat.cs(566,14): warning CS0114: `Oxide.Plugins.BetterChat.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
     
    Last edited by a moderator: Apr 20, 2016