BetterChat

Moved

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

4.9898/5, 98 likes
  1. How do i make it so that player that come onto my server have access to the plugins i want them to be able to use like /backpack or /pet
     
  2. You should post in the plugin topic for support of said plugin but if you read the overview of each plugin it gives you the info you will need
     
  3. hei, heihei
     
    Last edited by a moderator: Feb 26, 2016
  4. what am I doing wrong?


    > oxide.grant group vip color_vip
    [Oxide] 9:45 PM [Info] Permission 'color_vip' doesn't exist
     
  5. You would need to check the config to see what you have but if the group is in the config it will auto add the permission to the group
    Try this one just made it for you
     

    Attached Files:

  6. I cant remove any groups off of anybody ingame or on rusty what do i do!
     
  7. Here, this thread might help Using Oxide's permission system | Oxide. Have you tried using usergroup remove "username" groupname?
     
  8. I really can't set-up my chat prefixes. I want the ranks to be like this from High to low:
    - Owner (Admin commands/permission, Owner Prefix)
    - Admin (Admin commands/permission, Admin Prefix)
    - Helper (Moderator commands/permission, Helper Prefix)
    - VIP (Player commands/permissions, VIP Prefix, Special Kit for this tier Donators)
    - VIP + (Player commands/permissions, VIP Prefix, Special Kit for this tier Donators)
    - VIP ++ (Player commands/permissions, VIP Prefix, Special Kit for this tier Donators)
    - Player (Player commands/permissions)

    This is what I have for the plugin BetterChat.
    Code:
    {
      "admin": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#00f9ff",
        "Permission": "admin",
        "Rank": 3,
        "TextColor": "white",
        "Title": "[Admin]",
        "TitleColor": "#00f9ff"
      },
      "AntiSpam": {
        "Enabled": false,
        "MaxCharacters": 85
      },
      "moderator": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#ffffff",
        "Permission": "moderator",
        "Rank": 2,
        "TextColor": "white",
        "Title": "[Helper]",
        "TitleColor": "White"
      },
      "Mute": {
        "Enabled": true
      },
      "Owner": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#005edf",
        "Permission": "admin",
        "Rank": 3,
        "TextColor": "white",
        "Title": "[Owner]",
        "TitleColor": "#005edf"
      },
      "player": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#DCFF66",
        "Permission": "player",
        "Rank": 1,
        "TextColor": "white",
        "Title": "[Player]",
        "TitleColor": "#C4FF00"
      },
      "VIP": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#db876b",
        "Permission": "player",
        "Rank": 1,
        "TextColor": "white",
        "Title": "[VIP]",
        "TitleColor": "#db876b"
      },
      "VIP+": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#d0d0d0",
        "Permission": "player",
        "Rank": 1,
        "TextColor": "white",
        "Title": "[VIP+]",
        "TitleColor": "#d0d0d0"
      },
      "VIP++": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#fff400",
        "Permission": "player",
        "Rank": 1,
        "TextColor": "white",
        "Title": "[VIP++]",
        "TitleColor": "#fff400"
      },
      "WordFilter": {
        "Banned Words": [
          "",
          "",
          ""
        ],
        "Custom Replacement": "Unicorn",
        "Enabled": false,
        "Replacement": "*",
        "Use Custom Replacement": false
      }
    }
    Someone help me on this one? Been struggeling on it for 2 days now.
    Thanks!
     
  9. Test this
     

    Attached Files:

  10. My server now works with [Owner]/[Co-Owner] but now I cant get admin to dissapear! I've tried removing myself from the admin group but that doesn't work! So frustrating :(
     
  11. Open oxide.groups.data file with notepad++ to see what permission needs removed do the same with oxide.users.data to make sure you are only in the one group
     
  12. Yes i have but it doesn't go away in game
     
  13. On oxide.users.data says I am only in owner. Gyazo - 8ff0c6fcf0c285582e78ac5f1db32608.png
     
  14. Have you restarted the server yet after changing everything as it all looks ok. What about the other groups are they all ok
     
  15. No, I don't think I have restarted it. Let me try.
    [DOUBLEPOST=1456550488][/DOUBLEPOST]
    It still doesn't work! Is it because I did the ownerid command when I first had my server?
     
  16. pm me your skype info I am going to bed soon so need to be fast
     
  17. It's alright we can talk tomorrow,I'll pm you my skype.
     
  18. fixed mine i had double betterchats loaded for some reason