Death API [Unmaintained]
Discussion in 'Plugin Support' started by Hatemail, Jan 20, 2014.
-
Outstanding, thanks man! Just one more question: will it corrupt the file if I comment out that particular line rather than remove it? I can foresee a whole lot of complaining about the frequency of animal death messages.... >.<
-
You can turn them off in the config..why do you think there is rabbit, stag, wolf, bear, chicken in the config.
-
-
the death handler works on animals but it wont work on people.. it doesnt even show who killed who.. please helpp
-
Wulf Community Admin
-
It works check your config.
-
im using Oxide 1.16 and it wont broadcast player deaths.. only animals and so..
-
Wulf Community Admin
-
I can't get it working on my server it will show bear kills and wolf but not player kills can someone help me?
-
Have u updated the config for players? Please post Ur config.
-
Code:{ "broadCastChat":true, "logToAdminChat":true, "wildlifeDeathMessage":"@{killer} killed a @{killed} (@{weapon})", "adminDeathMessage":"@{killer} killed @{killed} @{weapon} with a hit to their @{bodypart} at @{distance}m", "logToFile":true, "logToConsole":true, "logToAdmin":true, "deathByEntityMessage":"@{killed} has died by a @{killer}", "boar":false, "rabbit":false, "logToAdminConsole":true, "wolf":false, "logDeathMessage":"@{killer} killed @{killed} @{weapon} with a hit to their @{bodypart} at @{distance}m", "deathByEntity":true, "chatName":"Death", "suicide":true, "configVersion":"1.6", "chicken":false, "stag":false, "notifyKiller":true, "suicideMessage":"@{killed} has commited suicide", "bear":false, "player":true, "playerDeathMessage":"@{killer} killed @{killed} @{weapon} with a hit to their @{bodypart} at @{distance}m" }
Last edited by a moderator: Aug 12, 2014 -
Provide me with your oxide log.
-
-
Just pm me if it needs to be in private.
-
Hi,
I need to use this type of caracter (for example "é" "à" .....) but in game he don't see this caracter, i see another caracter.
I think the problem is the encoding format, but what is the correct format (UTF-8 sans BOM, UTF-8, ANSI, ....) ?
Thanks in advance for your support. -
When you type it normally in game does it show up?
-
When i type for example (suicidé) in the tchat it work.
But when I suicide it doesn't work.
See these pictures for example.
Works typing in the tchat :
Don't work with message plugin :
-
If your config file is not set to the right encoding when it's saved it will change what you have typed.
-
It joins my first question, what is the right encoding format?
ANSI, UTF-8, Western European, etc ......