1. How do I get this plugin to post deaths to console ? Nothing is showing up in Console or the Logs...

    Never mind never looked up the fourm. Please delete thanks
     
  2. Hello, i installed this plugin in my server, when i kill someone ( human, NPC ) it don't show anything, any suggestions ?
     
  3. Wulf

    Wulf Community Admin

    Did you install the required dependency as listed on the Overview?
     
  4. in overview it says only : Work in progress will update when finished.
    where can i find that dependency ?
     
  5. Wulf

    Wulf Community Admin

    Death API for Rust Legacy | Oxide

    Must have gotten removed from the Overview.
     
  6. How do I display the name of the place instead of coordinates ?
     
    1. I wanted to know how I can put the location in death messege , but instead puts the coordinates , puts the name of the areas.
     
  7. You can't as I only implemented the coordinates first. I was going to let someone else create a plugin the would be able to turn the coordinates into locations on the map.
     
  8. @Hatemail It would be possible to add the deaths "Supply Crate" and "death by hunger".
     
  9. whats the string for metres and bodyparts
     
  10. sorry its me again i tried to disabled the message PvE message but it gives me a error

    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": [
          "PvE.Mutant Bear"   "PvE.Default"
        ]
      }
    }
     
  11. Hey on my server death messages works but it don't show up on my admin tool how to make it show in admin tool chat.
     
  12. i think you have to add logging