1. how do i add location the death messages, also how do i get share working
     
  2. ok ive gotten all the plugins needed but DeathMsgs still isnt wanting to work.. do i need to like add something...?
     

    Attached Files:

  3. missing Death API for Rust Legacy | Oxide
     
  4. install it like any other plugin.
     
  5. i did that... its in \plugins folder and everything all good.. but it still wont work
     
  6. Hello please can u help me how i remove PvE and Suicide kills its spaming chat and i dont want this i tying to remove this on config files and plugin no work can u help me or send me any version where is fixed?
     
  7. add me on steam "ItsStarnes"
     
  8. I cant find you :)
     
  9. Add each key you want disable to the DisabledMessages list
    "Settings": {
    "ChatName": "Death",
    "DisabledMessages": [
    "Suicide.Default"
    ]
    }
     
  10. Thx problem Solved :)
     
  11. Can someone help me? i cant figure out how to disable the "PvE" and "EvP" messages. if you could please correct me of my error and tell me how its supposed to be i will really appreciate it. :) Config here:
    Code:
    {
      "BodyParts": {
        "body": "body",
        "hip": "hip",
        "torso": "torso",
        "chest": "chest",
        "throat": "throat",
        "head": "head",
        "nose": "nose",
        "face": "face",
        "mouth": "mouth",
        "tonguefront": "tonguefront",
        "heart": "heart",
        "brain": "brain",
        "gut": "gut",
        "left lung": "left lung",
        "right lung": "right lung",
        "left eye": "left eye",
        "right eye": "right eye",
        "left shoulder": "left shoulder",
        "right shoulder": "right shoulder",
        "left bicep": "left bicep",
        "right bicep": "right bicep",
        "left wrist": "left wrist",
        "right wrist": "right wrist",
        "left hand": "left hand",
        "right hand": "right hand",
        "left calve": "left calve",
        "right calve": "right calve",
        "left foot": "left foot",
        "right foot": "right foot"
      },
      "Messages": {
        "Suicide": {
          "Default": [
            "{killed} has left this cruel world."
          ],
          "Radiation": [
            "{killed} has succumbed to radiation poisoning."
          ],
          "Falling": [
            "{killed} has fallen to a brutal death."
          ],
          "Bleeding": [
            "{killed} has bled out."
          ],
          "Water": [
            "{killed} thought they could swim."
          ]
        },
        "PvP": {
          "Default": [
            "{killer} killed {killed} using {weapon} with a hit to their {bodypart}"
          ],
          "Weapon.Explosive Charge": [
            "{killer} blew the ever living shit out of {killed} with an explosive charge!!"
          ],
          "Weapon.F1 Grenade": [
            "{killer} killed {killed} using {weapon}"
          ],
          "Weapon.M4": [
            "{killer} killed {killed} using an {weapon}"
          ]
        },
        "EvP": {
          "Default": [
            "{killer} killed {killed}."
          ],
          "Mutant Wolf": [
            "{killer} killed {killed}."
          ],
          "Wolf": [
            "{killer} killed {killed}."
          ],
          "Mutant Bear": [
            "{killer} killed {killed}."
          ],
          "Bear": [
            "{killer} killed {killed}."
          ]
        },
        "PvE": {
          "Default": [
            "{killer} killed {killed} using {weapon} at {distance}m."
          ],
          "Mutant Bear": [
            "{killer} just took down a mutant bear using {weapon} at {distance}m"
          ]
        }
      },
      "Settings": {
        "ChatName": "Death",
        "DisabledMessages": [
          "Suicide.Default"
    "EvP.Default" "PvE.Default"
        ]
      }
    }
     
    Last edited by a moderator: Jan 27, 2016
  12. Your missing commas.

    "DisabledMessages": [
    "Suicide.Default",
    "EvP.Default",
    "PvE.Default"
    ]
     
  13. Hello, I'm the owner of the server Rust Legacy.
    I need a plugin to display messages about the murder of the players in the chat.
    I tried this and this:
    Death Messages for Rust Legacy | Oxide
    Death API for Rust Legacy | Oxide

    But not one of them does not display chat messages.
    Could you help me solve the problem? Thank you.

    I'm sorry, if you don't understand my post. I use a Google Translate.
     
  14. you need to install both of them.
     
  15. I install and compiling it now.
    What next?
     
  16. just install both of the plugins and it should work
     
  17. 2016-01-30_00001.jpg 2016-01-30_00004.jpg
     
  18. have you updated to the latest oxide?
     
  19. I'm install Oxide 2.0 in admin panel.