You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OpenDeathMessages/translations.yaml
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,14 @@
20
20
# Distance: The distance between Instigator and Victim
21
21
22
22
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
31
31
spine: torso
32
32
skull: head
33
33
@@ -38,8 +38,8 @@ deathCause:
38
38
burning: "{Victim.DisplayName} was burned to death"
39
39
food: "{Victim.DisplayName} was starved to death"
40
40
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}}}"
43
43
zombie: "{Victim.DisplayName} was mauled by a zombie"
44
44
animal: "{Victim.DisplayName} was mauled by an animal"
45
45
suicide: "{Victim.DisplayName} was suicided"
@@ -61,4 +61,4 @@ deathCause:
61
61
boulder: "{Victim.DisplayName} was crushed by a zombie"
62
62
burner: "{Victim.DisplayName} was burned by a zombie"
63
63
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"
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)
0 commit comments