BetterChat

Moved

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

4.9898/5, 98 likes
  1. Wulf

    Wulf Community Admin

    It's been in there for a few weeks actually, if not more. It's not an error, it's intended. You can assign users to other groups and setup inheritance and group parents as needed.
     
  2. No it hasn't only since the last update as this been happening to me? and why is it intented that I must /chat user remove player default everytime there's a server restart?
     
  3. Wulf

    Wulf Community Admin

    It's intended that all users are in the default group at least. See Release Changelog | Page 2 | Oxide.
     
  4. so you're telling me I need to remove players from the group everytime there's a server restart?
     
  5. You can't really, just change the name of the player group in the oxide/data/BetterChat/groups.json to "default" and add the permissions, you're done.
     
  6. It just confuses me as i never had this problem before and it worked brilliantly i dont get why this change was needed it's just frustrating
     
  7. what does hideifnothighestpriotiy do? I've set my default group to hide when it's not highest priority but it still shows
     
  8. Owner 0, Admin 1, Mod 2, VIP 3, default 4
    then set for all groups "HideIfNotHighestPriority": true,

    The default group is always the highest number so if you have 10 groups default will be number 9 as Owner is 0
     
  9. I think I broke something, I gave myself all permissions using: /grant user dam1us *, and when I use the chat it shows all prefix of all groups, the server crashed and now it doesnt show any prefix, the plugin is loaded and isnt showing any error, I tried to remove all my groups and give it my self again to "reset it" using /chat user remove and now isnt showing any prefix, what can I do?
     
  10. Every global wipe i do the same, then in console just use
    Code:
    show user Dam1us
    It will print all of your permissions, then just find those you dont want, like betterchat.group.default and just do
    Code:
    revoke user Dam1us betterchat.group.default
     
  11. im having problems. i cant seem to figure out how to remove me and a friend from [player] and make and add us to owner and admin.
     
  12. usergroup add USERNAME owner
    usergroup add USERNAME admin
     
  13. that didnt work. we cant figure out how to (in chat) make it so it says we are owner and admins when we chat instaed of player
     
  14. If you follow the FAQ you should have no problems.
    [DOUBLEPOST=1466544969][/DOUBLEPOST]
    If you follow the FAQ you should have no problems.
     
  15. im having problems lol. i did that and it shows just player player when i talk and i cant change it to owner or change the color or anything. idk if im doing it wrong.

    i did /chat group set Owner Owner blue.

    no clue if im doing this right.
     
    Last edited by a moderator: Jun 22, 2016
  16. problems betterchat data/betterchat/players.json with tcadmin.

    i have players.json with 32k lines with players and if i try with me main player.json in the server, console stay 2 min in first line to start

    Command Line: "C:\TCAFiles\Users\admin\2\RustDedicated.exe" "-batchmode" "-nographics" "-ip" "x" "-port" "28036" "-rcon.ip" "x" "-rcon.port" "28037" "-maxplayers" "32" "-datadir" "serverdata/" "+server.identity" "myserver" "+server.description" "test" "+server.hostname" "rust server test" "-rcon.password" "12345" "+server.seed" "6738" "-cfg" "server\myserver\cfg\server.cfg" "-logFile" "log.txt" "+server.level" "Procedural Map" "+server.worldsize" "4000"

    but if i delete player.json the server start fast
     
  17. You have things inside " when they should not
    Code:
    @echo off
    RustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 +server.port 28036 +rcon.ip 0.0.0.0 +rcon.port 28037 +server.maxplayers 32 +server.identity "myserver" +server.description "test" +server.hostname "rust server test" +rcon.password "12345" +server.seed "6738" -logFile "log.txt" +server.level "Procedural Map" +server.worldsize "4000"
     
    Last edited by a moderator: Jun 22, 2016
  18. not working, same problem with u codes
     
  19. You mean the plugin or the bat file? if the plugin what is not working really need info
     
  20. I change to ur code .bat with player.json backup with 32k lines with user, and not working u code, but if i remove player.json, works fine. I have same problem with me main code .bat