BetterChat

Moved

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

4.9898/5, 98 likes
  1. Wulf

    Wulf Community Admin

    The permission checking is redundant, as users should already be in one of those groups automatically. I explained this in a previous post, that Oxide automatically assigns auth level 0 to the "player" group, auth level 1 to the "moderator" group, and auth level 2 to the "admin" group.
     
  2. yeah I know, but I still think permissions would be better because, if they want they can just add the permission to other groups they want.
     
  3. Wulf

    Wulf Community Admin

    True, but the plugin should undergo a rewrite before that happens. You had specific named permissions, which don't really make sense for adding to a differently named group. What would make more sense, is allowing for unlimited colors that could be assigned a permission in the config to each hex or color name. For what your plugin is/was offering, the permissions were redundant.
     
  4. CHR

    CHR

    I don't know anything about codes. But if u can bake a bread out of stone and sand I will buy it cuz a bread is a bread I don't care if are the wrong ingredients. As long it's a bread.

    I really need this one. I just need 1 more color for players.
     
  5. It would be very best if color can be changed for money on the balance!
     
  6. I maybe will add that you can add colors to users but its not that important for now. Ill see :)
     
  7. LaserHydra updated Name Colors with a new update entry:

    gone some versions back to fix


    [DOUBLEPOST=1429968395][/DOUBLEPOST]
    Wulf, you failed at that last one. You still called for userId but changed the variable name to steamId ;)
     
  8. Also it's not outputting chat to the console ;) Great work though!
     
  9. CHR

    CHR

    Does it work or shouldnt i try it? oO

    Someone used it with oxide permissions? If yes can u give me all commands how to use it? Dont wanna fuck my mind again!
     
  10. It only uses group now. No authlevel anymore. Worked fine for me. You just need to assign the player you want to the VIP group. If you got authlevel 2 youre already automaticly added to group owner tho. Same with authlevel2 -> Mod and authlevel0 -> player.
    You add players to groups by
    Code:
    oxide.usergroup add [PLAYER] vip
    oxide.usergroup add [PLAYER] player
    oxide.usergroup add [PLAYER] moderator
    oxide.usergroup add [PLAYER] admin
    
     
  11. CHR

    CHR

    Okay i will try it i hope it does WORK... will Feedback as soon as possible.
     
  12. Wulf

    Wulf Community Admin

    Good catch. :)
     
  13. Wulf

    Wulf Community Admin

  14. okay :c
     
  15. CHR

    CHR

    worked finally ty
     
  16. I get double chat for all vip, anyone else get this?

    Should I be removing them from the "player" group manually each time?
    Code:
    "76561198140649774": {
    "LastSeenNickname": "The Fat Unicorn",
    "Perms": [
    "vip"
    ],
    "Groups": [
    "player"
    ]
    },
     
    Last edited by a moderator: Apr 28, 2015
  17. Yes, you would need that at the current state. Thanks for that information again. Im going to try to automaticly do this withg the next update. Also don't only give him the vip permission. Just change his group to vip and it would be fine
     
  18. Ok thanks Laser!