1. Paste your config.
     
  2. You didn't read the update.
    Done, Done and Done. Please delete your config so that it can be recreated.

    To save you time replace your setting with.
    "Settings": {
    "ChatName": "Death",
    "DisabledMessages": [
    "Suicide.Default"
    ]
    }
     
  3. Seems to be ok now :)
     
  4. Quick one mate, is there a way to get colored text in oxide 2.0? I have been trying, but can't figure it out.

    Usually you would use a format like;

    Code:
    Use the command [color#c33737]/kit[color] to see available kits
    Any ideas? I would love to use this in DeathMessages
     
  5. For legacy that is how you get colored text? I don't see anything wrong with that string.
     
  6. That's how it works for 1.18 & 2.0 (As far as I know), But @Skream There is a space in between Color and your code like so
    Code:
    Use the command [Color #C33737] /kit to see available kits.
     
    Last edited by a moderator: May 6, 2015
  7. Thanks guy. I managed to get it all working!
     
  8. No problem, It sometimes gets confusing but just look at HTML Colors or HEX Colors and it leads the way.
     
  9. Can you implent DeathScreen feature too?
     
  10. Do I need the Death API too? As it seems like my Death Messages aren't working. What am I doing wrong or do I miss requirements?
     
  11. Yes of course you do.
     
  12. Lelelel facepalm
     
  13. Don't worry, I did it too at first. But I got it. Lol, so your not the only one! :D
     
  14. Could you help me out, removing the "Player killed Mutant Bear"
    I for example only want in the chat: killed rabbit & chicken
    [DOUBLEPOST=1432834669][/DOUBLEPOST]I checked my code on http://jsonlint.com/ and had no errors in return, seems like AILoot is now vanilla too..
     
  15. In the last update, if I remember right. @Hatemail made it where you can disable those messages.
     
  16. You mean this:
    "DisabledMessages": [
    "Suicide.Default"

    Which disabled the suicide message in chat.
    How would I disable that someone kills a bear, stag, wolf etc.
    I only want it to show Player vs Player and Player vs Rabbit + Chicken.

    And even if I want to turn off the messages for Animals in general, what would the command be called?
     
  17. Ummm, I have no clue. Try Entity.default
    or
    have you tried the animals one by one like
    "Wolf.default"

    If that don't work, then I don't know.
     
  18. I think I found it out, since the Suicide is 1 "group" and the animals are in group PvE.
    "PvE": {
    "Default": [
    "{killer} killed {killed} using {weapon} at {distance}m."
    ],
    "Mutant Bear": [
    "{killer} just took down a mutant bear using {weapon} at {distance}m"
    ]
    }

    It would probably be: PvE.Default
    And when you want to blank out Wolf it would be PvE.Mutant Bear

    Going to test it now, I will let you know.
    [DOUBLEPOST=1432844068][/DOUBLEPOST]
    It worked, I did PvE.Mutant Bear in the disable message
     
  19. Hello
    Good working plugin Thank you !!
    is it possible to add chat/console (Puts) msg when Killer killed Sleeper ?
    rust.BroadcastChat(chatName,{killer} murdered {Sleeper})
    Puts({killer} murdered {Sleeper} with {weapon} {distance} m @ {location})