In the config file I have
"LogDeaths": true,
and i have a chennel with option
"death_pvp",
"death_npc",
"death_animal",
"death_vehicle",
All messages appear like expected except for Helicopter being killed.
Here is a fragment of DeathNotes config:
{
"KillerType": "*",
"VictimType": "Helicopter",
"DamageType": "*",
"Messages": [
"{victim} был сбит."
]
},
I tried to activate
"Show Kills in Console": true,
to check the message from DeathNotes and it's there ("Вертолёт был сбит.") with no ploblem:
17:39 [Info] [Death Notes] kaktotak застрелил Horacio из Штурмовая винтовка с 4.9 метров.
17:39 [Info] [Death Notes] kaktotak застрелил Bryce из Штурмовая винтовка с 3.7 метров.
17:39 [Info] [Death Notes] Вертолёт был сбит.
17:39 [Info] [Death Notes] kaktotak застрелил Joel из Штурмовая винтовка с 9.3 метров.
17:40 [Info] [Death Notes] Proxogiu застрелил Josephina из MP5A4 с 3.4 метров.
17:40 [Info] [Death Notes] Proxogiu застрелил Karon из MP5A4 с 4.3 метров.
But for some reason it's not in the channel
Maybe I'm missing something?
P.S. APC Bradley being killed message appears without any issues