Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFFoZ committed Jul 23, 2021
2 parents 6d1b276 + 38accc1 commit cc4fbb3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
22 changes: 11 additions & 11 deletions OpenDeathMessages/translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
# Distance: The distance between Instigator and Victim

limbParse:
leftFoot: leg
leftLeg: leg
rightFoot: leg
rightLeg: leg
leftHand: arm
leftArm: arm
rightHand: arm
rightArm: arm
left_foot: leg
left_leg: leg
right_foot: leg
right_leg: leg
left_hand: arm
left_arm: arm
right_hand: arm
right_arm: arm
spine: torso
skull: head

Expand All @@ -38,8 +38,8 @@ deathCause:
burning: "{Victim.DisplayName} was burned to death"
food: "{Victim.DisplayName} was starved to death"
water: "{Victim.DisplayName} was dehydrated to death"
gun: "{Victim.DisplayName} was shot in the {Limb} {Instigator:choose(null):|by {DisplayName}} {Instigator:choose(null):|by {DisplayName}} {Instigator:choose(null):|{Player.Player.equipment.asset:choose(null):unknow|with a {itemName}}}"
melee: "{Victim.DisplayName} was chopped in the {Limb} {Instigator:choose(null):|by {DisplayName}} {Instigator:choose(null):|by {DisplayName}} {Instigator:choose(null):|{Player.Player.equipment.asset:choose(null):unknow|with a {itemName}}}"
gun: "{Victim.DisplayName} was shot in the {Limb} {Instigator:choose(null):|by {DisplayName}} {Instigator:choose(null):|{Player.Player.equipment.asset:choose(null):unknown|with a {itemName}}}"
melee: "{Victim.DisplayName} was chopped in the {Limb} {Instigator:choose(null):|by {DisplayName}} {Instigator:choose(null):|{Player.Player.equipment.asset:choose(null):unknown|with a {itemName}}}"
zombie: "{Victim.DisplayName} was mauled by a zombie"
animal: "{Victim.DisplayName} was mauled by an animal"
suicide: "{Victim.DisplayName} was suicided"
Expand All @@ -61,4 +61,4 @@ deathCause:
boulder: "{Victim.DisplayName} was crushed by a zombie"
burner: "{Victim.DisplayName} was burned by a zombie"
spit: "{Victim.DisplayName} was dissolved by a zombie"
spark: "{Victim.DisplayName} was electrocuted by a zombie"
spark: "{Victim.DisplayName} was electrocuted by a zombie"
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# OpenDeathMessages
Death messenger for OpenMod / Unturned.

[![Nuget](https://img.shields.io/nuget/v/EvolutionPlugins.OpenDeathMessages?style=for-the-badge)](https://www.nuget.org/packages/EvolutionPlugins.OpenDeathMessages/)
[![Nuget](https://img.shields.io/nuget/dt/EvolutionPlugins.OpenDeathMessages?style=for-the-badge)](https://www.nuget.org/packages/EvolutionPlugins.OpenDeathMessages/)
[![Discord](https://img.shields.io/discord/764502843906064434?label=discord&style=for-the-badge)](https://discord.gg/5MT2yke)

# How install\update plugin
Install plugin with command: `openmod install EvolutionPlugins.OpenDeathMessages`

# How configurate the death messages
Check `translations.yaml` file in the plugin folder. If anything didn't understand then [ask questions in my discord](https://github.com/EvolutionPlugins/OpenDeathMessages#support-discord)

# Support discord
https://discord.gg/5MT2yke

0 comments on commit cc4fbb3

Please sign in to comment.