1. I do not understand how to create a group and how to add to human
     
  2. Read the overview and the last pages again. If you still have problems afterwards, please describe me what you tried and where you had issues.
     
  3. /group add <Admins>
    /grant group <Admins> <color_admins>
    /grant user <Raphael> <yellow>
    /usergroup add <Raphael> <Admins>

    I did like this, and nothing happened (
     
  4. The admins group already exists. Its called 'admin'
    all you have to do is:
    /usergroup add Raphael admin
    don't use the <>
    <> just means you should replace it with yours.
     
  5. I'm not sure what else really to say, i followed the steps on the overview EXACTLY and nothing has changed. my name still shows up as player.
     
  6. ^^^^^^
     
  7. Really? I literally just said what I have tried and that is on the overview page. That DID NOT, I repeat, DID NOT work. its says I've been added to the group and that's it. It still shows Me (owner) and my admin as players. No errors. Nothing.
     
  8. Code:
    if (player.SteamId.ToString() == "76561198111997160")
                {
                    titles.Add("[Oxide Plugin Dev]", "#00FF8D");                playerData["Formatting"] = "{Title} {Name}<color={TextColor}>:</color> {Message}";
                    playerData["ConsoleFormatting"] = "{Title} {Name}: {Message}";
                }
    LOLOLOLOLOL!
     
  9. Me too

    My plugins Adverts Location PlayerDatabase ServerSay Teleportation Timemanager Welcomemessages

    can be conflict?
     
  10. How do i run the file Betterchat.cs via FTP, i moved it into the plugin folder under Oxide.
    But i don't think the server is running the code or install it. ( I can only via FTP)

    Vielen Dank!
     
    Last edited by a moderator: Dec 18, 2015
  11. You can not run that file, also not via FTP. Once you put it inside your plugins folder and you have Oxide installed properly, it should load the plugin automaticly.
    [DOUBLEPOST=1450422686][/DOUBLEPOST]
    So it worked for you but it didn't for your other admins?
     
  12. I have solved the problem. You should wait longer after the server restart.
     
  13. how do you remove a promission on the promissions tab some how i added bot color_owner and color_admin and cant seem to get it off and every time i reload betterchat it adds them back
     
  14. This maybe ?

    Code:
    /revoke group owner color_owner
     
  15. he has the base group admin set as owner so i mad a group called admins and did it that way
     
  16. the standard group admin is the highest standard group, so it has the owner prefix.
    The standard groups are
    • default: [Player]
    • moderator: [Mod]
    • admin: [Owner]
    If you don't like that, change it to admin. I will also change the standard prefix to admin propably.
     
    Last edited by a moderator: Dec 18, 2015
  17. This one also needs updating Laser :D
     
  18. Wulf

    Wulf Community Admin

    The below attachment should work fine, though I am unable to test in-game right now. @LaserHydra, made a bit of formatting changes and switch to the Oxide API for message sending. Feel free to take a look and use it if you'd like. There's probably some I missed, but it's a start.
     

    Attached Files:

  19. Can you take a look at the one for rust as well needs updated/fixed