Skip to content

Commit cc4fbb3

Browse files
committed
2 parents 6d1b276 + 38accc1 commit cc4fbb3

2 files changed

Lines changed: 26 additions & 11 deletions

File tree

OpenDeathMessages/translations.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
# Distance: The distance between Instigator and Victim
2121

2222
limbParse:
23-
leftFoot: leg
24-
leftLeg: leg
25-
rightFoot: leg
26-
rightLeg: leg
27-
leftHand: arm
28-
leftArm: arm
29-
rightHand: arm
30-
rightArm: arm
23+
left_foot: leg
24+
left_leg: leg
25+
right_foot: leg
26+
right_leg: leg
27+
left_hand: arm
28+
left_arm: arm
29+
right_hand: arm
30+
right_arm: arm
3131
spine: torso
3232
skull: head
3333

@@ -38,8 +38,8 @@ deathCause:
3838
burning: "{Victim.DisplayName} was burned to death"
3939
food: "{Victim.DisplayName} was starved to death"
4040
water: "{Victim.DisplayName} was dehydrated to death"
41-
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}}}"
42-
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}}}"
41+
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}}}"
42+
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}}}"
4343
zombie: "{Victim.DisplayName} was mauled by a zombie"
4444
animal: "{Victim.DisplayName} was mauled by an animal"
4545
suicide: "{Victim.DisplayName} was suicided"
@@ -61,4 +61,4 @@ deathCause:
6161
boulder: "{Victim.DisplayName} was crushed by a zombie"
6262
burner: "{Victim.DisplayName} was burned by a zombie"
6363
spit: "{Victim.DisplayName} was dissolved by a zombie"
64-
spark: "{Victim.DisplayName} was electrocuted by a zombie"
64+
spark: "{Victim.DisplayName} was electrocuted by a zombie"

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# OpenDeathMessages
2+
Death messenger for OpenMod / Unturned.
3+
4+
[![Nuget](https://img.shields.io/nuget/v/EvolutionPlugins.OpenDeathMessages?style=for-the-badge)](https://www.nuget.org/packages/EvolutionPlugins.OpenDeathMessages/)
5+
[![Nuget](https://img.shields.io/nuget/dt/EvolutionPlugins.OpenDeathMessages?style=for-the-badge)](https://www.nuget.org/packages/EvolutionPlugins.OpenDeathMessages/)
6+
[![Discord](https://img.shields.io/discord/764502843906064434?label=discord&style=for-the-badge)](https://discord.gg/5MT2yke)
7+
8+
# How install\update plugin
9+
Install plugin with command: `openmod install EvolutionPlugins.OpenDeathMessages`
10+
11+
# How configurate the death messages
12+
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)
13+
14+
# Support discord
15+
https://discord.gg/5MT2yke

0 commit comments

Comments
 (0)